From ca3b25ec59fb9597de40a897bd4ea7d95daf65d7 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Sat, 10 Feb 2007 23:30:10 +0000 Subject: moved from tcltk USE flag to tcl, see bug 17808 (Portage version: 2.1.2-r9) --- net-irc/xchat-gnome/ChangeLog | 8 ++++++-- net-irc/xchat-gnome/xchat-gnome-0.13.ebuild | 10 +++++----- net-irc/xchat-gnome/xchat-gnome-0.15.ebuild | 10 +++++----- 3 files changed, 16 insertions(+), 12 deletions(-) (limited to 'net-irc') diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index dade57bfcefc..3c0cef129edc 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.27 2006/12/30 16:21:02 chainsaw Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.28 2007/02/10 23:30:10 opfer Exp $ + + 10 Feb 2007; Christian Faulhammer + xchat-gnome-0.13.ebuild, xchat-gnome-0.15.ebuild: + moved from tcltk USE flag to tcl, see bug 17808 30 Dec 2006; Tony Vroon xchat-gnome-0.15.ebuild: Add ~ppc64 keyword. Tested on 64UL with GCC 4. diff --git a/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild index 68f0ab96b096..7652f0cc7326 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.13.ebuild,v 1.2 2006/11/05 22:24:12 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild,v 1.3 2007/02/10 23:30:10 opfer Exp $ inherit gnome2 eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://releases.navi.cx/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc ~x86" -IUSE="perl tcltk python ssl mmx ipv6 nls dbus libsexy libnotify spell" +IUSE="perl tcl python ssl mmx ipv6 nls dbus libsexy libnotify spell" RDEPEND=">=dev-libs/glib-2.8.0 >=gnome-base/libgnome-2.13 @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.8.0 ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) dbus? ( >=sys-apps/dbus-0.35 ) libsexy? ( >=x11-libs/libsexy-0.1.7 ) libnotify? ( >=x11-libs/libnotify-0.3.2 )" @@ -55,7 +55,7 @@ src_compile() { $(use_enable ssl openssl) \ $(use_enable perl) \ $(use_enable python) \ - $(use_enable tcltk tcl) \ + $(use_enable tcl) \ $(use_enable mmx) \ $(use_enable ipv6) \ $(use_enable dbus) \ diff --git a/net-irc/xchat-gnome/xchat-gnome-0.15.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.15.ebuild index e064655830f9..dc1e75eaa071 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.15.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.15.ebuild,v 1.3 2006/12/30 16:21:02 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.15.ebuild,v 1.4 2007/02/10 23:30:10 opfer Exp $ inherit gnome2 eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://releases.navi.cx/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" -IUSE="perl tcltk python ssl mmx ipv6 nls dbus libsexy libnotify spell" +IUSE="perl tcl python ssl mmx ipv6 nls dbus libsexy libnotify spell" RDEPEND=">=dev-libs/glib-2.12.0 >=gnome-base/libgnome-2.16.0 @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.12.0 ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) dbus? ( >=sys-apps/dbus-0.60 ) libsexy? ( >=x11-libs/libsexy-0.1.7 ) libnotify? ( >=x11-libs/libnotify-0.3.2 )" @@ -55,7 +55,7 @@ src_compile() { $(use_enable ssl openssl) \ $(use_enable perl) \ $(use_enable python) \ - $(use_enable tcltk tcl) \ + $(use_enable tcl) \ $(use_enable mmx) \ $(use_enable ipv6) \ $(use_enable dbus) \ -- cgit v1.2.3-65-gdbad