summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-14 11:32:38 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-14 11:32:38 +0000
commit4a17516f78a5470286a1d3b094ae1189710db0fa (patch)
tree5373aaa3936d95ff9eb0fd1be79056ecea3447bc /dev-tcltk/itcl/itcl-3.2.1-r1.ebuild
parentChanged ISUE to IUSE as it is more approprate;-) (diff)
downloadhistorical-4a17516f78a5470286a1d3b094ae1189710db0fa.tar.gz
historical-4a17516f78a5470286a1d3b094ae1189710db0fa.tar.bz2
historical-4a17516f78a5470286a1d3b094ae1189710db0fa.zip
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'dev-tcltk/itcl/itcl-3.2.1-r1.ebuild')
-rw-r--r--dev-tcltk/itcl/itcl-3.2.1-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
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}/"