diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:22:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:22:05 +0000 |
commit | 69f4184f3c6303f83907390cd6523c16b0c62dbf (patch) | |
tree | 776a7699d4e1f5668e21429f4446115ec1ebecf0 /xfce-extra/xfce4-cpugraph-plugin | |
parent | old (diff) | |
download | gentoo-2-69f4184f3c6303f83907390cd6523c16b0c62dbf.tar.gz gentoo-2-69f4184f3c6303f83907390cd6523c16b0c62dbf.tar.bz2 gentoo-2-69f4184f3c6303f83907390cd6523c16b0c62dbf.zip |
old
(Portage version: 2.2.0_alpha120/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.4.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog index d1504f443878..3540ca92eff7 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.29 2012/07/14 13:05:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.30 2012/08/07 13:22:05 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-cpugraph-plugin-1.0.4.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-cpugraph-plugin-1.0.2.ebuild: 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 deleted file mode 100644 index c512c76960e0..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 ) -} |