diff options
author | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:44 +0100 |
commit | 0323b85f0faf62da16fdb18362f748e1d0d1fe2c (patch) | |
tree | 5452ca0906b3dfd4eb026ee6b5f2ad9f59d3e718 /x11-themes/lovelock-backgrounds | |
parent | x11-themes/leonidas-backgrounds: update EAPI 6 -> 8 (diff) | |
download | gentoo-0323b85f0faf62da16fdb18362f748e1d0d1fe2c.tar.gz gentoo-0323b85f0faf62da16fdb18362f748e1d0d1fe2c.tar.bz2 gentoo-0323b85f0faf62da16fdb18362f748e1d0d1fe2c.zip |
x11-themes/lovelock-backgrounds: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes/lovelock-backgrounds')
-rw-r--r-- | x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r2.ebuild (renamed from x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild) | 20 |
1 files changed, 7 insertions, 13 deletions
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-r2.ebuild index 4da6d64d88fc..b9a4bb6be0c1 100644 --- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r1.ebuild +++ b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1-r2.ebuild @@ -1,29 +1,23 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit rpm versionator +inherit rpm -SRC_PATH=releases/15/Fedora/source/SRPMS -FEDORA=15 -MY_P="${PN}-$(get_version_component_range 1-3)" +MY_P="${PN}-$(ver_cut 1-3)" DESCRIPTION="Fedora 15 official background artwork" HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork" -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" +SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/15/Fedora/source/SRPMS/${PN}-$(ver_rs 3 -).fc15.src.rpm" +S="${WORKDIR}/${MY_P}" LICENSE="CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" src_compile() { :; } + src_test() { :; } src_install() { |