diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-11-19 12:18:10 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-11-19 12:20:26 +1100 |
commit | c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c (patch) | |
tree | b0a52c1928f667df73a683de0cc8ca12b02bb97e /x11-themes/constantine-backgrounds | |
parent | x11-themes/goddard-backgrounds: remote 13.0.0.3-r0 (diff) | |
download | gentoo-c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c.tar.gz gentoo-c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c.tar.bz2 gentoo-c6aaf56c6cc49f8cb944bb21d2e0ccfeb0c4ec6c.zip |
x11-themes/constantine-backgrounds: tidy ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'x11-themes/constantine-backgrounds')
-rw-r--r-- | x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild index 1d9a23937f3b..5f2a1ef7960f 100644 --- a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-r1.ebuild +++ b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4-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/F12_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 |