Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/leonidas-backgrounds/
Date: Wed, 30 Aug 2017 13:29:31
Message-Id: 1504099760.0f96f8d695872223ad9c9a221fafd089ecfb3707.kensington@gentoo
1 commit: 0f96f8d695872223ad9c9a221fafd089ecfb3707
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:29:07 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:29:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f96f8d6
7
8 x11-themes/leonidas-backgrounds: remove 11.0.0.2-r0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../leonidas-backgrounds-11.0.0.2.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 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
16 deleted file mode 100644
17 index c98b221d42e..00000000000
18 --- a/x11-themes/leonidas-backgrounds/leonidas-backgrounds-11.0.0.2.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=3
25 -
26 -inherit versionator rpm
27 -
28 -SRC_PATH=development/15/source/SRPMS
29 -FEDORA=12
30 -
31 -MY_P="${PN}-$(get_version_component_range 1-3)"
32 -
33 -DESCRIPTION="Fedora official background artwork"
34 -HOMEPAGE="https://fedoraproject.org/wiki/F11_Artwork"
35 -
36 -SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
37 -
38 -LICENSE="CC-BY-SA-2.0"
39 -KEYWORDS="amd64 x86"
40 -IUSE=""
41 -
42 -RDEPEND="!x11-themes/fedora-backgrounds:11"
43 -DEPEND=""
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -SLOT="0"
48 -
49 -src_unpack() {
50 - rpm_src_unpack
51 -
52 - # as of 2010-06-21 rpm.eclass does not unpack the further lzma
53 - # file automatically.
54 - unpack ./${MY_P}.tar.lzma
55 -}
56 -
57 -src_compile() { :; }
58 -src_test() { :; }
59 -
60 -src_install() {
61 - # This old version doesn't have a makefile to perform install.
62 - dodoc Credits || die
63 -
64 - insinto /usr/share/backgrounds/leonidas
65 - doins -r leonidas* landscape lion || die
66 -
67 - insinto /usr/share/gnome-background-properties
68 - doins desktop-*.xml || die
69 -}