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/solar-backgrounds/
Date: Tue, 28 Feb 2017 20:23:11
Message-Id: 1488313370.e843bf75fac44353703099b558fd446d0f45db27.dilfridge@gentoo
1 commit: e843bf75fac44353703099b558fd446d0f45db27
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 13:37:52 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 20:22:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e843bf75
7
8 x11-themes/solar-backgrounds: EAPI bump
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../solar-backgrounds-0.92.0.5-r1.ebuild | 39 ++++++++++++++++++++++
13 1 file changed, 39 insertions(+)
14
15 diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
16 new file mode 100644
17 index 00000000000..0063581cc31
18 --- /dev/null
19 +++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild
20 @@ -0,0 +1,39 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +inherit versionator rpm
28 +
29 +SRC_PATH=development/15/source/SRPMS
30 +FEDORA=15
31 +
32 +MY_P="${PN}-$(get_version_component_range 1-3)"
33 +
34 +DESCRIPTION="Fedora official background artwork"
35 +HOMEPAGE="https://fedoraproject.org/wiki/F11_Artwork"
36 +
37 +SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
38 +
39 +LICENSE="CC-BY-SA-2.0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE=""
42 +
43 +RDEPEND=""
44 +DEPEND=""
45 +
46 +S="${WORKDIR}/${MY_P/-backgrounds/}"
47 +
48 +SLOT="0"
49 +
50 +src_compile() { :; }
51 +src_test() { :; }
52 +
53 +src_install() {
54 + insinto /usr/share/backgrounds/solar
55 + doins -r solar*.xml {normalish,standard,wide}{,.dual}
56 +
57 + insinto /usr/share/gnome-background-properties
58 + doins desktop-*.xml
59 +}