# ChangeLog for net-irc/emech
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.9 2006/10/10 09:33:30 swegener Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/ChangeLog,v 1.10 2007/02/10 23:21:00 opfer Exp $
+
+ 10 Feb 2007; Christian Faulhammer <opfer@gentoo.org> emech-3.0.2.ebuild:
+ moved from USE flag tcltk to tcl, see bug 17808
10 Oct 2006; Sven Wegener <swegener@gentoo.org> -emech-2.8.5.1.ebuild,
-emech-3.0.ebuild:
-# 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/emech/emech-3.0.2.ebuild,v 1.3 2006/06/22 02:32:23 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/emech/emech-3.0.2.ebuild,v 1.4 2007/02/10 23:21:00 opfer Exp $
inherit toolchain-funcs
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
-IUSE="debug session tcltk"
+IUSE="debug session tcl"
DEPEND=""
--with-web \
--with-wingate \
--without-profiling \
- $(use_with tcltk tcl) \
+ $(use_with tcl) \
$(use_with session) \
$(use_with debug) \
|| die "./configure failed"
# ChangeLog for net-irc/epic5
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.8 2007/02/09 08:07:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.9 2007/02/10 23:23:26 opfer Exp $
+
+ 10 Feb 2007; Christian Faulhammer <opfer@gentoo.org> epic5-0.0.5.ebuild:
+ moved from USE flag tcltk to tcl, see bug 17808
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
-# 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-irc/epic5/epic5-0.0.5.ebuild,v 1.2 2005/07/08 06:51:43 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-0.0.5.ebuild,v 1.3 2007/02/10 23:23:26 opfer Exp $
inherit eutils toolchain-funcs
SLOT="0"
LICENSE="as-is"
KEYWORDS="~ppc ~x86"
-IUSE="ipv6 perl ssl tcltk socks5"
+IUSE="ipv6 perl ssl tcl socks5"
DEPEND=">=sys-libs/ncurses-5.2
perl? ( >=dev-lang/perl-5.6.1 )
ssl? ( >=dev-libs/openssl-0.9.5 )
- tcltk? ( dev-lang/tcl )
+ tcl? ( dev-lang/tcl )
socks5? ( net-proxy/dante )"
src_unpack() {
$(use_with ipv6) \
$(use_with perl) \
$(use_with ssl) \
- $(use_with tcltk tcl) \
+ $(use_with tcl tcl) \
$(use_with socks5) \
|| die "econf failed"
emake CC="$(tc-getCC)" || die "emake failed"