diff options
24 files changed, 81 insertions, 36 deletions
diff --git a/dev-tcltk/bwidget/ChangeLog b/dev-tcltk/bwidget/ChangeLog index 3f5fb56f3a67..1f48b081a645 100644 --- a/dev-tcltk/bwidget/ChangeLog +++ b/dev-tcltk/bwidget/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tcltk/bwidget # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/ChangeLog,v 1.6 2004/04/04 21:51:29 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/ChangeLog,v 1.7 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bwidget-1.4.1.ebuild: + Added IUSE= + +*bwidget-1.7.0 (04 Apr 2004) 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> : Version bump. Added metadata.xml. diff --git a/dev-tcltk/bwidget/bwidget-1.4.1.ebuild b/dev-tcltk/bwidget/bwidget-1.4.1.ebuild index 7788a9cab321..bcdb784f3971 100644 --- a/dev-tcltk/bwidget/bwidget-1.4.1.ebuild +++ b/dev-tcltk/bwidget/bwidget-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/bwidget-1.4.1.ebuild,v 1.8 2004/01/15 04:24:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/bwidget/bwidget-1.4.1.ebuild,v 1.9 2004/04/14 11:32:38 aliz Exp $ DESCRIPTION="high-level widget set for Tcl/Tk completely written in Tcl" @@ -8,6 +8,7 @@ MY_PN=${PN/bw/BW} MY_P=${MY_PN}-${PV} HOMEPAGE="http://tcllib.sourceforge.net/" SRC_URI="mirror://sourceforge/tcllib/${MY_P}.tar.gz" +IUSE="" LICENSE="BWidget" SLOT="0" diff --git a/dev-tcltk/itcl/ChangeLog b/dev-tcltk/itcl/ChangeLog index b5abbe738f2d..89f2a97167f8 100644 --- a/dev-tcltk/itcl/ChangeLog +++ b/dev-tcltk/itcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/itcl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.14 2004/04/04 22:16:25 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/ChangeLog,v 1.15 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> itcl-3.2-r2.ebuild, + itcl-3.2.1-r1.ebuild: + Inherit eutils, added IUSE= 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> itcl-3.2-r2.ebuild, itcl-3.2.1-r1.ebuild, itcl-3.2.1.ebuild, metadata.xml: diff --git a/dev-tcltk/itcl/itcl-3.2-r2.ebuild b/dev-tcltk/itcl/itcl-3.2-r2.ebuild index 2f4742e03b3d..8cd64dcd840e 100644 --- a/dev-tcltk/itcl/itcl-3.2-r2.ebuild +++ b/dev-tcltk/itcl/itcl-3.2-r2.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2-r2.ebuild,v 1.15 2004/04/05 04:17:12 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2-r2.ebuild,v 1.16 2004/04/14 11:32:38 aliz Exp $ + +inherit eutils MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} - +IUSE="" DESCRIPTION="Object Oriented Enhancements for Tcl/Tk" SRC_URI="http://dev.scriptics.com/ftp/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://www.tcltk.com/itcl/" diff --git a/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild b/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild index 50b41decb162..2c57661316a0 100644 --- a/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild +++ b/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild,v 1.4 2004/04/04 22:20:38 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2.1-r1.ebuild,v 1.5 2004/04/14 11:32:38 aliz Exp $ + +inherit eutils MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} - +IUSE="" DESCRIPTION="Object Oriented Enhancements for Tcl/Tk" SRC_URI="mirror://sourceforge/incrtcl/${MY_P}_src.tgz" HOMEPAGE="http://www.tcltk.com/${PN}/" diff --git a/dev-tcltk/iwidgets/ChangeLog b/dev-tcltk/iwidgets/ChangeLog index 705737e8043b..8ba7190d1f2e 100644 --- a/dev-tcltk/iwidgets/ChangeLog +++ b/dev-tcltk/iwidgets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/iwidgets # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/ChangeLog,v 1.3 2004/04/04 22:21:50 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/ChangeLog,v 1.4 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> iwidgets-4.0.1.ebuild: + Added IUSE= 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> iwidgets-4.0.1.ebuild, metadata.xml: diff --git a/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild b/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild index 7e5b020dd93e..0866ac9a3e51 100644 --- a/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild +++ b/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild,v 1.5 2004/04/04 22:21:50 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/iwidgets/iwidgets-4.0.1.ebuild,v 1.6 2004/04/14 11:32:38 aliz Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} - +IUSE="" ITCL_MY_PN="itcl" ITCL_MY_PV="3.2.1" ITCL_MY_P="${ITCL_MY_PN}${ITCL_MY_PV}" diff --git a/dev-tcltk/mysqltcl/ChangeLog b/dev-tcltk/mysqltcl/ChangeLog index 35464360c690..f1df77b7984a 100644 --- a/dev-tcltk/mysqltcl/ChangeLog +++ b/dev-tcltk/mysqltcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/mysqltcl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.4 2004/04/04 21:56:41 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.5 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> mysqltcl-2.40.ebuild: + Added IUSE *mysqltcl-2.50 (04 Apr 2004) diff --git a/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild b/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild index 167fa512e72e..e8ee5a68fb43 100644 --- a/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild +++ b/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild,v 1.2 2004/04/04 21:56:41 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild,v 1.3 2004/04/14 11:32:38 aliz Exp $ DESCRIPTION="TCL MySQL Interface" HOMEPAGE="http://www.xdobry.de/mysqltcl/" SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz" - +IUSE="" LICENSE="as-is" SLOT="0" KEYWORDS="x86" diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index 1b627684dfe5..69382e0b1b29 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.5 2004/04/04 22:25:25 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> otcl-1.8-r1.ebuild: + Inherit eutils. 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml, otcl-1.8-r1.ebuild, otcl-1.8.ebuild: diff --git a/dev-tcltk/otcl/otcl-1.8-r1.ebuild b/dev-tcltk/otcl/otcl-1.8-r1.ebuild index 34c3d940d508..3b931bafe57e 100644 --- a/dev-tcltk/otcl/otcl-1.8-r1.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.2 2004/04/04 22:25:25 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.3 2004/04/14 11:32:38 aliz Exp $ + +inherit eutils DESCRIPTION="MIT Object extention to Tcl" SF_PN="otcl-tclcl" diff --git a/dev-tcltk/tcl-debug/ChangeLog b/dev-tcltk/tcl-debug/ChangeLog index 941652a7d560..cd8a5fade7eb 100644 --- a/dev-tcltk/tcl-debug/ChangeLog +++ b/dev-tcltk/tcl-debug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tcl-debug # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-debug/ChangeLog,v 1.2 2004/04/04 22:30:12 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-debug/ChangeLog,v 1.3 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tcl-debug-2.0.ebuild: + Add missing flags to IUSE. 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml: Clean up. Added missing metadata.xml diff --git a/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild b/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild index aa0fe9036c34..cd4c0303e50a 100644 --- a/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild +++ b/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild,v 1.2 2004/02/28 21:19:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-debug/tcl-debug-2.0.ebuild,v 1.3 2004/04/14 11:32:38 aliz Exp $ DESCRIPTION="TCL debug library" HOMEPAGE="http://expect.nist.gov" @@ -9,7 +9,7 @@ SRC_URI="http://expect.nist.gov/tcl-debug/${PN}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~sparc" -IUSE="" +IUSE="doc" DEPEND=">=dev-lang/tcl-8.3.0 >=dev-lang/tk-8.3.0" diff --git a/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild b/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild index a87d35e63b95..d0b2f5881fbd 100644 --- a/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild +++ b/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild,v 1.6 2004/01/15 03:57:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclgpgme/tclgpgme-1.0.ebuild,v 1.7 2004/04/14 11:32:38 aliz Exp $ inherit eutils DESCRIPTION="Tcl/Tk libraries to gpgme." HOMEPAGE="http://beepcore-tcl.sourceforge.net/" SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz" - +IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86 alpha" diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog index 784888e76318..6db7b82b5ebe 100644 --- a/dev-tcltk/tclx/ChangeLog +++ b/dev-tcltk/tclx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.10 2004/01/09 17:00:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.11 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tclx-8.3-r1.ebuild, + tclx-8.3.ebuild: + Inherit eutils. 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> tclx-8.3.ebuild: stable on alpha diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild index 7492a55d41e7..27f9396bb09e 100644 --- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.3-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.7 2004/03/13 09:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.8 2004/04/14 11:32:38 aliz Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils IUSE="X" diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild index bf69f542e0bc..46a88e2df7a3 100644 --- a/dev-tcltk/tclx/tclx-8.3.ebuild +++ b/dev-tcltk/tclx/tclx-8.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.10 2004/02/29 15:16:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.11 2004/04/14 11:32:38 aliz Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils IUSE="X" diff --git a/dev-tcltk/tclxml-expat/ChangeLog b/dev-tcltk/tclxml-expat/ChangeLog index 82052a0d3953..2928e71ff467 100644 --- a/dev-tcltk/tclxml-expat/ChangeLog +++ b/dev-tcltk/tclxml-expat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclxml-expat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.5 2004/04/04 22:58:16 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tclxml-expat-2.4.ebuild: + Added IUSE= *tclxml-expat-2.6 (04 Apr 2004) diff --git a/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild b/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild index 4861af8ae9fa..d2386db72a2e 100644 --- a/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild +++ b/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild,v 1.7 2004/03/13 09:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild,v 1.8 2004/04/14 11:32:38 aliz Exp $ DESCRIPTION="Tcl wrapper libraries for expat XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="mirror://sourceforge/tclxml/tclxml-${PV}.tar.gz" - +IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~alpha" diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index e40c3af14d17..ea3b2a01a017 100644 --- a/dev-tcltk/tclxml/ChangeLog +++ b/dev-tcltk/tclxml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tcltk/tclxml -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.5 2003/11/26 11:39:21 tester Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tclxml-2.4.ebuild: + Added IUSE= + +*tclxml-2.6 (04 Apr 2004) 26 Nov 2003; Olivier Crete <tester@gentoo.org> tclxml-2.4.ebuild: Added -i option to sed, fixing bugs 30057 and 31262 diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild index 95d42625b5d6..7ae0182583fc 100644 --- a/dev-tcltk/tclxml/tclxml-2.4.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.8 2004/03/13 09:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.9 2004/04/14 11:32:38 aliz Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" - +IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~alpha" diff --git a/dev-tcltk/tkXwin/ChangeLog b/dev-tcltk/tkXwin/ChangeLog index 2fabc1ad0e2a..d41699df0217 100644 --- a/dev-tcltk/tkXwin/ChangeLog +++ b/dev-tcltk/tkXwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tkXwin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/ChangeLog,v 1.4 2004/04/04 23:03:09 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/ChangeLog,v 1.5 2004/04/14 11:32:38 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tkXwin-1.0.ebuild: + Added IUSE= 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml: Clean up. diff --git a/dev-tcltk/tkXwin/tkXwin-1.0.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0.ebuild index 4d301ae287c7..a64050bdd7f9 100644 --- a/dev-tcltk/tkXwin/tkXwin-1.0.ebuild +++ b/dev-tcltk/tkXwin/tkXwin-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0.ebuild,v 1.6 2004/01/15 03:48:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkXwin/tkXwin-1.0.ebuild,v 1.7 2004/04/14 11:32:38 aliz Exp $ inherit eutils DESCRIPTION="Tcl/Tk library to detect idle periods of an X session." HOMEPAGE="http://beepcore-tcl.sourceforge.net/" SRC_URI="http://beepcore-tcl.sourceforge.net/${P}.tgz" - +IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86 alpha" diff --git a/dev-tcltk/tls/ChangeLog b/dev-tcltk/tls/ChangeLog index 6b6ec7de4c9a..2a518674e1ec 100644 --- a/dev-tcltk/tls/ChangeLog +++ b/dev-tcltk/tls/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for dev-tcltk/tls # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.5 2004/04/04 23:07:22 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ + +*tls-1.5.0 (04 Apr 2004) 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> tls-1.4.1.ebuild: Version bump and clean up. |