x11-plugins/gkrellm-cpupower: Drop old
authorPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 10:44:37 +0000 (12:44 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 11:34:18 +0000 (13:34 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

x11-plugins/gkrellm-cpupower/Manifest
x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild [deleted file]
x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild [deleted file]

index 846b7cdba2d1f8f8f05d7cb554bd826df38f62d7..fba0873b5bfd8c6f7f726937e04dca6c40de8875 100644 (file)
@@ -1,2 +1 @@
-DIST gkrellm2-cpupower-0.1.6.tar.gz 14390 SHA256 85a6c24976f9e0bac69fae0d161a00545078623765d76128cce587d67452305f SHA512 eb55a30614f5e4ae9514516749f34dbf6bd409148e967f2933d49f3d2bb6938535900101ed27dff132edd79b7cfa2f7244bb6f87e09b555e7536c8f74d020b01 WHIRLPOOL afb764799d1d926afb3cadd0e928a2da06d7c7728dd0cfe73ea0843bec5d4312ea076abaf7dad83ba6487f33680956ecc4eaeb9e806b6f4f5aa407fb469c0f81
 DIST gkrellm2-cpupower-0.2.tar.gz 14274 SHA256 d6c632c079c5782564431f78dfc21d81f74ee46d19c43c0ae38be5a279305a0d SHA512 80cf86548c8329af41462cb5cdd0de67cfab05d8d9a7c3315fcc662e0b5e511ffc1f46d2eb3ccf13b9f1607c35860921658eb74970c241a4c56b74e32e4f779e WHIRLPOOL f9af36768b491e1e3ab0cded1e9bae64a93f39d1be7770ec65b0351a0b95988e54f51add849a6ea222a574863926d7d46ff2a3aee8f82f8f0cc12240c44e79b9
diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild
deleted file mode 100644 (file)
index 15e85c0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-MY_P=${P/gkrellm/gkrellm2}
-
-DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
-HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/"
-SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-# Collision with /usr/sbin/cpufreqnextgovernor
-RDEPEND="app-admin/sudo
-       sys-power/cpupower
-       !x11-plugins/gkrellm-cpufreq"
-
-PLUGIN_SO="cpupower.so"
-
-src_install() {
-       gkrellm-plugin_src_install
-       dosbin cpufreqnextgovernor
-       emake DESTDIR="${D}" install-sudo
-}
-
-pkg_postinst() {
-       echo
-       einfo "For changing the governor and CPU frequencies as a user, create the \"trusted\""
-       einfo "group, and add those users to that group who should be allowed to perform"
-       einfo "these changes."
-       echo
-}
diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild
deleted file mode 100644 (file)
index 8aa8fda..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-MY_P="${P/gkrellm/gkrellm2}"
-
-DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
-HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/"
-SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
-       app-admin/sudo
-       sys-power/cpupower
-"
-
-PLUGIN_SO="cpupower.so"
-
-src_install() {
-       gkrellm-plugin_src_install
-       emake DESTDIR="${D}" install-sudo
-}
-
-pkg_postinst() {
-       echo
-       einfo "For changing the governor and CPU frequencies as a user, create the \"trusted\""
-       einfo "group, and add those users to that group who should be allowed to perform"
-       einfo "these changes."
-       echo
-}