summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 19:07:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 19:07:40 +0000
commitd97b57893ed051bbaa92de8a5b4f56c1bc5936d1 (patch)
tree079a67bf16c98f125e0f54d2ce29f21377a6a546 /dev-lang/gnu-smalltalk
parentStable on alpha. (diff)
downloadhistorical-d97b57893ed051bbaa92de8a5b4f56c1bc5936d1.tar.gz
historical-d97b57893ed051bbaa92de8a5b4f56c1bc5936d1.tar.bz2
historical-d97b57893ed051bbaa92de8a5b4f56c1bc5936d1.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r--dev-lang/gnu-smalltalk/ChangeLog6
-rw-r--r--dev-lang/gnu-smalltalk/Manifest4
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog
index 0074ac8db032..4a98ae19996b 100644
--- a/dev-lang/gnu-smalltalk/ChangeLog
+++ b/dev-lang/gnu-smalltalk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/gnu-smalltalk
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.4 2005/03/31 05:27:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.5 2005/03/31 19:07:40 mkennedy Exp $
+
+ 31 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ gnu-smalltalk-2.1.10.ebuild:
+ Fixed tcltk typo
*gnu-smalltalk-2.1.10 (31 Mar 2005)
diff --git a/dev-lang/gnu-smalltalk/Manifest b/dev-lang/gnu-smalltalk/Manifest
index 9463eca9f473..a573b292df39 100644
--- a/dev-lang/gnu-smalltalk/Manifest
+++ b/dev-lang/gnu-smalltalk/Manifest
@@ -1,7 +1,7 @@
-MD5 f97a45665142db6330aab0c47893dfbe ChangeLog 1053
+MD5 7fa3c2f5ed998d77bb48c25536b6b7d9 ChangeLog 1157
MD5 0c6eaf50a0c054e0cec00460354fcf4c gnu-smalltalk-2.1.8.ebuild 1655
MD5 54532d9cd3833e3c65d9136f3a1b6458 metadata.xml 630
-MD5 0d18b45f7c840a7fc57c58b1717b7706 gnu-smalltalk-2.1.10.ebuild 2037
+MD5 cafd11b4939182212d2ab83fadf22954 gnu-smalltalk-2.1.10.ebuild 2038
MD5 2a74f549d87286f4ceed883af53724c2 files/2.1.8-gst-package-mktemp-gentoo.patch 780
MD5 4e4efa446a75ebaf3437fe42510348c5 files/50gnu-smalltalk-gentoo.el 143
MD5 66ddf9dc07f2331955851bc54cb3b17f files/digest-gnu-smalltalk-2.1.8 68
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
index 88f788418c64..6778370dbbae 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild,v 1.1 2005/03/31 05:27:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild,v 1.2 2005/03/31 19:07:40 mkennedy Exp $
inherit elisp-common flag-o-matic eutils gcc
@@ -38,7 +38,7 @@ src_unpack() {
src_compile() {
local myconf=""
- if use tclk; then
+ if use tcltk; then
myconf="
`use_with tcltk tcl=/usr/lib` \
`use_with tcltk tk=/usr/lib`"