diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/tcl-8.3.3-r3.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.3.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/tcl/tcl-8.3.3-r3.ebuild b/dev-lang/tcl/tcl-8.3.3-r3.ebuild index 460094473cdb..62baba156063 100644 --- a/dev-lang/tcl/tcl-8.3.3-r3.ebuild +++ b/dev-lang/tcl/tcl-8.3.3-r3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r3.ebuild,v 1.1 2002/06/24 23:20:51 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.3.3-r3.ebuild,v 1.2 2002/06/27 12:50:57 seemant Exp $ S=${WORKDIR}/${PN}${PV} @@ -14,6 +13,9 @@ DESCRIPTION="Tool Command Language" DEPEND="virtual/glibc" +SLOT="" +LICENSE="BSD" + # hyper-optimizations untested... # diff --git a/dev-lang/tk/tk-8.3.3.ebuild b/dev-lang/tk/tk-8.3.3.ebuild index c4cf43568194..c84c9d3faf80 100644 --- a/dev-lang/tk/tk-8.3.3.ebuild +++ b/dev-lang/tk/tk-8.3.3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3.ebuild,v 1.3 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.3.3.ebuild,v 1.4 2002/06/27 12:50:05 seemant Exp $ S=${WORKDIR}/${PN}${PV} @@ -15,6 +14,9 @@ DEPEND="virtual/glibc virtual/x11 =dev-lang/tcl-${PV}*" +SLOT="" +LICENSE="BSD" + # hyper-optimizations untested... # src_compile() { |