summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 05:27:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-31 05:27:19 +0000
commitfecbf0cf9ef8a3a5b69c27719743c9e564021cf8 (patch)
tree7953206b230a14c12747543051e4de866dae6962 /dev-lang/gnu-smalltalk/files
parentadd ~amd64 to close #85039 (diff)
downloadgentoo-2-fecbf0cf9ef8a3a5b69c27719743c9e564021cf8.tar.gz
gentoo-2-fecbf0cf9ef8a3a5b69c27719743c9e564021cf8.tar.bz2
gentoo-2-fecbf0cf9ef8a3a5b69c27719743c9e564021cf8.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang/gnu-smalltalk/files')
-rw-r--r--dev-lang/gnu-smalltalk/files/2.1.10-gst-image-temp.patch45
-rw-r--r--dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.101
2 files changed, 46 insertions, 0 deletions
diff --git a/dev-lang/gnu-smalltalk/files/2.1.10-gst-image-temp.patch b/dev-lang/gnu-smalltalk/files/2.1.10-gst-image-temp.patch
new file mode 100644
index 000000000000..d589fb513ea5
--- /dev/null
+++ b/dev-lang/gnu-smalltalk/files/2.1.10-gst-image-temp.patch
@@ -0,0 +1,45 @@
+diff -urwpN smalltalk-2.1.10/Makefile.am smalltalk-2.1.10.changed/Makefile.am
+--- smalltalk-2.1.10/Makefile.am 2005-02-03 04:43:38.000000000 -0400
++++ smalltalk-2.1.10.changed/Makefile.am 2005-03-28 20:28:41.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.10/Makefile.in smalltalk-2.1.10.changed/Makefile.in
+--- smalltalk-2.1.10/Makefile.in 2005-02-03 04:43:53.000000000 -0400
++++ smalltalk-2.1.10.changed/Makefile.in 2005-03-28 20:28:13.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.10/gst-package.in smalltalk-2.1.10.changed/gst-package.in
+--- smalltalk-2.1.10/gst-package.in 2004-11-25 10:19:17.000000000 -0400
++++ smalltalk-2.1.10.changed/gst-package.in 2005-03-28 19:22:51.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.10 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10
new file mode 100644
index 000000000000..af322f3669f5
--- /dev/null
+++ b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10
@@ -0,0 +1 @@
+MD5 707a3c2d76bbf6c70629a3ef4c53d818 smalltalk-2.1.10.tar.gz 3312154