Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-cpupower/
Date: Wed, 26 Jul 2017 11:34:56
Message-Id: 1501068858.d1efd95f80467777ad4c431f727f074323cbae34.pacho@gentoo
1 commit: d1efd95f80467777ad4c431f727f074323cbae34
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 10:44:37 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1efd95f
7
8 x11-plugins/gkrellm-cpupower: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-plugins/gkrellm-cpupower/Manifest | 1 -
13 .../gkrellm-cpupower-0.1.6-r1.ebuild | 40 ----------------------
14 .../gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild | 39 ---------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/x11-plugins/gkrellm-cpupower/Manifest b/x11-plugins/gkrellm-cpupower/Manifest
18 index 846b7cdba2d..fba0873b5bf 100644
19 --- a/x11-plugins/gkrellm-cpupower/Manifest
20 +++ b/x11-plugins/gkrellm-cpupower/Manifest
21 @@ -1,2 +1 @@
22 -DIST gkrellm2-cpupower-0.1.6.tar.gz 14390 SHA256 85a6c24976f9e0bac69fae0d161a00545078623765d76128cce587d67452305f SHA512 eb55a30614f5e4ae9514516749f34dbf6bd409148e967f2933d49f3d2bb6938535900101ed27dff132edd79b7cfa2f7244bb6f87e09b555e7536c8f74d020b01 WHIRLPOOL afb764799d1d926afb3cadd0e928a2da06d7c7728dd0cfe73ea0843bec5d4312ea076abaf7dad83ba6487f33680956ecc4eaeb9e806b6f4f5aa407fb469c0f81
23 DIST gkrellm2-cpupower-0.2.tar.gz 14274 SHA256 d6c632c079c5782564431f78dfc21d81f74ee46d19c43c0ae38be5a279305a0d SHA512 80cf86548c8329af41462cb5cdd0de67cfab05d8d9a7c3315fcc662e0b5e511ffc1f46d2eb3ccf13b9f1607c35860921658eb74970c241a4c56b74e32e4f779e WHIRLPOOL f9af36768b491e1e3ab0cded1e9bae64a93f39d1be7770ec65b0351a0b95988e54f51add849a6ea222a574863926d7d46ff2a3aee8f82f8f0cc12240c44e79b9
24
25 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
26 deleted file mode 100644
27 index 15e85c0ed13..00000000000
28 --- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.1.6-r1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gkrellm-plugin
37 -
38 -MY_P=${P/gkrellm/gkrellm2}
39 -
40 -DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
41 -HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/"
42 -SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -S="${WORKDIR}/${MY_P}"
50 -
51 -# Collision with /usr/sbin/cpufreqnextgovernor
52 -RDEPEND="app-admin/sudo
53 - sys-power/cpupower
54 - !x11-plugins/gkrellm-cpufreq"
55 -
56 -PLUGIN_SO="cpupower.so"
57 -
58 -src_install() {
59 - gkrellm-plugin_src_install
60 - dosbin cpufreqnextgovernor
61 - emake DESTDIR="${D}" install-sudo
62 -}
63 -
64 -pkg_postinst() {
65 - echo
66 - einfo "For changing the governor and CPU frequencies as a user, create the \"trusted\""
67 - einfo "group, and add those users to that group who should be allowed to perform"
68 - einfo "these changes."
69 - echo
70 -}
71
72 diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild
73 deleted file mode 100644
74 index 8aa8fda8a8a..00000000000
75 --- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit gkrellm-plugin
84 -
85 -MY_P="${P/gkrellm/gkrellm2}"
86 -
87 -DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
88 -HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/"
89 -SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -IUSE=""
95 -
96 -S="${WORKDIR}/${MY_P}"
97 -
98 -RDEPEND="
99 - app-admin/sudo
100 - sys-power/cpupower
101 -"
102 -
103 -PLUGIN_SO="cpupower.so"
104 -
105 -src_install() {
106 - gkrellm-plugin_src_install
107 - emake DESTDIR="${D}" install-sudo
108 -}
109 -
110 -pkg_postinst() {
111 - echo
112 - einfo "For changing the governor and CPU frequencies as a user, create the \"trusted\""
113 - einfo "group, and add those users to that group who should be allowed to perform"
114 - einfo "these changes."
115 - echo
116 -}