summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-30 09:54:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-30 09:54:49 +0000
commit36f31c2c418bb104a3b32365bd4d3f5a95102222 (patch)
treef5ae173f81638f8fe83e26a8390971547b033434 /xfce-extra/xfce4-diskperf-plugin
parentVersion bump, remove old. (diff)
downloadhistorical-36f31c2c418bb104a3b32365bd4d3f5a95102222.tar.gz
historical-36f31c2c418bb104a3b32365bd4d3f5a95102222.tar.bz2
historical-36f31c2c418bb104a3b32365bd4d3f5a95102222.zip
Version bump.
Package-Manager: portage-2.2.0_alpha113/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/ChangeLog b/xfce-extra/xfce4-diskperf-plugin/ChangeLog
index 41702bcdd7dd..a90835477980 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.22 2012/05/22 05:22:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.23 2012/06/30 09:40:41 ssuominen Exp $
+
+*xfce4-diskperf-plugin-2.5.4 (30 Jun 2012)
+
+ 30 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-diskperf-plugin-2.5.4.ebuild:
+ Version bump.
22 May 2012; Jeff Horelick <jdhore@gentoo.org>
xfce4-diskperf-plugin-2.5.3.ebuild:
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild
new file mode 100644
index 000000000000..eb13c62f9ac9
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 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.5.4.ebuild,v 1.1 2012/06/30 09:40:41 ssuominen Exp $
+
+EAPI=4
+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.8
+ >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}