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-diskperf-plugin/
Date: Sun, 25 Mar 2018 17:27:33
Message-Id: 1521998832.a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c.mgorny@gentoo
1 commit: a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:10:56 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ad59c4
7
8 xfce-extra/xfce4-diskperf-plugin: Drop old
9
10 xfce-extra/xfce4-diskperf-plugin/Manifest | 1 -
11 .../xfce4-diskperf-plugin-2.5.5.ebuild | 29 ----------------------
12 2 files changed, 30 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest
15 index a79f3d85fe9..0b76f965a2a 100644
16 --- a/xfce-extra/xfce4-diskperf-plugin/Manifest
17 +++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 BLAKE2B d4713c030e3e350551c4bf7ada701ee6201ad83266b3f34bd3c2dd4d44b5dddc96e373bcda5d587f9877237bd2e6dd6bb63db39e18480cc7b0adc82e681bf6ca SHA512 ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
20 DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 BLAKE2B 4bf0fa9c741e3efe276c7b00f8997ee49611809f7a19fa8bbf955cff2218c2654924f1b5a324f9d659adc02d728e451e7565c5ce457ef4a99fababe89d7a687e SHA512 ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
21
22 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild
23 deleted file mode 100644
24 index f273fbcf4ba..00000000000
25 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild
26 +++ /dev/null
27 @@ -1,29 +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="A panel plug-in for disk usage and performance statistics"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-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 ~amd64-linux ~x86-linux"
41 -IUSE="debug"
42 -
43 -RDEPEND=">=xfce-base/libxfce4ui-4.8:=
44 - >=xfce-base/xfce4-panel-4.8:="
45 -DEPEND="${RDEPEND}
46 - dev-util/intltool
47 - sys-devel/gettext
48 - virtual/pkgconfig"
49 -
50 -pkg_setup() {
51 - XFCONF=(
52 - $(xfconf_use_debug)
53 - )
54 -
55 - DOCS=( AUTHORS ChangeLog NEWS README )
56 -}