commit:     cc96788ce8851260b81696ed2650bb1277bff21c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:47 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc96788c

x11-themes/verne-backgrounds: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...build => verne-backgrounds-15.91.0.1-r2.ebuild} | 25 +++++++---------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild 
b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild
similarity index 62%
rename from x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild
rename to x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r2.ebuild
index f33fc1ca9502..10c6e1d1c195 100644
--- a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild
+++ b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-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/16/source/SRPMS
-FEDORA=16
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
+MY_P="${PN}-$(ver_cut 1-3)"
 
 DESCRIPTION="Fedora 16 official background artwork"
 HOMEPAGE="https://fedoraproject.org/wiki/F16_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/development/16/source/SRPMS/${PN}-$(ver_rs
 3 -).fc16.src.rpm"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="CC-BY-SA-3.0"
+SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-SLOT=0
 
 src_compile() { :; }
+
 src_test() { :; }
 
 src_install() {

Reply via email to