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: Sun, 25 Mar 2018 17:27:41
Message-Id: 1521998837.04e36a6adf53d49070a6346d31f205d3d7864c43.mgorny@gentoo
1 commit: 04e36a6adf53d49070a6346d31f205d3d7864c43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:19:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e36a6a
7
8 xfce-extra/xfce4-systemload-plugin: Drop old
9
10 xfce-extra/xfce4-systemload-plugin/Manifest | 1 -
11 .../xfce4-systemload-plugin-1.1.2.ebuild | 32 ----------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest b/xfce-extra/xfce4-systemload-plugin/Manifest
15 index 0a303c64e6a..33d30517125 100644
16 --- a/xfce-extra/xfce4-systemload-plugin/Manifest
17 +++ b/xfce-extra/xfce4-systemload-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-systemload-plugin-1.1.2.tar.bz2 305948 BLAKE2B 952a7da2d2d32d6b5afb17b5958cf079e9a788b324cd39e935894e0e0faf2700143a00e56c0545ccda0df01fe0bc74b0b509827447ab7129962f10571a9ffc8e SHA512 4d2216a707991ca17e7a935a6836a5b4236c1ab38e1738a57f754d63aca3d183802e5e530563a6e31c754ba6e4cd225742b4f23170acb07277f18eaee682fd31
20 DIST xfce4-systemload-plugin-1.2.1.tar.bz2 328136 BLAKE2B 0476c6e89be950a89f54d6d4fce0cfd0b4781520edb76e4280341f1f2c34e13ab54d68a84175524dd6877242da128c409f749c2c94ea6357dc453ed3c4da449d SHA512 01e57d799731a5860f043339ff0e90e0967ac1bda91d9f500d657ea14f3a52f31d9dd68ef5293f7941ef93e26e48af72de22aef976d0ccd497c62096e1aaf0b9
21
22 diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild
23 deleted file mode 100644
24 index 65759215657..00000000000
25 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xfconf
33 -
34 -DESCRIPTION="System load plug-in for Xfce panel"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
36 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
37 -
38 -LICENSE="BSD-2"
39 -SLOT="0"
40 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 -IUSE="debug upower"
42 -
43 -RDEPEND=">=x11-libs/gtk+-2.6:2=
44 - >=xfce-base/libxfce4ui-4.10:=
45 - >=xfce-base/libxfce4util-4.10:=
46 - >=xfce-base/xfce4-panel-4.10:=
47 - upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
48 -DEPEND="${RDEPEND}
49 - dev-util/intltool
50 - virtual/pkgconfig"
51 -
52 -pkg_setup() {
53 - XFCONF=(
54 - $(use_enable upower)
55 - $(xfconf_use_debug)
56 - )
57 -
58 - DOCS=( AUTHORS ChangeLog NEWS README )
59 -}