diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:46 +0100 |
commit | 1cd4f1b3b25fc1cfa647ff887e80bc3b20d7939e (patch) | |
tree | c460ae6176b78b85463f0e1e953edc3764f905d6 /x11-themes | |
parent | x11-themes/pulse-glass: update EAPI 6 -> 8 (diff) | |
download | gentoo-1cd4f1b3b25fc1cfa647ff887e80bc3b20d7939e.tar.gz gentoo-1cd4f1b3b25fc1cfa647ff887e80bc3b20d7939e.tar.bz2 gentoo-1cd4f1b3b25fc1cfa647ff887e80bc3b20d7939e.zip |
x11-themes/solar-backgrounds: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r2.ebuild (renamed from x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild) | 25 |
1 files changed, 8 insertions, 17 deletions
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-r2.ebuild index 502b4ab4eec5..a2e146ddd25e 100644 --- a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild +++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r2.ebuild @@ -1,32 +1,23 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit versionator rpm +inherit rpm -SRC_PATH=development/15/source/SRPMS -FEDORA=15 - -MY_P="${PN}-$(get_version_component_range 1-3)" +MY_P="${PN}-$(ver_cut 1-3)" DESCRIPTION="Fedora 10 official background artwork" HOMEPAGE="https://fedoraproject.org/wiki/Artwork/F10Themes/Solar" - -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" - -LICENSE="CC-BY-SA-2.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - +SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/development/15/source/SRPMS/${PN}-$(ver_rs 3 -).fc15.src.rpm" S="${WORKDIR}/${MY_P/-backgrounds/}" +LICENSE="CC-BY-SA-2.0" SLOT="0" +KEYWORDS="amd64 x86" src_compile() { :; } + src_test() { :; } src_install() { |