summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-01-13 18:24:56 +0000
committerOlivier Crête <tester@gentoo.org>2007-01-13 18:24:56 +0000
commit9797a8975c51d1254e61a2b43131f3f2d99cec9a (patch)
tree771da0844549b89e96189ff1102d82364b7fe270 /net-im
parentNew version, cleanup old (diff)
downloadhistorical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.tar.gz
historical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.tar.bz2
historical-9797a8975c51d1254e61a2b43131f3f2d99cec9a.zip
Change tcltk use flag into tcl, bug #17808
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-im')
-rw-r--r--net-im/micq/ChangeLog8
-rw-r--r--net-im/micq/micq-0.4.12.ebuild11
-rw-r--r--net-im/micq/micq-0.5.0.3.ebuild10
-rw-r--r--net-im/micq/micq-0.5.1.ebuild10
-rw-r--r--net-im/micq/micq-0.5.2.ebuild10
5 files changed, 27 insertions, 22 deletions
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 <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)
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