diff options
author | Dustin Polke <DuPol@gmx.de> | 2020-01-01 16:43:36 +0100 |
---|---|---|
committer | Dustin Polke <DuPol@gmx.de> | 2020-01-01 16:44:59 +0100 |
commit | e06dde5c34e1d79b67e66c3aaa2f9f43d0b28f9e (patch) | |
tree | ba163f4069f674746cd501612a392eb8a8e9873c | |
parent | Drop empty folders dev-scheme/guile. (diff) | |
download | DuPol-e06dde5c34e1d79b67e66c3aaa2f9f43d0b28f9e.tar.gz DuPol-e06dde5c34e1d79b67e66c3aaa2f9f43d0b28f9e.tar.bz2 DuPol-e06dde5c34e1d79b67e66c3aaa2f9f43d0b28f9e.zip |
x11-plugins/gkrellm-cpufreq: Rev bump to fix installation. Drop old.
Convert PLUGIN_SO to bash array.
Reported-By: Michael Wolf <mw07@la-wolf.de>
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Dustin Polke <DuPol@gmx.de>
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild (renamed from x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-cpufreq/ChangeLog b/x11-plugins/gkrellm-cpufreq/ChangeLog index 5803faa..b124d84 100644 --- a/x11-plugins/gkrellm-cpufreq/ChangeLog +++ b/x11-plugins/gkrellm-cpufreq/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for x11-plugins/gkrellm-cpufreq -# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2020 Gentoo Authors; Distributed under the GPL v2 # $Header: $ +*gkrellm-cpufreq-0.6.4-r1 (01 Jan 2020) + + 01 Jan 2020; Dustin Polke <DuPol@gmx.de> +gkrellm-cpufreq-0.6.4-r1.ebuild, + -gkrellm-cpufreq-0.6.4.ebuild: + x11-plugins/gkrellm-cpufreq: Rev bump to fix installation. Drop old. Convert + PLUGIN_SO to bash array. Reported-By: Michael Wolf <mw07@la-wolf.de> + *gkrellm-cpufreq-0.6.4 (06 Jan 2018) 06 Jan 2018; Dustin Polke <DuPol@gmx.de> +gkrellm-cpufreq-0.6.4.ebuild, diff --git a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild index 59e9580..b01e8d0 100644 --- a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild +++ b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ RDEPEND="app-admin/gkrellm:2[X] PATCHES=( "${FILESDIR}"/${P}-use-cpupower.patch ) -PLUGIN_SO=cpufreq.so +PLUGIN_SO=( "cpufreq.so" ) src_install() { gkrellm-plugin_src_install |