diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:24:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:24:17 +0000 |
commit | 06c79e23e8b13688cc391824c4068a63f4545668 (patch) | |
tree | 3b8a98c072e1d25c5266ae55e3a48f15392a92c3 /xfce-extra/xfce4-genmon-plugin | |
parent | old (diff) | |
download | gentoo-2-06c79e23e8b13688cc391824c4068a63f4545668.tar.gz gentoo-2-06c79e23e8b13688cc391824c4068a63f4545668.tar.bz2 gentoo-2-06c79e23e8b13688cc391824c4068a63f4545668.zip |
old
(Portage version: 2.2.0_alpha120/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.1.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog index 68aee9d2e2a4..bed6e905e821 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.26 2012/07/14 13:25:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.27 2012/08/07 13:24:17 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-genmon-plugin-3.3.1.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-genmon-plugin-3.4.0.ebuild: diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild deleted file mode 100644 index c0771f4a156e..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild +++ /dev/null @@ -1,29 +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.1.ebuild,v 1.7 2012/05/05 07:14:44 mgorny Exp $ - -EAPI=4 -inherit multilib 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}/${PV%.*}/${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="" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -} |