# 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 <tester@gentoo.org> 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)
-# 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"
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"
-# 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"
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
-# 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"
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
-# 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"
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