commit:     c26318733396429ac892f1800f096838de00748c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:26:19 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:49:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2631873

xfce-extra/xfce4-diskperf-plugin: Bump to 2.5.99, the GTK+3 pre-release

 xfce-extra/xfce4-diskperf-plugin/Manifest          |  1 +
 .../xfce4-diskperf-plugin-2.5.99.ebuild            | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index cee567a..ebe851c 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
+DIST xfce4-diskperf-plugin-2.5.99.tar.bz2 337057 SHA256 
41fd067b88c264bfe8126fa546a44cc5a1fc77c19f652313c1fbfed45db448ab SHA512 
9236274c42450e7c05cb99d4da4799bd76cac9d2fcdfa6311e5443f5f2416627e7e5af33c7ec0ac3bc3d1a699a6fc3483b347153cbcf9b73a764bbb3d9c93d0a
 WHIRLPOOL 
920e5a4ae6ea227f52544586ca103de0cc3b5e9a6e38825f0b6d465ac5ae2060ffd564900f0ae9138f8ab0a21e491215b0f0dd790df6064beb8e66b7456b11a1

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
new file mode 100644
index 0000000..7a658bb
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+pkg_setup() {
+       XFCONF=(
+               $(xfconf_use_debug)
+               )
+
+       DOCS=( AUTHORS ChangeLog NEWS README )
+}

Reply via email to