summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:39:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:39:38 +0000
commit5b89a884228f314c370e4d2c5ba629ac06b6e2a5 (patch)
tree3bb7ce36be7a447594323c927371f77ec5c51ee1 /xfce-extra/xfce4-cpugraph-plugin
parentInsert missing files to po/POTFILES.skip for "make check" to pass wrt #444996... (diff)
downloadgentoo-2-5b89a884228f314c370e4d2c5ba629ac06b6e2a5.tar.gz
gentoo-2-5b89a884228f314c370e4d2c5ba629ac06b6e2a5.tar.bz2
gentoo-2-5b89a884228f314c370e4d2c5ba629ac06b6e2a5.zip
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog
index 62eb6a8595d5..0bfa39891231 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.33 2012/11/19 21:13:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.34 2012/11/28 09:39:38 ssuominen Exp $
+
+ 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-cpugraph-plugin-1.0.2.ebuild:
+ old
19 Nov 2012; Markus Meier <maekke@gentoo.org>
xfce4-cpugraph-plugin-1.0.5.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
deleted file mode 100644
index e75c0ec4b109..000000000000
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.2.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.2.ebuild,v 1.7 2012/07/14 13:05:38 maekke 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
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}