diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-30 20:11:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-30 20:11:49 +0000 |
commit | 5d5d8466db3819572c9a091cc085d213e9a2084d (patch) | |
tree | b53866b47ed78243151b32011d65e2ce6f918e1a /xfce-extra/xfce4-cpugraph-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-5d5d8466db3819572c9a091cc085d213e9a2084d.tar.gz gentoo-2-5d5d8466db3819572c9a091cc085d213e9a2084d.tar.bz2 gentoo-2-5d5d8466db3819572c9a091cc085d213e9a2084d.zip |
Version bump.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog index 9f37ae4e5364..9773c8aefc25 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.18 2012/04/21 05:41:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.19 2012/04/30 20:11:49 ssuominen Exp $ + +*xfce4-cpugraph-plugin-1.0.2 (30 Apr 2012) + + 30 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-cpugraph-plugin-1.0.2.ebuild: + Version bump. 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-cpugraph-plugin-1.0.1.ebuild: diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.ebuild new file mode 100644 index 000000000000..6da98d770dd6 --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.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.2.ebuild,v 1.1 2012/04/30 20:11:49 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 + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} |