diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 11:35:10 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 11:35:10 +0000 |
commit | 0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95 (patch) | |
tree | 770ed78b778ecbe3771868f9750a4c39f49d5ac8 /dev-tcltk/tclxml-expat | |
parent | Changed ISUE to IUSE as it is more approprate;-) (Manifest recommit) (diff) | |
download | gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.tar.gz gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.tar.bz2 gentoo-2-0bb7cc41911efdaeb2d5b3b2051c467a4f4e8a95.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'dev-tcltk/tclxml-expat')
-rw-r--r-- | dev-tcltk/tclxml-expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/tclxml-expat-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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" |