* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2016-08-07 9:30 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-08-07 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 78b8900a8630041fd7ff22deff0e86f8a691448c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 09:23:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 09:30:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b8900a
x11-themes/solar-backgrounds: Cleanup per bug #85210
Package-Manager: portage-2.3.0
x11-themes/solar-backgrounds/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/x11-themes/solar-backgrounds/metadata.xml b/x11-themes/solar-backgrounds/metadata.xml
index 1c23fe6..097975e 100644
--- a/x11-themes/solar-backgrounds/metadata.xml
+++ b/x11-themes/solar-backgrounds/metadata.xml
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>flameeyes@gentoo.org</email>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2017-02-28 20:23 Andreas Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2017-02-28 20:23 UTC (permalink / raw
To: gentoo-commits
commit: e843bf75fac44353703099b558fd446d0f45db27
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 13:37:52 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 20:22:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e843bf75
x11-themes/solar-backgrounds: EAPI bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../solar-backgrounds-0.92.0.5-r1.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
new file mode 100644
index 00000000000..0063581cc31
--- /dev/null
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/F11_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/-backgrounds/}"
+
+SLOT="0"
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+ insinto /usr/share/backgrounds/solar
+ doins -r solar*.xml {normalish,standard,wide}{,.dual}
+
+ insinto /usr/share/gnome-background-properties
+ doins desktop-*.xml
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2017-02-28 20:25 Andreas Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2017-02-28 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 63319ecba42b904c47d97b5863115f88b130b310
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 20:24:19 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 20:24:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63319ecb
x11-themes/solar-backgrounds: Remove Id line
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
index 0063581cc31..7deecc61735 100644
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2017-07-31 13:02 Tobias Klausmann
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2017-07-31 13:02 UTC (permalink / raw
To: gentoo-commits
commit: 41826362e957a6ceaf0544cfa09676890029cfd3
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 13:01:42 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 13:01:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41826362
x11-themes/solar-backgrounds-0.92.0.5-r1: amd64 stable
Gentoo-Bug: 626530
x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
index 7deecc61735..867654de552 100644
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://fedoraproject.org/wiki/F11_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"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2017-08-03 12:43 Sergey Popov
0 siblings, 0 replies; 8+ messages in thread
From: Sergey Popov @ 2017-08-03 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 53f9a800246102e925f428d5486ec6e334672904
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 12:43:10 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 12:43:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f9a800
x11-themes/solar-backgrounds-0.92.0.5-r1: stable on x86
Gentoo-Bug: 626530
Package-Manager: Portage-2.3.6, Repoman-2.3.1
x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
index 867654de552..8931b52f536 100644
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://fedoraproject.org/wiki/F11_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"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2017-08-03 12:43 Sergey Popov
0 siblings, 0 replies; 8+ messages in thread
From: Sergey Popov @ 2017-08-03 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 22639fe370bcad0e730dc5b5b5b7bf088352e3a4
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 12:43:26 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 12:43:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22639fe3
x11-themes/solar-backgrounds: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../solar-backgrounds-0.92.0.5.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5.ebuild
deleted file mode 100644
index 898c3a1705c..00000000000
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5.ebuild
+++ /dev/null
@@ -1,39 +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/F11_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/-backgrounds/}"
-
-SLOT="0"
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
- # This old version doesn't have a makefile to perform install.
- insinto /usr/share/backgrounds/solar
- doins -r solar*.xml {normalish,standard,wide}{,.dual} || die
-
- insinto /usr/share/gnome-background-properties
- doins desktop-*.xml || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2019-09-29 10:16 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-09-29 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 5827c3c0bebfd3f7d3439c9d803967ab2ca7c43f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 10:15:01 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 10:15:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5827c3c0
x11-themes/solar-backgrounds: Inline mirror://fedora-dev
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
index b8b4cdfc3d7..5c039deeebf 100644
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
@@ -13,7 +13,7 @@ MY_P="${PN}-$(get_version_component_range 1-3)"
DESCRIPTION="Fedora 10 official background artwork"
HOMEPAGE="https://fedoraproject.org/wiki/Artwork/F10Themes/Solar"
-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"
KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 1cd4f1b3b25fc1cfa647ff887e80bc3b20d7939e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:46 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd4f1b3
x11-themes/solar-backgrounds: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...ebuild => solar-backgrounds-0.92.0.5-r2.ebuild} | 25 +++++++---------------
1 file changed, 8 insertions(+), 17 deletions(-)
diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r2.ebuild
similarity index 67%
rename from x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
rename to x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r2.ebuild
index 502b4ab4eec5..a2e146ddd25e 100644
--- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
+++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r2.ebuild
@@ -1,32 +1,23 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit versionator rpm
+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 10 official background artwork"
HOMEPAGE="https://fedoraproject.org/wiki/Artwork/F10Themes/Solar"
-
-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"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
+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/-backgrounds/}"
+LICENSE="CC-BY-SA-2.0"
SLOT="0"
+KEYWORDS="amd64 x86"
src_compile() { :; }
+
src_test() { :; }
src_install() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-02-20 20:52 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 10:16 [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 20:52 David Seifert
2017-08-03 12:43 Sergey Popov
2017-08-03 12:43 Sergey Popov
2017-07-31 13:02 Tobias Klausmann
2017-02-28 20:25 Andreas Hüttel
2017-02-28 20:23 Andreas Hüttel
2016-08-07 9:30 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox