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: Sat, 30 Jul 2016 19:53:35
Message-Id: 1469908186.c26318733396429ac892f1800f096838de00748c.mgorny@gentoo
1 commit: c26318733396429ac892f1800f096838de00748c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:26:19 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 19:49:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2631873
7
8 xfce-extra/xfce4-diskperf-plugin: Bump to 2.5.99, the GTK+3 pre-release
9
10 xfce-extra/xfce4-diskperf-plugin/Manifest | 1 +
11 .../xfce4-diskperf-plugin-2.5.99.ebuild | 30 ++++++++++++++++++++++
12 2 files changed, 31 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest
15 index cee567a..ebe851c 100644
16 --- a/xfce-extra/xfce4-diskperf-plugin/Manifest
17 +++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
18 @@ -1 +1,2 @@
19 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec WHIRLPOOL 7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
20 +DIST xfce4-diskperf-plugin-2.5.99.tar.bz2 337057 SHA256 41fd067b88c264bfe8126fa546a44cc5a1fc77c19f652313c1fbfed45db448ab SHA512 9236274c42450e7c05cb99d4da4799bd76cac9d2fcdfa6311e5443f5f2416627e7e5af33c7ec0ac3bc3d1a699a6fc3483b347153cbcf9b73a764bbb3d9c93d0a WHIRLPOOL 920e5a4ae6ea227f52544586ca103de0cc3b5e9a6e38825f0b6d465ac5ae2060ffd564900f0ae9138f8ab0a21e491215b0f0dd790df6064beb8e66b7456b11a1
21
22 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
23 new file mode 100644
24 index 0000000..7a658bb
25 --- /dev/null
26 +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
27 @@ -0,0 +1,30 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +inherit xfconf
34 +
35 +DESCRIPTION="A panel plug-in for disk usage and performance statistics"
36 +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
37 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="BSD-2"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
42 +IUSE="debug"
43 +
44 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
45 + >=xfce-base/xfce4-panel-4.12:="
46 +DEPEND="${RDEPEND}
47 + dev-util/intltool
48 + sys-devel/gettext
49 + virtual/pkgconfig"
50 +
51 +pkg_setup() {
52 + XFCONF=(
53 + $(xfconf_use_debug)
54 + )
55 +
56 + DOCS=( AUTHORS ChangeLog NEWS README )
57 +}