diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 11:01:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 11:01:49 +0000 |
commit | c9637c1a2c254a54722f92d67bca2c64ce75c549 (patch) | |
tree | b345d8cd58e36129213d0d764c53a9d97a2a4fd7 /xfce-extra/xfce4-genmon-plugin | |
parent | dev-java/netbeans-nb: version bump (diff) | |
download | gentoo-2-c9637c1a2c254a54722f92d67bca2c64ce75c549.tar.gz gentoo-2-c9637c1a2c254a54722f92d67bca2c64ce75c549.tar.bz2 gentoo-2-c9637c1a2c254a54722f92d67bca2c64ce75c549.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-genmon-plugin')
3 files changed, 6 insertions, 59 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog index 5b0fa44d2ac7..b1538841d180 100644 --- a/xfce-extra/xfce4-genmon-plugin/ChangeLog +++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog @@ -1,6 +1,11 @@ # 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.11 2012/01/06 11:00:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.12 2012/01/06 11:01:49 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-genmon-plugin-3.2.ebuild, + -files/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch: + old 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-genmon-plugin-3.3.0.ebuild: diff --git a/xfce-extra/xfce4-genmon-plugin/files/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch b/xfce-extra/xfce4-genmon-plugin/files/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch deleted file mode 100644 index 5adcfee9f8d5..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/files/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch +++ /dev/null @@ -1,30 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=6620 -http://bugs.gentoo.org/show_bug.cgi?id=331503 - ---- configure.ac -+++ configure.ac -@@ -32,6 +32,7 @@ - - dnl configure the panel plugin - XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22]) -+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22]) - - dnl Translations - XDT_I18N([ca cs en_GB eu fr pl pt_PT sq]) ---- panel-plugin/Makefile.am -+++ panel-plugin/Makefile.am -@@ -3,10 +3,12 @@ - - xfce4_genmon_plugin_CFLAGS = \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -- @LIBXFCE4PANEL_CFLAGS@ -+ @LIBXFCE4PANEL_CFLAGS@ \ -+ @LIBXFCEGUI4_CFLAGS@ - - xfce4_genmon_plugin_LDADD = \ -- @LIBXFCE4PANEL_LIBS@ -+ @LIBXFCE4PANEL_LIBS@ \ -+ @LIBXFCEGUI4_LIBS@ - - xfce4_genmon_plugin_SOURCES = \ - main.c \ diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild deleted file mode 100644 index e67ead34abca..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 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.2.ebuild,v 1.6 2011/05/19 21:03:41 ssuominen Exp $ - -EAPI=4 -EAUTORECONF=yes -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.2/${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() { - PATCHES=( "${FILESDIR}"/${P}-link_to_libxfcegui4.patch ) - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog README ) -} |