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: Thu, 15 Apr 2021 20:44:53
Message-Id: 1618519456.ad9950d98850ce9f8a466fcf75d9f4e06ab80aa1.mgorny@gentoo
1 commit: ad9950d98850ce9f8a466fcf75d9f4e06ab80aa1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 19:55:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 20:44:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9950d9
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 | 1 -
13 .../xfce4-cpufreq-plugin-1.2.4.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest
17 index de80665e467..3aa88a8d5f5 100644
18 --- a/xfce-extra/xfce4-cpufreq-plugin/Manifest
19 +++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-cpufreq-plugin-1.2.4.tar.bz2 416385 BLAKE2B 65df9bdd0427f5cdebe1a3427801b2ac69fa04a1b6da069c15a7463927101a6744e99207de69bd8ed6f0a92259fcaaa34a25e7cb26b74f82a9bfad38ddab8cda SHA512 6aad36cf44ebde55e9d05cabe8547e9335188749ce92317c949c00577b04a80f2239c03664802ef386a06a2c24c433a515dc598ea36c9299766a5e56b5ae6ae4
22 DIST xfce4-cpufreq-plugin-1.2.5.tar.bz2 424858 BLAKE2B 2d93e9f3e591cb3f97289b3a449e4a3494a4bcefe97ad481ab46d0c1b749a85b068cc8e6ecad5ed0d591516cf996d7ab901cf21bcfbb63c28f5b28f4e7e01a3e SHA512 4a098861875f2a413e8d3778e4eef709f00efc87d9cd76ddab22462653ec21f4b8756c421e3f0726c56f151f0e637e27d2c80c4b09ab8ecb419e00bb108d3b80
23
24 diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild
25 deleted file mode 100644
26 index 68d79bc783c..00000000000
27 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit xdg-utils
36 -
37 -DESCRIPTION="A panel plugin for showing information about cpufreq settings"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
44 -
45 -RDEPEND=">=dev-libs/glib-2.20:=
46 - >=x11-libs/gtk+-3.20:3=
47 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
48 - >=xfce-base/xfce4-panel-4.12:="
49 -DEPEND="${RDEPEND}"
50 -BDEPEND="
51 - dev-util/intltool
52 - sys-devel/gettext
53 - virtual/pkgconfig"
54 -
55 -src_install() {
56 - default
57 - find "${D}" -name '*.la' -delete || die
58 -}
59 -
60 -pkg_postinst() {
61 - xdg_icon_cache_update
62 -}
63 -
64 -pkg_postrm() {
65 - xdg_icon_cache_update
66 -}