diff options
author | Sam James <sam@gentoo.org> | 2023-02-03 05:01:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-03 05:08:08 +0000 |
commit | 5372ab9903027c8039d8b1e53006c8539f745ecf (patch) | |
tree | 842404881f8c85f1cbf8eada2c3f710d78c48e57 /x11-plugins | |
parent | x11-plugins/gkrellmoon: scrub patches (diff) | |
download | gentoo-5372ab9903027c8039d8b1e53006c8539f745ecf.tar.gz gentoo-5372ab9903027c8039d8b1e53006c8539f745ecf.tar.bz2 gentoo-5372ab9903027c8039d8b1e53006c8539f745ecf.zip |
x11-plugins/gkrellm-plugins: EAPI 8
Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0-r1.ebuild (renamed from x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild b/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0-r1.ebuild index 5bc906f72683..0d3c7b4a1bb1 100644 --- a/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild +++ b/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0-r1.ebuild @@ -1,24 +1,24 @@ -# 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 -DESCRIPTION="emerge this package to install all of the gkrellm plugins" +DESCRIPTION="Meta-package for all of the gkrellm plugins" HOMEPAGE="http://gkrellm.srcbox.net/" +LICENSE="metapackage" SLOT="0" -LICENSE="GPL-2" KEYWORDS="~ppc ~x86" IUSE="wifi" -RDEPEND="!<app-admin/gkrellm-2 +RDEPEND=" + !<app-admin/gkrellm-2 >=x11-plugins/gkrellaclock-0.3.2 >=x11-plugins/gkrellkam-2.0.0 >=x11-plugins/gkrellm-leds-0.8.0 >=x11-plugins/gkrellm-volume-2.1.4 >=x11-plugins/gkrellmlaunch-0.5 >=x11-plugins/gkrellmoon-0.6 - wifi? ( >=x11-plugins/gkrellmwireless-2.0.2 ) >=x11-plugins/gkrellshoot-0.4.1 >=x11-plugins/gkrellstock-0.5 >=x11-plugins/gkrellsun-0.12.2 @@ -26,4 +26,5 @@ RDEPEND="!<app-admin/gkrellm-2 >=x11-plugins/gkrellweather-2.0.6 x11-plugins/gkrellm-countdown x11-plugins/gkrellm-trayicons + wifi? ( >=x11-plugins/gkrellmwireless-2.0.2 ) " |