commit: c2021c28e39ce56cb3cade430e493e32c9d74827 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Feb 20 20:51:51 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 20:51:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2021c28
x11-themes/xfwm4-themes: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...hemes-4.10.0-r1.ebuild => xfwm4-themes-4.10.0-r2.ebuild} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild similarity index 77% rename from x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild rename to x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild index 2ed4112e3948..e11767639f2f 100644 --- a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild +++ b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Additional themes for the Xfce window manager" HOMEPAGE="https://www.xfce.org/projects/" @@ -10,13 +10,6 @@ SRC_URI="https://archive.xfce.org/src/art/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/xfwm4-4.10" -DEPEND="" - RESTRICT="binchecks strip" -pkg_setup() { - DOCS=( AUTHORS ChangeLog README TODO ) -} +RDEPEND=">=xfce-base/xfwm4-4.10"
