diff options
author | 2012-01-02 15:18:54 +0000 | |
---|---|---|
committer | 2012-01-02 15:18:54 +0000 | |
commit | 10fc8ef88f74032a8418846bde7f8d44f4528b5f (patch) | |
tree | 209384b936eaa94805982e67240872077c417526 /xfce-extra/xfce4-genmon-plugin | |
parent | Version bump (diff) | |
download | gentoo-2-10fc8ef88f74032a8418846bde7f8d44f4528b5f.tar.gz gentoo-2-10fc8ef88f74032a8418846bde7f8d44f4528b5f.tar.bz2 gentoo-2-10fc8ef88f74032a8418846bde7f8d44f4528b5f.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-genmon-plugin')
-rw-r--r-- | xfce-extra/xfce4-genmon-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog index ec9371111a58..68674aa2345b 100644 --- a/xfce-extra/xfce4-genmon-plugin/ChangeLog +++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-genmon-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.9 2011/11/26 18:12:40 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.10 2012/01/02 15:18:54 ssuominen Exp $ + +*xfce4-genmon-plugin-3.3.1 (02 Jan 2012) + + 02 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-genmon-plugin-3.3.1.ebuild: + Version bump. 26 Nov 2011; Raúl Porcel <armin76@gentoo.org> xfce4-genmon-plugin-3.3.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 new file mode 100644 index 000000000000..53c1a9c65167 --- /dev/null +++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild @@ -0,0 +1,25 @@ +# 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.1 2012/01/02 15:18:54 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}/${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 + dev-util/pkgconfig" + +pkg_setup() { + DOCS=( AUTHORS ChangeLog NEWS README ) +} |