diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:48:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:48:28 +0000 |
commit | 3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46 (patch) | |
tree | 427adba51cb608566f6adcb818bb805b418e0b91 /net-irc | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.tar.gz gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.tar.bz2 gentoo-2-3f24a532bd2fc9c2ea4d5c93d0dedd50ff522b46.zip |
Fix tcl/tk slotting; bump to EAPI=5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild | 7 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild | 13 |
3 files changed, 16 insertions, 10 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index 3290cabae239..b7610597f3c2 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.77 2015/01/28 22:59:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.78 2015/03/25 16:48:28 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> xchat-gnome-0.26.1-r2.ebuild, + xchat-gnome-0.26.1-r3.ebuild: + Fix tcl/tk slotting; bump to EAPI=5 28 Jan 2015; Michał Górny <mgorny@gentoo.org> xchat-gnome-0.26.1-r2.ebuild, xchat-gnome-0.26.1-r3.ebuild: diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild index 56044dfae0ca..3dbc128cc5b1 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.13 2015/01/28 22:59:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.14 2015/03/25 16:48:28 jlec Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="dbus libnotify cpu_flags_x86_mmx nls perl python spell ssl tcl" -RDEPEND=">=dev-libs/glib-2.18:2 +RDEPEND=" + >=dev-libs/glib-2.18:2 >=gnome-base/libgnome-2.16.0 >=gnome-base/gconf-2.8.0 >=gnome-base/libgnomeui-2.16.0 @@ -30,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2.18:2 spell? ( app-text/enchant ) ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0 ) dbus? ( >=sys-apps/dbus-0.60 ) libnotify? ( >=x11-libs/libnotify-0.3.2 ) " diff --git a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild index 05ffc29c52b4..5ea681c5e551 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild,v 1.2 2015/01/28 22:59:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild,v 1.3 2015/03/25 16:48:28 jlec Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -18,7 +18,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="dbus libnotify cpu_flags_x86_mmx nls perl python spell ssl tcl" -RDEPEND=">=dev-libs/glib-2.18:2 +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND=" + >=dev-libs/glib-2.18:2 >=gnome-base/libgnome-2.16.0 >=gnome-base/gconf-2.8.0 >=gnome-base/libgnomeui-2.16.0 @@ -28,10 +31,10 @@ RDEPEND=">=dev-libs/glib-2.18:2 >=x11-libs/libsexy-0.1.11 x11-libs/libX11 spell? ( app-text/enchant ) - ssl? ( >=dev-libs/openssl-0.9.6d ) + ssl? ( >=dev-libs/openssl-0.9.6d:0 ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( ${PYTHON_DEPS} ) - tcl? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl:0= ) dbus? ( >=sys-apps/dbus-0.60 ) libnotify? ( >=x11-libs/libnotify-0.3.2 ) " @@ -40,8 +43,6 @@ DEPEND="${RDEPEND} >=app-text/gnome-doc-utils-0.3.2 nls? ( sys-devel/gettext )" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - # gnome-base/gnome-common needed when doing eautoreconf pkg_setup() { |