public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/leonidas-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:     32dd5b1198f929106309dbfdab7bcd07e10f6d3b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 09:22:51 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 09:30:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32dd5b11

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

Package-Manager: portage-2.3.0

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

diff --git a/x11-themes/leonidas-backgrounds/metadata.xml b/x11-themes/leonidas-backgrounds/metadata.xml
index 1c23fe6..097975e 100644
--- a/x11-themes/leonidas-backgrounds/metadata.xml
+++ b/x11-themes/leonidas-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/leonidas-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:     1aeff5b4226b306c71c7b652d8b309e77f01f890
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 13:33:16 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 20:22:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeff5b4

x11-themes/leonidas-backgrounds: EAPI bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../leonidas-backgrounds-11.0.0.2-r1.ebuild        | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
new file mode 100644
index 00000000000..b0030ad298d
--- /dev/null
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
@@ -0,0 +1,46 @@
+# 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=12
+
+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="!x11-themes/fedora-backgrounds:11"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+
+src_unpack() {
+	rpm_src_unpack
+	unpack ./${MY_P}.tar.lzma
+}
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+	dodoc Credits
+
+	insinto /usr/share/backgrounds/leonidas
+	doins -r leonidas* landscape lion
+
+	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/leonidas-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:     ed7bef052549631900dde80179b8595c67ec997e
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 20:24:48 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 20:24:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7bef05

x11-themes/leonidas-backgrounds: Remove Id line

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
index b0030ad298d..46d07bf3920 100644
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-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/leonidas-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:     9221b8c0f1e176d3eeb498e0b24e637bc4a12f05
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=9221b8c0

x11-themes/leonidas-backgrounds-11.0.0.2-r1: amd64 stable

Gentoo-Bug: 626532

 x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
index 46d07bf3920..4b3f68f38a5 100644
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-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="!x11-themes/fedora-backgrounds:11"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/leonidas-backgrounds/
@ 2017-08-29 23:16 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2017-08-29 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff72e71d09a1dfd86dc88060cffdf06eaa9f5fb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 22:12:13 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 23:15:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff72e71

x11-themes/leonidas-backgrounds: x86 stable (bug #626532)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
index 4b3f68f38a5..f0817a298cb 100644
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-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="!x11-themes/fedora-backgrounds:11"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/leonidas-backgrounds/
@ 2017-08-30 13:29 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2017-08-30 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0f96f8d695872223ad9c9a221fafd089ecfb3707
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:29:07 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:29:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f96f8d6

x11-themes/leonidas-backgrounds: remove 11.0.0.2-r0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../leonidas-backgrounds-11.0.0.2.ebuild           | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2.ebuild
deleted file mode 100644
index c98b221d42e..00000000000
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2.ebuild
+++ /dev/null
@@ -1,49 +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=12
-
-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="!x11-themes/fedora-backgrounds:11"
-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() {
-	# This old version doesn't have a makefile to perform install.
-	dodoc Credits || die
-
-	insinto /usr/share/backgrounds/leonidas
-	doins -r leonidas* landscape lion || 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/leonidas-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:     aa80579f208d248f58a453c8a8360498716012f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 10:14:58 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 10:14:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa80579f

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

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

 x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
index 492afb0fea7..989c9f96b61 100644
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
@@ -13,7 +13,7 @@ MY_P="${PN}-$(get_version_component_range 1-3)"
 DESCRIPTION="Fedora 11 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"
+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/leonidas-backgrounds/
@ 2023-02-19 22:04 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2023-02-19 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     865a06d081736e60456720e3895cc3f258f5a49e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:43 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865a06d0

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

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...ild => leonidas-backgrounds-11.0.0.2-r2.ebuild} | 23 ++++++++--------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r2.ebuild
similarity index 71%
rename from x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
rename to x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r2.ebuild
index f74bf6de6f94..b8c9839f733d 100644
--- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r1.ebuild
+++ b/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2-r2.ebuild
@@ -1,30 +1,22 @@
-# 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=12
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
+MY_P="${PN}-$(ver_cut 1-3)"
 
 DESCRIPTION="Fedora 11 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F11_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 -).fc12.src.rpm"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="CC-BY-SA-2.0"
+SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="!x11-themes/fedora-backgrounds:11"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT="0"
 
 src_unpack() {
 	rpm_src_unpack
@@ -32,6 +24,7 @@ src_unpack() {
 }
 
 src_compile() { :; }
+
 src_test() { :; }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-19 22:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 23:16 [gentoo-commits] repo/gentoo:master commit in: x11-themes/leonidas-backgrounds/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2023-02-19 22:04 David Seifert
2019-09-29 10:16 Michał Górny
2017-08-30 13:29 Michael Palimaka
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