diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-11-19 12:16:05 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-11-19 12:17:00 +1100 |
commit | a77dd0297d58052882b05e68091de9c9c2d697e0 (patch) | |
tree | 180986d624f77b2930b6845e568e6a56fa5243d7 /x11-themes | |
parent | x11-themes/laughlin-backgrounds: remove 14.1.0.3-r0 (diff) | |
download | gentoo-a77dd0297d58052882b05e68091de9c9c2d697e0.tar.gz gentoo-a77dd0297d58052882b05e68091de9c9c2d697e0.tar.bz2 gentoo-a77dd0297d58052882b05e68091de9c9c2d697e0.zip |
x11-themes/goddard-backgrounds: tidy ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild index 25d1096a950b..8e0ebcd69371 100644 --- a/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild +++ b/x11-themes/goddard-backgrounds/goddard-backgrounds-13.0.0.3-r1.ebuild @@ -3,19 +3,18 @@ EAPI=6 -inherit versionator rpm +inherit rpm versionator SRC_PATH=development/15/source/SRPMS FEDORA=15 - MY_P="${PN}-$(get_version_component_range 1-3)" DESCRIPTION="Fedora official background artwork" HOMEPAGE="https://fedoraproject.org/wiki/F13_Artwork" - SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" LICENSE="CC-BY-SA-2.0" +SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -24,8 +23,6 @@ DEPEND="" S="${WORKDIR}/${MY_P}" -SLOT="0" - src_unpack() { rpm_src_unpack |