summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-21 17:28:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-21 17:28:20 +0000
commitb91919a839925de169a2fe9f9de58391c2d111d7 (patch)
tree364d3eb3627ea07f79f013e737914c0a5af6a05a /xfce-extra/xfce4-diskperf-plugin
parentppc64 stable wrt #342991 (diff)
downloadgentoo-2-b91919a839925de169a2fe9f9de58391c2d111d7.tar.gz
gentoo-2-b91919a839925de169a2fe9f9de58391c2d111d7.tar.bz2
gentoo-2-b91919a839925de169a2fe9f9de58391c2d111d7.zip
Version bump.
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/ChangeLog b/xfce-extra/xfce4-diskperf-plugin/ChangeLog
index 9e42d5a4639b..bfeb8682c87f 100644
--- a/xfce-extra/xfce4-diskperf-plugin/ChangeLog
+++ b/xfce-extra/xfce4-diskperf-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-diskperf-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.3 2010/08/07 13:50:35 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.4 2011/01/21 17:28:20 ssuominen Exp $
+
+*xfce4-diskperf-plugin-2.3.0 (21 Jan 2011)
+
+ 21 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-diskperf-plugin-2.3.0.ebuild:
+ Version bump.
07 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-diskperf-plugin-2.2.0.ebuild,
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild
new file mode 100644
index 000000000000..ac9cfb992935
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.1 2011/01/21 17:28:20 ssuominen Exp $
+
+EAPI=3
+inherit xfconf
+
+DESCRIPTION="Xfce's disk usage and performance panel plugin"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/2.3/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfcegui4-4.3.90
+ >=xfce-base/xfce4-panel-4.3.90"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+pkg_setup() {
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS ChangeLog NEWS README"
+}