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-cpugraph-plugin/
Date: Sat, 06 Nov 2021 20:49:05
Message-Id: 1636231738.7f84513f9917866146a3052870930d008dff7eb5.mgorny@gentoo
1 commit: 7f84513f9917866146a3052870930d008dff7eb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 20:41:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 20:48:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f84513f
7
8 xfce-extra/xfce4-cpugraph-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-cpugraph-plugin/Manifest | 2 --
13 .../xfce4-cpugraph-plugin-1.2.3.ebuild | 36 ---------------------
14 .../xfce4-cpugraph-plugin-1.2.4.ebuild | 37 ----------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest
18 index bbe1cca9218..4a8110a634e 100644
19 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest
20 +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest
21 @@ -1,3 +1 @@
22 -DIST xfce4-cpugraph-plugin-1.2.3.tar.bz2 427880 BLAKE2B 1e2223eab1c8db275eb2aa43197c9aac8a79faee96778a5b684c0dc74e1b55046d0c1bbe3c00d316118be33ef3ee3777cafd258ef3919d36bbbb073e51fc9455 SHA512 79d7c5b328e778156c6a35b1f4947732f42aaffb23f05fdc5e1e7668d03149f1a72ca4bf9b835904a93db6b23660cb10118b4d046b1bd2dded38ef382719052e
23 -DIST xfce4-cpugraph-plugin-1.2.4.tar.bz2 445048 BLAKE2B 03c8c6f3aa0ffcfda930e79b851e6c6a425cab18986c7968fbdcecff3b251dc3134aab0c632d13439208445d0786e6e29a9835ccdff189bf82ae95b9b6576d6d SHA512 0a31b60d263f53db9e19165580c6f03a826e514f41b24555b007ae12b0d038d5f1447e637aa21e77cafe9970177dbeab373385e223f77768d46ede4f1adb0ad2
24 DIST xfce4-cpugraph-plugin-1.2.5.tar.bz2 455357 BLAKE2B 8408338e7bd858940b1c8b25d8c5f622e72bbbcd61a5b96d44a9c4a88438fac476d1911cbf65f42b8bca9c478e7703cbc2e6ce2668d1b5ef9cd4d68076df6113 SHA512 1a0b362afa2dcae30721dc468e31949e4edfe20f5e1063603111d0cd7fcbd3460f14d7ffd30ae1d687400661c37a51a9c1b2f7abedea6c9e9888e93fbbb56d4a
25
26 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.3.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.3.ebuild
27 deleted file mode 100644
28 index dd0a04c56e3..00000000000
29 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.3.ebuild
30 +++ /dev/null
31 @@ -1,36 +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 system load plug-in for the Xfce panel"
40 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
41 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="BSD-2 GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
46 -
47 -RDEPEND=">=x11-libs/gtk+-3.22:3
48 - >=xfce-base/libxfce4ui-4.12:=
49 - >=xfce-base/xfce4-panel-4.12:="
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="
52 - dev-util/intltool
53 - sys-devel/gettext
54 - virtual/pkgconfig"
55 -
56 -src_install() {
57 - default
58 - find "${ED}" -name '*.la' -delete || die
59 -}
60 -
61 -pkg_postinst() {
62 - xdg_icon_cache_update
63 -}
64 -
65 -pkg_postrm() {
66 - xdg_icon_cache_update
67 -}
68
69 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild
70 deleted file mode 100644
71 index 6e63cc625b4..00000000000
72 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild
73 +++ /dev/null
74 @@ -1,37 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -inherit xdg-utils
81 -
82 -DESCRIPTION="A system load plug-in for the Xfce panel"
83 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
84 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
85 -
86 -LICENSE="BSD-2 GPL-2+"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
89 -
90 -RDEPEND=">=x11-libs/gtk+-3.22:3
91 - >=xfce-base/libxfce4ui-4.14:=
92 - >=xfce-base/libxfce4util-4.14:=
93 - >=xfce-base/xfce4-panel-4.14:="
94 -DEPEND="${RDEPEND}"
95 -BDEPEND="
96 - dev-util/intltool
97 - sys-devel/gettext
98 - virtual/pkgconfig"
99 -
100 -src_install() {
101 - default
102 - find "${ED}" -name '*.la' -delete || die
103 -}
104 -
105 -pkg_postinst() {
106 - xdg_icon_cache_update
107 -}
108 -
109 -pkg_postrm() {
110 - xdg_icon_cache_update
111 -}