Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/
Date: Fri, 25 Mar 2022 20:56:15
Message-Id: 1648241768.94b2e76dd61862445a83898c4fd520b16b6b4df7.mgorny@gentoo
1 commit: 94b2e76dd61862445a83898c4fd520b16b6b4df7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 20:42:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 20:56:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b2e76d
7
8 xfce-extra/xfce4-cpufreq-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-cpufreq-plugin/Manifest | 2 --
13 .../xfce4-cpufreq-plugin-1.2.5.ebuild | 37 ---------------------
14 .../xfce4-cpufreq-plugin-1.2.6.ebuild | 38 ----------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest
18 index 25d7fdeea00a..88a449842536 100644
19 --- a/xfce-extra/xfce4-cpufreq-plugin/Manifest
20 +++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest
21 @@ -1,3 +1 @@
22 -DIST xfce4-cpufreq-plugin-1.2.5.tar.bz2 424858 BLAKE2B 2d93e9f3e591cb3f97289b3a449e4a3494a4bcefe97ad481ab46d0c1b749a85b068cc8e6ecad5ed0d591516cf996d7ab901cf21bcfbb63c28f5b28f4e7e01a3e SHA512 4a098861875f2a413e8d3778e4eef709f00efc87d9cd76ddab22462653ec21f4b8756c421e3f0726c56f151f0e637e27d2c80c4b09ab8ecb419e00bb108d3b80
23 -DIST xfce4-cpufreq-plugin-1.2.6.tar.bz2 445529 BLAKE2B e24db07de628983140da96d5218dbbde7c0d05ae9b9bee82e969b796018d5cbc40d438e18b638830179b9916d3ffc0088a44beaaef89a2efec22309491d9f7ac SHA512 11c407e9397a42120d97e1dce34e484d4ffcd10b768b28f11e797d8bbcb29fa5f635595f5165aff2954593f209b8e1de8fde377c3b76e8a0434f4fd63affcef3
24 DIST xfce4-cpufreq-plugin-1.2.7.tar.bz2 446055 BLAKE2B bedcf4ece6f1696a13144b0dd9d28a9dfdda255ed72f3b7aa7d572fd33b718a01850aaac90887b79ca57e4a7a9e4a6b234ac880e3a180a459e54c8377da3a9b9 SHA512 6bb7f5790d3ba9756afcb47cde40420453afe191fa111e390f2ad9780f3ab51ac2c6a69586303e9a5d1fb7d1af3eda3dad93f10df072f9ae59e47fc2216db434
25
26 diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild
27 deleted file mode 100644
28 index c973b97edf0c..000000000000
29 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit xdg-utils
38 -
39 -DESCRIPTION="A panel plugin for showing information about cpufreq settings"
40 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
41 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
46 -
47 -RDEPEND=">=dev-libs/glib-2.20:=
48 - >=x11-libs/gtk+-3.20:3=
49 - >=xfce-base/libxfce4ui-4.14:=
50 - >=xfce-base/xfce4-panel-4.12:="
51 -DEPEND="${RDEPEND}"
52 -BDEPEND="
53 - dev-util/intltool
54 - sys-devel/gettext
55 - virtual/pkgconfig"
56 -
57 -src_install() {
58 - default
59 - find "${D}" -name '*.la' -delete || die
60 -}
61 -
62 -pkg_postinst() {
63 - xdg_icon_cache_update
64 -}
65 -
66 -pkg_postrm() {
67 - xdg_icon_cache_update
68 -}
69
70 diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.6.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.6.ebuild
71 deleted file mode 100644
72 index 2e1ad90e5a2f..000000000000
73 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.6.ebuild
74 +++ /dev/null
75 @@ -1,38 +0,0 @@
76 -# Copyright 1999-2022 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=8
80 -
81 -inherit xdg-utils
82 -
83 -DESCRIPTION="A panel plugin for showing information about cpufreq settings"
84 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
85 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
86 -
87 -LICENSE="GPL-2+"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
90 -
91 -RDEPEND=">=dev-libs/glib-2.20:=
92 - >=x11-libs/gtk+-3.20:3=
93 - >=xfce-base/libxfce4ui-4.14:=
94 - >=xfce-base/libxfce4util-4.14:=
95 - >=xfce-base/xfce4-panel-4.14:="
96 -DEPEND="${RDEPEND}"
97 -BDEPEND="
98 - dev-util/intltool
99 - sys-devel/gettext
100 - virtual/pkgconfig"
101 -
102 -src_install() {
103 - default
104 - find "${D}" -name '*.la' -delete || die
105 -}
106 -
107 -pkg_postinst() {
108 - xdg_icon_cache_update
109 -}
110 -
111 -pkg_postrm() {
112 - xdg_icon_cache_update
113 -}