diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:37:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:37:34 +0000 |
commit | 206e3d7cac55b92dede0cb10d422ad77a80a319c (patch) | |
tree | 76e117c04868bb7da38d24ad7cc7dbe169a314be /xfce-extra/xfce4-genmon-plugin | |
parent | old (diff) | |
download | gentoo-2-206e3d7cac55b92dede0cb10d422ad77a80a319c.tar.gz gentoo-2-206e3d7cac55b92dede0cb10d422ad77a80a319c.tar.bz2 gentoo-2-206e3d7cac55b92dede0cb10d422ad77a80a319c.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-genmon-plugin')
-rw-r--r-- | xfce-extra/xfce4-genmon-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog index f75c35461d8a..27400fbef7a3 100644 --- a/xfce-extra/xfce4-genmon-plugin/ChangeLog +++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-genmon-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.16 2012/02/13 21:55:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.17 2012/04/17 07:37:34 ssuominen Exp $ + + 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-genmon-plugin-3.3.0.ebuild: + old 13 Feb 2012; Markus Meier <maekke@gentoo.org> xfce4-genmon-plugin-3.3.1.ebuild: diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild deleted file mode 100644 index cebf05cbac45..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild +++ /dev/null @@ -1,26 +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-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild,v 1.9 2012/01/06 11:00:58 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel." -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/3.3/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -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=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} |