diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-09 21:19:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-09 21:19:50 +0000 |
commit | f899b3b89e7beced5ab2779230a91c3f277b3512 (patch) | |
tree | 72c91c6e55cea10c20f569cd8045507b0a539293 /xfce-extra/xfce4-clipman-plugin | |
parent | Version bump, drop old (diff) | |
download | historical-f899b3b89e7beced5ab2779230a91c3f277b3512.tar.gz historical-f899b3b89e7beced5ab2779230a91c3f277b3512.tar.bz2 historical-f899b3b89e7beced5ab2779230a91c3f277b3512.zip |
Pin dev-libs/libunique to 1.x.
Package-Manager: portage-2.2.0_alpha20/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-clipman-plugin')
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild | 14 |
2 files changed, 14 insertions, 8 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index 0199fa37bccc..066db85b15a5 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.26 2010/04/14 17:44:21 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.27 2011/02/09 21:18:44 ssuominen Exp $ + + 09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> + xfce4-clipman-plugin-1.1.3.ebuild: + Pin dev-libs/libunique to 1.x. 14 Apr 2010; Jeroen Roovers <jer@gentoo.org> xfce4-clipman-plugin-1.1.3.ebuild: 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 index bf35f6e34a7e..42dfacb47280 100644 --- 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 @@ -1,6 +1,6 @@ # 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.8 2011/02/04 17:58:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.9 2011/02/09 21:18:44 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~ IUSE="debug" RDEPEND=">=dev-libs/glib-2.16:2 - >=dev-libs/libunique-1.0 + =dev-libs/libunique-1* >=gnome-base/libglade-2.6:2.0 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.4 @@ -26,14 +26,16 @@ RDEPEND=">=dev-libs/glib-2.16:2 >=xfce-base/exo-0.3" DEPEND="${RDEPEND} dev-util/intltool - sys-devel/gettext - dev-util/pkgconfig" + dev-util/pkgconfig + sys-devel/gettext" pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" + PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch ) + XFCONF=( --disable-dependency-tracking $(use_enable debug) ) - PATCHES=( "${FILESDIR}/${PN}-1.1.1-exo.patch" ) + + DOCS="AUTHORS ChangeLog NEWS README TODO" } |