Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/verne-backgrounds/
Date: Mon, 28 Aug 2017 19:46:27
Message-Id: 1503949572.85e175adb0f0dda8ab6fced3a4776aba5af6da6f.zlogene@gentoo
1 commit: 85e175adb0f0dda8ab6fced3a4776aba5af6da6f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 19:46:12 2017 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 19:46:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e175ad
7
8 x11-themes/verne-backgrounds: drop old due to EAPI3 removal
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 .../verne-backgrounds-15.91.0.1.ebuild | 45 ----------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1.ebuild b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1.ebuild
16 deleted file mode 100644
17 index 3d396403c6b..00000000000
18 --- a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1.ebuild
19 +++ /dev/null
20 @@ -1,45 +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/16/source/SRPMS
29 -FEDORA=16
30 -
31 -MY_P="${PN}-$(get_version_component_range 1-3)"
32 -
33 -DESCRIPTION="Fedora official background artwork"
34 -HOMEPAGE="https://fedoraproject.org/wiki/F16_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-3.0"
39 -KEYWORDS="~amd64"
40 -IUSE=""
41 -
42 -RDEPEND="!x11-themes/fedora-backgrounds:16"
43 -DEPEND=""
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -SLOT=0
48 -
49 -src_unpack() {
50 - rpm_src_unpack
51 -
52 - # as of 2011-03-08 rpm.eclass does not unpack the further xz
53 - # file automatically.
54 - unpack ./${MY_P}.tar.xz
55 -}
56 -
57 -src_compile() { :; }
58 -src_test() { :; }
59 -
60 -src_install() {
61 - # The install targets are serial anyway.
62 - emake -j1 DESTDIR="${D}" install || die "emake install failed"
63 -
64 - dodoc Attribution
65 -}