commit:     d284042ff2c6bc36901049972b9d661ef46e1062
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:34 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d284042f

x11-themes/gnome-icon-theme-extras: update EAPI 6 -> 8

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

 ...ebuild => gnome-icon-theme-extras-3.12.0-r1.ebuild} | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild 
b/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild
similarity index 86%
rename from 
x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild
rename to 
x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild
index d2ba5a9fa725..a69ee7906e43 100644
--- a/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild
+++ 
b/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit gnome2
 
 DESCRIPTION="Extra GNOME icons for specific devices and file types"
@@ -10,16 +11,15 @@ 
HOMEPAGE="https://gitlab.gnome.org/Archive/gnome-icon-theme-extras";
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
 
 RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-DEPEND="${RDEPEND}
-       >=x11-misc/icon-naming-utils-0.8.7
-       virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       x11-misc/icon-naming-utils
+       virtual/pkgconfig"
 
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
 # FIXME: double check potential LINGUAS problem
 
 src_prepare() {

Reply via email to