diff options
Diffstat (limited to 'x11-plugins/gkrellm-plugins')
-rw-r--r-- | x11-plugins/gkrellm-plugins/Manifest | 2 | ||||
-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 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-plugins/gkrellm-plugins/Manifest b/x11-plugins/gkrellm-plugins/Manifest index c40553634a78..4e3279b1a74c 100644 --- a/x11-plugins/gkrellm-plugins/Manifest +++ b/x11-plugins/gkrellm-plugins/Manifest @@ -1,2 +1,2 @@ -EBUILD gkrellm-plugins-2.0.ebuild 777 BLAKE2B afe9554243cf5c73f0dc98f95d02db91c63df11bf4c4d296b39a8604a74b1338e7bae5e24cb16f35959824245e92406859ca1a3aa00154eabe3ebe8d16a138fe SHA512 f1a6f22fc2f0ddfa1201039a9954e7491247e7e874d5912eb6718ae3749329d43c58dad138275133637abee45ba3f205269e61c84396ce60b1d3becf9964caf5 +EBUILD gkrellm-plugins-2.0-r1.ebuild 771 BLAKE2B 940750723e67f8cb3ca84d492c794e611fa2562787a33ab728ba06235ff6509401adde586ddc4df2090abf88cfe09df17d7db846998995c3f84983bd37d48f8e SHA512 a6743829d4ed03032af55e2967d787c3bdc675dda849b8874868cd536551a32d199ee7e499556962c7520a8d9ceaf7d81177436cec82eddd8df3ded405c61897 MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a 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 ) " |