summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-03-14 08:23:54 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-03-14 08:23:54 +0000
commit1b0ba7a1d7682cacc114f3d3759be5e4c591aa42 (patch)
tree87dddd16ce87311d6cefb4fcc37c409fc3d17e94 /dev-tcltk
parentmore fixes (diff)
downloadgentoo-2-1b0ba7a1d7682cacc114f3d3759be5e4c591aa42.tar.gz
gentoo-2-1b0ba7a1d7682cacc114f3d3759be5e4c591aa42.tar.bz2
gentoo-2-1b0ba7a1d7682cacc114f3d3759be5e4c591aa42.zip
cleaned up 5.33.0. This is really old now, and should probably disappear when another update comes out..
(5.37.1 is already stable on 4 platforms)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/expect/ChangeLog6
-rw-r--r--dev-tcltk/expect/expect-5.33.0.ebuild15
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog
index 16360657e925..3a6a093861cc 100644
--- a/dev-tcltk/expect/ChangeLog
+++ b/dev-tcltk/expect/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for dev-tcltk/expect
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.10 2003/03/10 22:28:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.11 2003/03/14 08:23:54 george Exp $
*expect-5.37.1-r1 (20 Jul 2002)
+ 13 Mar 2003; George Shapovalov <george@gentoo.org> epect-5.33.0.ebuild :
+ well, this version is really old, but since it is only second one awailable in portage,
+ leaving it in so far. Cleaned it up somewhat, adjusted KEYWORDS..
+
10 Mar 2003; Aron Griffis <agriffis@gentoo.org> expect-5.37.1-r1.ebuild:
Mark stable on alpha
diff --git a/dev-tcltk/expect/expect-5.33.0.ebuild b/dev-tcltk/expect/expect-5.33.0.ebuild
index 860319fb55ad..b7b5da3fdae7 100644
--- a/dev-tcltk/expect/expect-5.33.0.ebuild
+++ b/dev-tcltk/expect/expect-5.33.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.33.0.ebuild,v 1.10 2003/03/14 08:23:54 george Exp $
IUSE="X"
@@ -21,10 +21,10 @@ DEPEND=">=dev-lang/tcl-8.2
SLOT="0"
LICENSE="as-is"
-KEYWORDS="*"
+KEYWORDS="x86 ppc sparc alpha"
src_compile() {
-
+
local myconf
local tclv
local tkv
@@ -37,7 +37,7 @@ src_compile() {
#configure needs to find the files tclConfig.sh and tclInt.h
myconf="--with-tcl=/usr/lib --with-tclinclude=/usr/lib/tcl$tclv/include/generic"
-
+
if use X; then
#--with-x is enabled by default
#configure needs to find the file tkConfig.sh and tk.h
@@ -48,14 +48,13 @@ src_compile() {
myconf="$myconf --without-x"
fi
- econf $myconf || die
+ econf $myconf || die
emake || die
}
src_install () {
-
+
einstall || die
-
-}
+}