summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2005-08-18 01:56:20 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2005-08-18 01:56:20 +0000
commitfdaa5c55beddfac27daa204b1ac7e6029a0fb475 (patch)
treef2aef10cb43f108e1ef1ff812644d8493932605c /dev-lang/gnu-smalltalk/files
parentstabilize (diff)
downloadhistorical-fdaa5c55beddfac27daa204b1ac7e6029a0fb475.tar.gz
historical-fdaa5c55beddfac27daa204b1ac7e6029a0fb475.tar.bz2
historical-fdaa5c55beddfac27daa204b1ac7e6029a0fb475.zip
Updated version of GNU SmallTalk.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/gnu-smalltalk/files')
-rw-r--r--dev-lang/gnu-smalltalk/files/2.1.11-gst-image-temp.patch47
-rw-r--r--dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.111
2 files changed, 48 insertions, 0 deletions
diff --git a/dev-lang/gnu-smalltalk/files/2.1.11-gst-image-temp.patch b/dev-lang/gnu-smalltalk/files/2.1.11-gst-image-temp.patch
new file mode 100644
index 000000000000..dbacbd2ff36b
--- /dev/null
+++ b/dev-lang/gnu-smalltalk/files/2.1.11-gst-image-temp.patch
@@ -0,0 +1,47 @@
+diff -urwpN smalltalk-2.1.11/Makefile.am smalltalk-2.1.11.changed/Makefile.am
+--- smalltalk-2.1.11/Makefile.am 2005-06-21 10:09:05.000000000 -0400
++++ smalltalk-2.1.11.changed/Makefile.am 2005-08-16 23:22:42.000000000 -0400
+@@ -59,9 +59,7 @@ gsticon.o: gsticon.ico
+ echo ProgramIcon ICON `cygpath -w $(srcdir)/gsticon.ico` | windres -o gsticon.o
+
+ gst.im: $(bin_PROGRAMS) kernel/stamp-classes
+- SMALLTALK_KERNEL="`cd $(srcdir)/kernel; pwd`" \
+- SMALLTALK_IMAGE="`pwd`" \
+- ./gst -iQ dummy_file
++ SMALLTALK_KERNEL="${D}/usr/share/smalltalk/gst -iQ dummy_file"
+
+ gst-mode.el: gst-mode.el.in
+ sed "s,@\(bindir\)@,$(bindir)," $(srcdir)/gst-mode.el.in > gst-mode.el
+diff -urwpN smalltalk-2.1.11/Makefile.in smalltalk-2.1.11.changed/Makefile.in
+--- smalltalk-2.1.11/Makefile.in 2005-06-21 10:51:13.000000000 -0400
++++ smalltalk-2.1.11.changed/Makefile.in 2005-08-16 23:23:58.000000000 -0400
+@@ -962,9 +962,7 @@ gsticon.o: gsticon.ico
+ echo ProgramIcon ICON `cygpath -w $(srcdir)/gsticon.ico` | windres -o gsticon.o
+
+ gst.im: $(bin_PROGRAMS) kernel/stamp-classes
+- SMALLTALK_KERNEL="`cd $(srcdir)/kernel; pwd`" \
+- SMALLTALK_IMAGE="`pwd`" \
+- ./gst -iQ dummy_file
++ SMALLTALK_KERNEL="${D}/usr/share/smalltalk/gst -iQ dummy_file"
+
+ gst-mode.el: gst-mode.el.in
+ sed "s,@\(bindir\)@,$(bindir)," $(srcdir)/gst-mode.el.in > gst-mode.el
+diff -urwpN smalltalk-2.1.11/gst-package.in smalltalk-2.1.11.changed/gst-package.in
+--- smalltalk-2.1.11/gst-package.in 2005-06-21 10:09:17.000000000 -0400
++++ smalltalk-2.1.11.changed/gst-package.in 2005-08-16 23:25:44.000000000 -0400
+@@ -138,8 +138,13 @@ fi
+
+ echo "Merging $files and $IMAGE_PATH/packages.xml..."
+ $dry_run || {
+- sed -e '$i\' -e '</packages>' -e '/<.packages>/,/<packages>/d' $files > $IMAGE_PATH/packages.tmp
+- mv $IMAGE_PATH/packages.tmp $IMAGE_PATH/packages.xml
++ tmpfile=$(mktemp)
++ sed -e '$i\' -e '</packages>' -e '/<.packages>/,/<packages>/d' $files > $tmpfile
++ if [ -n ${EBUILD_PHASE} ]; then
++ mv $tmpfile ${D}/usr/share/smalltalk/packages.xml
++ else
++ mv $tmpfile $IMAGE_PATH/packages.xml
++ fi
+ }
+
+
diff --git a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.11 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.11
new file mode 100644
index 000000000000..6eedb78fc58c
--- /dev/null
+++ b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.11
@@ -0,0 +1 @@
+MD5 169473d38c0ef86dc2ce40d785046840 smalltalk-2.1.11.tar.gz 3334082