From: Olivier Crête Date: Sat, 13 Jan 2007 18:24:56 +0000 (+0000) Subject: Change tcltk use flag into tcl, bug #17808 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9797a8975c51d1254e61a2b43131f3f2d99cec9a;p=gentoo.git Change tcltk use flag into tcl, bug #17808 Package-Manager: portage-2.1.1-r2 --- diff --git a/net-im/micq/ChangeLog b/net-im/micq/ChangeLog index aa9a401b03c2..bf9fa5c55c9d 100644 --- a/net-im/micq/ChangeLog +++ b/net-im/micq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/micq -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.40 2006/11/07 05:48:52 usata Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.41 2007/01/13 18:24:56 tester Exp $ + + 13 Jan 2007; Olivier Crête micq-0.4.12.ebuild, + micq-0.5.0.3.ebuild, micq-0.5.1.ebuild, micq-0.5.2.ebuild: + Change tcltk use flag into tcl, bug #17808 *micq-0.5.2 (07 Nov 2006) diff --git a/net-im/micq/micq-0.4.12.ebuild b/net-im/micq/micq-0.4.12.ebuild index 484ad143bc70..61ab0c7e89d2 100644 --- a/net-im/micq/micq-0.4.12.ebuild +++ b/net-im/micq/micq-0.4.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.4.12.ebuild,v 1.7 2005/05/25 12:48:33 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.4.12.ebuild,v 1.8 2007/01/13 18:24:56 tester Exp $ -IUSE="tcltk ssl" +IUSE="tcl ssl" SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="ICQ text-mode client with many features" @@ -13,11 +13,12 @@ SLOT="0" KEYWORDS="x86 alpha sparc ~ppc amd64" DEPEND="virtual/libc ssl? ( >=net-libs/gnutls-0.8.10 - dev-libs/openssl )" + dev-libs/openssl ) + tcl? ( dev-lang/tcl )" src_compile() { econf \ - $(use_enable tcltk tcl) \ + $(use_enable tcl) \ $(use_enable ssl) \ || die "econf failed" emake || die "make failed" diff --git a/net-im/micq/micq-0.5.0.3.ebuild b/net-im/micq/micq-0.5.0.3.ebuild index 08a6ead144f6..f8eff10635a8 100644 --- a/net-im/micq/micq-0.5.0.3.ebuild +++ b/net-im/micq/micq-0.5.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.0.3.ebuild,v 1.6 2005/11/23 17:38:56 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.0.3.ebuild,v 1.7 2007/01/13 18:24:56 tester Exp $ -IUSE="tcltk ssl" +IUSE="tcl ssl" SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="ICQ text-mode client with many features" @@ -14,11 +14,11 @@ KEYWORDS="alpha amd64 ~ppc sparc x86" DEPEND="virtual/libc ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl ) - tcltk? ( dev-lang/tcl )" + tcl? ( dev-lang/tcl )" src_compile() { - econf $(use_enable tcltk tcl) \ + econf $(use_enable tcl) \ $(use_enable ssl) \ || die "econf failed" emake || die diff --git a/net-im/micq/micq-0.5.1.ebuild b/net-im/micq/micq-0.5.1.ebuild index 2f094e27eaab..9001929b185d 100644 --- a/net-im/micq/micq-0.5.1.ebuild +++ b/net-im/micq/micq-0.5.1.ebuild @@ -1,8 +1,8 @@ -# 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-im/micq/micq-0.5.1.ebuild,v 1.1 2006/02/08 12:57:45 reb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.1.ebuild,v 1.2 2007/01/13 18:24:56 tester Exp $ -IUSE="tcltk ssl" +IUSE="tcl ssl" SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="ICQ text-mode client with many features" @@ -14,11 +14,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/libc ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl ) - tcltk? ( dev-lang/tcl )" + tcl? ( dev-lang/tcl )" src_compile() { - econf `use_enable tcltk tcl` \ + econf `use_enable tcl` \ `use_enable ssl` \ || die "econf failed" emake || die diff --git a/net-im/micq/micq-0.5.2.ebuild b/net-im/micq/micq-0.5.2.ebuild index 597124978249..bcd57cbc9227 100644 --- a/net-im/micq/micq-0.5.2.ebuild +++ b/net-im/micq/micq-0.5.2.ebuild @@ -1,8 +1,8 @@ -# 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-im/micq/micq-0.5.2.ebuild,v 1.1 2006/11/07 05:48:52 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.2.ebuild,v 1.2 2007/01/13 18:24:56 tester Exp $ -IUSE="tcltk ssl" +IUSE="tcl ssl" SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="ICQ text-mode client with many features" @@ -14,11 +14,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/libc ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl ) - tcltk? ( dev-lang/tcl )" + tcl? ( dev-lang/tcl )" src_compile() { - econf `use_enable tcltk tcl` \ + econf `use_enable tcl` \ `use_enable ssl` \ || die "econf failed" emake || die