summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-09 19:16:28 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-09 19:16:28 +0000
commit01774252b6b143a3bfb6bc1b1f92cf9c0781fc72 (patch)
tree095b89b277be8e22f118879f8f389580d3955d92
parentlet ebuilds block to new apache that are supposed not to comply with new apac... (diff)
downloadgentoo-2-01774252b6b143a3bfb6bc1b1f92cf9c0781fc72.tar.gz
gentoo-2-01774252b6b143a3bfb6bc1b1f92cf9c0781fc72.tar.bz2
gentoo-2-01774252b6b143a3bfb6bc1b1f92cf9c0781fc72.zip
(Portage version: 2.0.51.19)
-rw-r--r--dev-lang/gnu-smalltalk/ChangeLog10
-rw-r--r--dev-lang/gnu-smalltalk/Manifest9
-rw-r--r--dev-lang/gnu-smalltalk/files/2.1.8-gst-package-mktemp-gentoo.patch20
-rw-r--r--dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10-r1 (renamed from dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10)0
-rw-r--r--dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.81
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild (renamed from dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild)3
-rw-r--r--dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.8.ebuild71
7 files changed, 14 insertions, 100 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog
index 16ef74986819..9be552781b20 100644
--- a/dev-lang/gnu-smalltalk/ChangeLog
+++ b/dev-lang/gnu-smalltalk/ChangeLog
@@ -1,6 +1,14 @@
# 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.7 2005/04/03 20:03:21 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.8 2005/04/09 19:16:28 mkennedy Exp $
+
+*gnu-smalltalk-2.1.10-r1 (09 Apr 2005)
+
+ 09 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -files/2.1.8-gst-package-mktemp-gentoo.patch, -gnu-smalltalk-2.1.8.ebuild,
+ -gnu-smalltalk-2.1.10.ebuild, +gnu-smalltalk-2.1.10-r1.ebuild:
+ Corrected permissions on installed packages.xml (was previously root user
+ read/write)
03 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
files/50gnu-smalltalk-gentoo.el:
diff --git a/dev-lang/gnu-smalltalk/Manifest b/dev-lang/gnu-smalltalk/Manifest
index 83c7d647c595..86711f8f745d 100644
--- a/dev-lang/gnu-smalltalk/Manifest
+++ b/dev-lang/gnu-smalltalk/Manifest
@@ -1,9 +1,6 @@
-MD5 2dfeb1769964bd8b6734161e2dbd3663 ChangeLog 1491
-MD5 0c6eaf50a0c054e0cec00460354fcf4c gnu-smalltalk-2.1.8.ebuild 1655
+MD5 2d7fc44db582cf2e5db0a524dd0a8b4b ChangeLog 1817
MD5 54532d9cd3833e3c65d9136f3a1b6458 metadata.xml 630
-MD5 1a3439b164e0123a56d22c4e39c504e2 gnu-smalltalk-2.1.10.ebuild 2197
-MD5 2a74f549d87286f4ceed883af53724c2 files/2.1.8-gst-package-mktemp-gentoo.patch 780
+MD5 aad2fb8290e9aeee286af2fa6ae12c86 gnu-smalltalk-2.1.10-r1.ebuild 2246
+MD5 3c44219f948e6f4f983ac5225c93a845 files/digest-gnu-smalltalk-2.1.10-r1 69
MD5 1b43b00217fd402ab0f309202f633e46 files/50gnu-smalltalk-gentoo.el 268
-MD5 66ddf9dc07f2331955851bc54cb3b17f files/digest-gnu-smalltalk-2.1.8 68
-MD5 3c44219f948e6f4f983ac5225c93a845 files/digest-gnu-smalltalk-2.1.10 69
MD5 38985fa85d0e6de68b4ac79a1bb08da7 files/2.1.10-gst-image-temp.patch 2125
diff --git a/dev-lang/gnu-smalltalk/files/2.1.8-gst-package-mktemp-gentoo.patch b/dev-lang/gnu-smalltalk/files/2.1.8-gst-package-mktemp-gentoo.patch
deleted file mode 100644
index 5159e099abb7..000000000000
--- a/dev-lang/gnu-smalltalk/files/2.1.8-gst-package-mktemp-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Only in smalltalk-2.1.8.orig/: gnu-smalltalk.spec
-diff -ur smalltalk-2.1.8.orig/gst-package.in smalltalk-2.1.8/gst-package.in
---- smalltalk-2.1.8.orig/gst-package.in 2003-05-27 12:41:10.000000000 -0500
-+++ smalltalk-2.1.8/gst-package.in 2004-07-05 16:11:46.795594856 -0500
-@@ -138,8 +138,13 @@
-
- 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-r1
index af322f3669f5..af322f3669f5 100644
--- a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10
+++ b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10-r1
diff --git a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.8 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.8
deleted file mode 100644
index 7759ca897ca6..000000000000
--- a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dd55006e41c87ddbf90f7cd2166b290b smalltalk-2.1.8.tar.gz 3403467
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild
index 87760b58b7bf..dbd298de4bd1 100644
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10.ebuild
+++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.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.3 2005/04/03 08:34:05 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild,v 1.1 2005/04/09 19:16:28 mkennedy Exp $
inherit elisp-common flag-o-matic eutils gcc
@@ -68,6 +68,7 @@ src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install ${FILESDIR}/${SITEFILE}
fi
+ chmod a+r ${D}/usr/share/smalltalk/packages.xml
}
pkg_postinst() {
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.8.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.8.ebuild
deleted file mode 100644
index a01874d7ca4d..000000000000
--- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.8.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2004 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.8.ebuild,v 1.3 2004/08/18 21:58:15 mkennedy Exp $
-
-inherit elisp-common flag-o-matic eutils gcc
-
-DESCRIPTION="GNU Smalltalk"
-HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html"
-SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="tcltk readline emacs gtk gmp"
-
-DEPEND="dev-libs/gmp
- sys-libs/gdbm
- sys-apps/debianutils
- emacs? ( virtual/emacs )
- readline? ( sys-libs/readline )
- tcltk? ( dev-lang/tcl dev-lang/tk )
- gtk? ( =x11-libs/gtk+-2* )
- gmp? ( dev-libs/gmp )"
-
-S=${WORKDIR}/smalltalk-${PV}
-
-SITEFILE=50gnu-smalltalk-gentoo.el
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${PV}-gst-package-mktemp-gentoo.patch
-}
-
-src_compile() {
- local myconf=""
-
- if use tclk; then
- myconf="
- `use_with tcltk tcl=/usr/lib` \
- `use_with tcltk tk=/usr/lib`"
- fi
-
- replace-flags '-O3' '-O2'
-
- econf \
- `use_with emacs emacs` \
- `use_with readline readline` \
- `use_with gmp gmp` \
- `use_enable gtk gtk` \
- ${myconf} \
- || die
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} lispdir=/usr/share/emacs/site-lisp/gnu-smalltalk install || die
- rm -rf ${D}/usr/include/sigsegv.h \
- ${D}/usr/include/snprintfv \
- ${D}/usr/share/aclocal/snprintfv.m4
- dodoc AUTHORS COPYING* ChangeLog NEWS PATCHES README THANKS TODO
- use emacs && elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}