summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-07-02 16:17:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-07-02 16:17:36 +0000
commit7e02754590c48403b663e34faccc1b23582f51b7 (patch)
treefcdaabddb958d07727082bd79220d83508d0e889 /xfce-extra/xfce4-cpugraph-plugin
parentVersion bump. tidy (diff)
downloadgentoo-2-7e02754590c48403b663e34faccc1b23582f51b7.tar.gz
gentoo-2-7e02754590c48403b663e34faccc1b23582f51b7.tar.bz2
gentoo-2-7e02754590c48403b663e34faccc1b23582f51b7.zip
Version bump.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog
index f7b77400a834..3da5a42cf200 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog
+++ b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-cpugraph-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.25 2012/06/30 09:36:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.26 2012/07/02 16:17:36 ssuominen Exp $
+
+*xfce4-cpugraph-plugin-1.0.4 (02 Jul 2012)
+
+ 02 Jul 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-cpugraph-plugin-1.0.4.ebuild:
+ Version bump.
*xfce4-cpugraph-plugin-1.0.3 (30 Jun 2012)
diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild
new file mode 100644
index 000000000000..c512c76960e0
--- /dev/null
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild,v 1.1 2012/07/02 16:17:36 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="A system load plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2 GPL-2"
+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=">=x11-libs/gtk+-2.12:2
+ >=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 )
+}