Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/
Date: Sat, 29 Jul 2017 14:18:22
Message-Id: 1501337872.58e871d4e95a751653348e62c53745d33eb11a63.dilfridge@gentoo
1 commit: 58e871d4e95a751653348e62c53745d33eb11a63
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 14:07:07 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 14:17:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e871d4
7
8 x11-themes/lovelock-backgrounds: EAPI bump, bug 605728
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../lovelock-backgrounds-14.91.1.1-r1.ebuild | 35 ++++++++++++++++++++++
13 1 file changed, 35 insertions(+)
14
15 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
16 new file mode 100644
17 index 00000000000..763d2429f78
18 --- /dev/null
19 +++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild
20 @@ -0,0 +1,35 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit versionator rpm
27 +
28 +SRC_PATH=releases/15/Fedora/source/SRPMS
29 +FEDORA=15
30 +
31 +MY_P="${PN}-$(get_version_component_range 1-3)"
32 +
33 +DESCRIPTION="Fedora official background artwork"
34 +HOMEPAGE="https://fedoraproject.org/wiki/F15_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 ~x86"
40 +IUSE=""
41 +
42 +RDEPEND=""
43 +DEPEND=""
44 +
45 +S="${WORKDIR}/${MY_P}"
46 +
47 +SLOT=0
48 +
49 +src_compile() { :; }
50 +src_test() { :; }
51 +
52 +src_install() {
53 + # The install targets are serial anyway.
54 + emake -j1 DESTDIR="${D}" install || die "emake install failed"
55 +}