diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 20:48:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 21:36:48 +0200 |
commit | cf2743c32dd64c66fd924982dee4aba21a151f5a (patch) | |
tree | 5bbdf73fb4149e1f8386d35caf28c2229e845254 /x11-plugins/gkrellm-cpupower | |
parent | x11-plugins/gkrellm-bgchanger: drop 0.1.11-r2, EAPI-6-- (diff) | |
download | gentoo-cf2743c32dd64c66fd924982dee4aba21a151f5a.tar.gz gentoo-cf2743c32dd64c66fd924982dee4aba21a151f5a.tar.bz2 gentoo-cf2743c32dd64c66fd924982dee4aba21a151f5a.zip |
x11-plugins/gkrellm-cpupower: drop 0.2-r1, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-cpupower')
-rw-r--r-- | x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild deleted file mode 100644 index dcf420b95721..000000000000 --- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 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="" - -DEPEND="app-admin/gkrellm:2[X]" -RDEPEND=" - ${DEPEND} - app-admin/sudo - sys-power/cpupower" - -S=${WORKDIR}/${MY_P} - -src_install() { - local PLUGIN_SO=( cpupower$(get_modname) ) - gkrellm-plugin_src_install - emake DESTDIR="${D}" install-sudo -} - -pkg_postinst() { - einfo - 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." - einfo -} |