diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:39:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:39:16 +0000 |
commit | 5482717b9ff8ee6b4c4452cf450806f393bfc9e7 (patch) | |
tree | 2f5072f99e76bb9a671655e4e4704c2be1d728e8 /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-5482717b9ff8ee6b4c4452cf450806f393bfc9e7.tar.gz gentoo-2-5482717b9ff8ee6b4c4452cf450806f393bfc9e7.tar.bz2 gentoo-2-5482717b9ff8ee6b4c4452cf450806f393bfc9e7.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
3 files changed, 6 insertions, 58 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index c5c653665738..17164e9ec16b 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.40 2012/04/10 01:36:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.41 2012/04/17 07:39:16 ssuominen Exp $ + + 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -files/xfce4-clipman-plugin-1.1.1-exo.patch, + -xfce4-clipman-plugin-1.1.3.ebuild: + old *xfce4-clipman-plugin-1.2.3 (10 Apr 2012) diff --git a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch b/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch deleted file mode 100644 index 1a2a012cf99b..000000000000 --- a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -63,7 +63,8 @@ - dnl *** Check for required packages *** - dnl *********************************** - XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.16.0]) --XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.0]) -+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.0], [], -+ [XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])]) - XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0]) - XDT_CHECK_PACKAGE([GDKX], [gdk-x11-2.0], [2.10.0]) - XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0]) diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild deleted file mode 100644 index 198b38d9b374..000000000000 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild +++ /dev/null @@ -1,45 +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-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.11 2011/05/19 21:26:46 ssuominen Exp $ - -EAPI=4 -EAUTORECONF=yes -inherit xfconf - -DESCRIPTION="A clipboard manager plug-in for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.1/${P}.tar.bz2" - -LICENSE="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=">=dev-libs/glib-2.16:2 - dev-libs/libunique:1 - >=gnome-base/libglade-2.6:2.0 - >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/xfconf-4.8 - >=xfce-base/exo-0.6" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch ) - XFCONF=( $(use_enable debug) ) - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_prepare() { - sed -i \ - -e "/imagesdir/s:xfce4/doc:doc/${PF}/html:" \ - -e "/TARGET_DIR/s:xfce4/doc:doc/${PF}/html:" \ - docs/manual/*/{,images/}Makefile.am || die - - xfconf_src_prepare -} |