[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2023-02-19 Thread David Seifert
commit: 087f275d574e0f8b1eace5c99d9f4dd85c518739
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 19 22:03:31 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 19 22:03:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087f275d

x11-themes/constantine-backgrounds: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...ld => constantine-backgrounds-12.1.1.4-r2.ebuild} | 20 +++-
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild
similarity index 68%
rename from 
x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
rename to 
x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild
index e834d7ac6ba4..54fad80ba489 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r2.ebuild
@@ -1,27 +1,20 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit rpm versionator
+inherit rpm
 
-SRC_PATH=development/15/source/SRPMS
-FEDORA=15
-MY_P="${PN}-$(get_version_component_range 1-3)"
+MY_P="${PN}-$(ver_cut 1-3)"
 
 DESCRIPTION="Fedora 12 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator
 3 -).fc${FEDORA}.src.rpm"
+SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/15/source/SRPMS/${PN}-$(ver_rs
 3 -).fc15.src.rpm"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
 
 src_unpack() {
rpm_src_unpack
@@ -32,6 +25,7 @@ src_unpack() {
 }
 
 src_compile() { :; }
+
 src_test() { :; }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2019-09-29 Thread Michał Górny
commit: 8acd61a127269dabbb90f7694b7c146f97d447dd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 29 10:14:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 29 10:14:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acd61a1

x11-themes/constantine-backgrounds: Inline mirror://fedora-dev

Signed-off-by: Michał Górny  gentoo.org>

 .../constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
index c45eab515c8..e834d7ac6ba 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -11,7 +11,7 @@ MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora 12 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
+SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator
 3 -).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:18:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aaf56c

x11-themes/constantine-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds-12.1.1.4-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
index 1d9a23937f3..5f2a1ef7960 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=development/15/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-2.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,8 +23,6 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT="0"
-
 src_unpack() {
rpm_src_unpack
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 6a152c5e33b1da98c84ce71a4069a1c00a2bddab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:20:02 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a152c5e

x11-themes/constantine-backgrounds: stabilise 12.1.1.4-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
index 5f2a1ef7960..257386c6159 100644
--- 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-11-18 Thread Michael Palimaka
commit: 19561c74d5b3c0aff28c26235dd98934acb0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 19 01:20:16 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 19 01:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19561c74

x11-themes/constantine-backgrounds: remove 12.1.1.4-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../constantine-backgrounds-12.1.1.4.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
deleted file mode 100644
index 7685e1fe0c9..000
--- a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit versionator rpm
-
-SRC_PATH=development/15/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:12"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
-
-src_unpack() {
-   rpm_src_unpack
-
-   # as of 2010-06-21 rpm.eclass does not unpack the further lzma
-   # file automatically.
-   unpack ./${MY_P}.tar.lzma
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   # The install targets are serial anyway.
-   emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2017-07-30 Thread Andreas Hüttel
commit: a824e8eed73acf892b185ba0ddf47810d802a95d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 30 07:05:58 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul 30 07:27:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a824e8ee

x11-themes/constantine-backgrounds: EAPI bump, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../constantine-backgrounds-12.1.1.4-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git 
a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
new file mode 100644
index 000..1d9a23937f3
--- /dev/null
+++ 
b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator rpm
+
+SRC_PATH=development/15/source/SRPMS
+FEDORA=15
+
+MY_P="${PN}-$(get_version_component_range 1-3)"
+
+DESCRIPTION="Fedora official background artwork"
+HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork;
+
+SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
-).fc${FEDORA}.src.rpm"
+
+LICENSE="CC-BY-SA-2.0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+
+src_unpack() {
+   rpm_src_unpack
+
+   # as of 2017-07-28 rpm.eclass does not unpack the further lzma
+   # file automatically.
+   unpack ./${MY_P}.tar.lzma
+}
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+   # The install targets are serial anyway.
+   emake -j1 DESTDIR="${D}" install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/constantine-backgrounds/

2016-08-07 Thread Pacho Ramos
commit: 085a736afef234aee8d6393756b5e4df3ed265aa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 09:21:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 09:29:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085a736a

x11-themes/constantine-backgrounds: Cleanup per bug #85210

Package-Manager: portage-2.3.0

 x11-themes/constantine-backgrounds/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-themes/constantine-backgrounds/metadata.xml 
b/x11-themes/constantine-backgrounds/metadata.xml
index 1c23fe6..097975e 100644
--- a/x11-themes/constantine-backgrounds/metadata.xml
+++ b/x11-themes/constantine-backgrounds/metadata.xml
@@ -1,7 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-flamee...@gentoo.org
-