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-systemload-plugin/
Date: Mon, 08 Apr 2019 19:17:45
Message-Id: 1554751052.808a6d2bec7901c74f1c438248e6df9472a4cd1d.mgorny@gentoo
1 commit: 808a6d2bec7901c74f1c438248e6df9472a4cd1d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:56:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808a6d2b
7
8 xfce-extra/xfce4-systemload-plugin: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-systemload-plugin/Manifest | 1 -
13 .../xfce4-systemload-plugin-1.2.1.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest b/xfce-extra/xfce4-systemload-plugin/Manifest
17 index 647834c2448..71d63ca1df1 100644
18 --- a/xfce-extra/xfce4-systemload-plugin/Manifest
19 +++ b/xfce-extra/xfce4-systemload-plugin/Manifest
20 @@ -1,2 +1 @@
21 -DIST xfce4-systemload-plugin-1.2.1.tar.bz2 328136 BLAKE2B 0476c6e89be950a89f54d6d4fce0cfd0b4781520edb76e4280341f1f2c34e13ab54d68a84175524dd6877242da128c409f749c2c94ea6357dc453ed3c4da449d SHA512 01e57d799731a5860f043339ff0e90e0967ac1bda91d9f500d657ea14f3a52f31d9dd68ef5293f7941ef93e26e48af72de22aef976d0ccd497c62096e1aaf0b9
22 DIST xfce4-systemload-plugin-1.2.2.tar.bz2 344197 BLAKE2B c83a55c3262f313c432947dbc240953e54a719bab6ba3714014624addab9b54b5172963792afab4d53c44d30590d9fef6f8b9712eddd7e57906cbe8e9dec35a8 SHA512 92930431383c128e449545b15a6d50aa6e236685619cc1abf0b60979f8a25010eb82ac4428f3e0e7eaac1468c3b101d6a0ef5d39e556346e74f4dddfffaa446b
23
24 diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
25 deleted file mode 100644
26 index a69223c9310..00000000000
27 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils xdg-utils
36 -
37 -DESCRIPTION="System load plug-in for Xfce panel"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="BSD-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
44 -IUSE="upower"
45 -
46 -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
47 - >=xfce-base/xfce4-panel-4.12:=
48 - upower? ( >=sys-power/upower-0.9.23 )"
49 -DEPEND="${RDEPEND}
50 - dev-util/intltool
51 - virtual/pkgconfig"
52 -
53 -DOCS=( AUTHORS ChangeLog NEWS README )
54 -
55 -src_configure() {
56 - econf $(use_enable upower)
57 -}
58 -
59 -pkg_preinst() {
60 - gnome2_icon_savelist
61 -}
62 -
63 -pkg_postinst() {
64 - xdg_desktop_database_update
65 - xdg_mimeinfo_database_update
66 - gnome2_icon_cache_update
67 -}
68 -
69 -pkg_postrm() {
70 - xdg_desktop_database_update
71 - xdg_mimeinfo_database_update
72 - gnome2_icon_cache_update
73 -}