summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-22 15:16:33 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-22 15:16:33 +0000
commit09c08a85a29e7337eb657cdce2daea57e5a05a2b (patch)
treeacc0f8409b0601e31e50b45dc90028723fa5ce97 /xfce-extra
parentVersion bump wrt #358251 by Denny Reeh and Arfrever Frehtes Taifersar Arahesis. (diff)
downloadgentoo-2-09c08a85a29e7337eb657cdce2daea57e5a05a2b.tar.gz
gentoo-2-09c08a85a29e7337eb657cdce2daea57e5a05a2b.tar.bz2
gentoo-2-09c08a85a29e7337eb657cdce2daea57e5a05a2b.zip
Version bump
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-genmon-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog
index 1eec219062c7..2e125013ab82 100644
--- a/xfce-extra/xfce4-genmon-plugin/ChangeLog
+++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-genmon-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.3 2010/08/08 12:57:40 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.4 2011/03/22 15:16:33 angelos Exp $
+
+*xfce4-genmon-plugin-3.3.0 (22 Mar 2011)
+
+ 22 Mar 2011; Christoph Mende <angelos@gentoo.org>
+ +xfce4-genmon-plugin-3.3.0.ebuild:
+ Version bump
08 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-genmon-plugin-3.2.ebuild,
diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild
new file mode 100644
index 000000000000..c7c1540a1aae
--- /dev/null
+++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.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-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild,v 1.1 2011/03/22 15:16:33 angelos Exp $
+
+EAPI=3
+inherit xfconf
+
+DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel."
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/3.3/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfcegui4-4.3.22
+ >=xfce-base/xfce4-panel-4.3.22"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS ChangeLog NEWS README"
+}