diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 19:21:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 19:21:26 +0000 |
commit | 14084c5bb63c7297a33336def16f102603afb83a (patch) | |
tree | 3fda62de8a151d2bec67c4981804b748fb0e3a13 /xfce-extra/xfce4-cpugraph-plugin | |
parent | Fix Manifest (diff) | |
download | historical-14084c5bb63c7297a33336def16f102603afb83a.tar.gz historical-14084c5bb63c7297a33336def16f102603afb83a.tar.bz2 historical-14084c5bb63c7297a33336def16f102603afb83a.zip |
ppc64 stable wrt #343985
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild | 15 |
2 files changed, 14 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog index 80cabd5eac1b..1dd2920b0621 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog +++ b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpugraph-plugin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.7 2010/11/05 16:56:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.8 2010/11/05 19:18:41 ssuominen Exp $ + + 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + xfce4-cpugraph-plugin-1.0.0.ebuild: + ppc64 stable wrt #343985 05 Nov 2010; Jeroen Roovers <jer@gentoo.org> xfce4-cpugraph-plugin-1.0.0.ebuild: diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild index 72b255802190..1aee772c3f4f 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2010 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.0.ebuild,v 1.4 2010/11/05 16:56:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.0.ebuild,v 1.5 2010/11/05 19:18:41 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="CPU load panel plugin" -HOMEPAGE="http://www.xfce.org/" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +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.20 @@ -23,7 +23,10 @@ DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { - XFCONF="--disable-dependency-tracking - $(xfconf_use_debug)" + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README" } |