summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-27 12:50:57 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-27 12:50:57 +0000
commit0d7c8ea38e81a475f42cbb45861b96f3d410c756 (patch)
treed8ac89a52859dd42a0f3631f0775920dc76ca6c7 /dev-lang
parentfix0rs (diff)
downloadhistorical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.tar.gz
historical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.tar.bz2
historical-0d7c8ea38e81a475f42cbb45861b96f3d410c756.zip
added SLOT and LICENSE
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/tcl/tcl-8.3.3-r3.ebuild6
-rw-r--r--dev-lang/tk/tk-8.3.3.ebuild6
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() {