# ChangeLog for dev-lisp/gcl-cvs
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/ChangeLog,v 1.4 2006/02/13 21:43:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/ChangeLog,v 1.5 2006/11/29 15:44:17 opfer Exp $
+
+ 29 Nov 2006; Christian Faulhammer <opfer@gentoo.org> gcl-cvs-2.7.0.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
13 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> gcl-cvs-2.7.0.ebuild:
Modular X dependencies.
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild,v 1.4 2006/02/13 21:43:28 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl-cvs/gcl-cvs-2.7.0.ebuild,v 1.5 2006/11/29 15:44:17 opfer Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/gcl"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE="emacs readline debug X tcltk custreloc dlopen gprof doc"
+IUSE="emacs readline debug X tk custreloc dlopen gprof doc"
RESTRICT="$RESTRICT nostrip"
DEPEND=">=app-text/texi2html-1.64
readline? ( sys-libs/readline )
>=dev-libs/gmp-4.1
doc? ( virtual/tetex )
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
sys-devel/autoconf
sys-devel/automake
sys-devel/libtool"
# --disable-statsysbfd"
# fi
- if use tcltk; then
+ if use tk; then
myconfig="${myconfig}
--enable-tkconfig=/usr/lib
--enable-tclconfig=/usr/lib"
exeinto /usr/bin
- if use tcltk; then
+ if use tk; then
newexe ${FILESDIR}/gcl gcl
dosed "s,@TKVER@,/usr/lib/tk$(source /usr/lib/tkConfig.sh; echo $TK_VERSION),g" \
/usr/bin/gcl
# ChangeLog for dev-lisp/gcl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.38 2006/05/11 06:18:52 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.39 2006/11/29 15:42:17 opfer Exp $
+
+ 29 Nov 2006; Christian Faulhammer <opfer@gentoo.org> gcl-2.6.7.ebuild,
+ gcl-2.6.7-r1.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
11 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
+files/flex-configure-LANG.patch, gcl-2.6.7-r1.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.3 2006/05/11 06:18:52 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.4 2006/11/29 15:42:17 opfer Exp $
inherit elisp-common flag-o-matic autotools
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-IUSE="emacs readline debug X tcltk custreloc dlopen gprof doc ansi"
+IUSE="emacs readline debug X tk custreloc dlopen gprof doc ansi"
RDEPEND="emacs? ( virtual/emacs )
readline? ( sys-libs/readline )
>=dev-libs/gmp-4.1
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) )"
DEPEND="$RDEPEND
myconfig="${myconfig} --enable-locbfd --disable-dynsysbfd --disable-statsysbfd"
fi
- if use tcltk; then
+ if use tk; then
myconfig="${myconfig}
--enable-tkconfig=/usr/lib
--enable-tclconfig=/usr/lib"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.7 2006/04/08 23:37:58 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.8 2006/11/29 15:42:17 opfer Exp $
inherit elisp-common flag-o-matic autotools
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc amd64 sparc"
-IUSE="emacs readline debug X tcltk custreloc dlopen gprof doc ansi"
+IUSE="emacs readline debug X tk custreloc dlopen gprof doc ansi"
RDEPEND="emacs? ( virtual/emacs )
X? ( || ( ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw ) virtual/x11 ) )
readline? ( sys-libs/readline )
>=dev-libs/gmp-4.1
- tcltk? ( dev-lang/tk )"
+ tk? ( dev-lang/tk )"
DEPEND="$RDEPEND
doc? ( virtual/tetex )
myconfig="${myconfig} --enable-locbfd --disable-dynsysbfd --disable-statsysbfd"
fi
- if use tcltk; then
+ if use tk; then
myconfig="${myconfig}
--enable-tkconfig=/usr/lib
--enable-tclconfig=/usr/lib"