public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2016-08-07  9:30 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2016-08-07  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     84628989fb707ab83f5ee1cf3d223c4b7466f95f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 09:23:06 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 09:30:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84628989

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

Package-Manager: portage-2.3.0

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

diff --git a/x11-themes/lovelock-backgrounds/metadata.xml b/x11-themes/lovelock-backgrounds/metadata.xml
index 1c23fe6..097975e 100644
--- a/x11-themes/lovelock-backgrounds/metadata.xml
+++ b/x11-themes/lovelock-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] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2017-07-29 14:18 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-07-29 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     58e871d4e95a751653348e62c53745d33eb11a63
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 14:07:07 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 14:17:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e871d4

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

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../lovelock-backgrounds-14.91.1.1-r1.ebuild       | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
new file mode 100644
index 00000000000..763d2429f78
--- /dev/null
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator rpm
+
+SRC_PATH=releases/15/Fedora/source/SRPMS
+FEDORA=15
+
+MY_P="${PN}-$(get_version_component_range 1-3)"
+
+DESCRIPTION="Fedora official background artwork"
+HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork"
+
+SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
+
+LICENSE="CC-BY-SA-3.0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+SLOT=0
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+	# The install targets are serial anyway.
+	emake -j1 DESTDIR="${D}" install || die "emake install failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2017-11-19  1:09 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-11-19  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     620b93e136f9eceda1e07d98d94001feff2651f9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 01:07:47 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 01:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b93e1

x11-themes/lovelock-backgrounds: tidy ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../lovelock-backgrounds-14.91.1.1-r1.ebuild                     | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
index 763d2429f78..3ad1a13d789 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=6
 
-inherit versionator rpm
+inherit rpm versionator
 
 SRC_PATH=releases/15/Fedora/source/SRPMS
 FEDORA=15
-
 MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork"
-
 SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
 
 LICENSE="CC-BY-SA-3.0"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -24,12 +23,10 @@ DEPEND=""
 
 S="${WORKDIR}/${MY_P}"
 
-SLOT=0
-
 src_compile() { :; }
 src_test() { :; }
 
 src_install() {
 	# The install targets are serial anyway.
-	emake -j1 DESTDIR="${D}" install || die "emake install failed"
+	emake -j1 DESTDIR="${D}" install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2017-11-19  1:09 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-11-19  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a43ff7f12f720f23dd78a984048c739c42a98ef5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 01:08:46 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 01:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43ff7f1

x11-themes/lovelock-backgrounds: stabilise 14.91.1.1-r1 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.4

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

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
index 3ad1a13d789..4f512f10321 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2017-11-19  1:09 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2017-11-19  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c23e25c72b954977c0f615e9506ba76374493976
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 01:08:59 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 01:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e25c7

x11-themes/lovelock-backgrounds: remove 14.91.1.1-r0

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../lovelock-backgrounds-14.91.1.1.ebuild          | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild
deleted file mode 100644
index ff4df549104..00000000000
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.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=releases/15/Fedora/source/SRPMS
-FEDORA=15
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-
-DESCRIPTION="Fedora official background artwork"
-HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork"
-
-SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
-
-LICENSE="CC-BY-SA-3.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!x11-themes/fedora-backgrounds:15"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT=0
-
-src_unpack() {
-	rpm_src_unpack
-
-	# as of 2011-03-08 rpm.eclass does not unpack the further xz
-	# file automatically.
-	unpack ./${MY_P}.tar.xz
-}
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-	# The install targets are serial anyway.
-	emake -j1 DESTDIR="${D}" install || die "emake install failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2019-09-29 10:16 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-09-29 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e56d3602951fbafaf3237fd966bdd83d29a70e32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 10:14:59 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 10:14:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56d3602

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

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

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

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
index 87b281c0e72..4da6d64d88f 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
@@ -11,7 +11,7 @@ MY_P="${PN}-$(get_version_component_range 1-3)"
 
 DESCRIPTION="Fedora 15 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F15_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-3.0"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
@ 2023-02-19 22:04 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2023-02-19 22:04 UTC (permalink / raw
  To: gentoo-commits

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

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

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

 ...uild => lovelock-backgrounds-14.91.1.1-r2.ebuild} | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r2.ebuild
similarity index 62%
rename from x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
rename to x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r2.ebuild
index 4da6d64d88fc..b9a4bb6be0c1 100644
--- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
+++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r2.ebuild
@@ -1,29 +1,23 @@
-# 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=releases/15/Fedora/source/SRPMS
-FEDORA=15
-MY_P="${PN}-$(get_version_component_range 1-3)"
+MY_P="${PN}-$(ver_cut 1-3)"
 
 DESCRIPTION="Fedora 15 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F15_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/releases/15/Fedora/source/SRPMS/${PN}-$(ver_rs 3 -).fc15.src.rpm"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
 
 src_compile() { :; }
+
 src_test() { :; }
 
 src_install() {


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29 14:18 [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/ Andreas Hüttel
  -- 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-11-19  1:09 Michael Palimaka
2017-11-19  1:09 Michael Palimaka
2017-11-19  1:09 Michael Palimaka
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