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/mysqltcl | |
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/mysqltcl')
-rw-r--r-- | dev-tcltk/mysqltcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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" |