diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2005-09-04 18:32:17 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2005-09-04 18:32:17 +0000 |
commit | ad3ffa0dc4ad4d81b9e9ccf5d4cb265088763c18 (patch) | |
tree | 7ebee8f01c17548d9f6d84bb1e7c0fb2a3157cd3 /dev-lang/gnu-smalltalk | |
parent | add 1.12.0_pre8 (with gentoo init style support); 1.11.13 to stable (diff) | |
download | gentoo-2-ad3ffa0dc4ad4d81b9e9ccf5d4cb265088763c18.tar.gz gentoo-2-ad3ffa0dc4ad4d81b9e9ccf5d4cb265088763c18.tar.bz2 gentoo-2-ad3ffa0dc4ad4d81b9e9ccf5d4cb265088763c18.zip |
Remove broken ebuild gnu-smalltalk-2.1.10-r1
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
3 files changed, 0 insertions, 126 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 deleted file mode 100644 index d589fb513ea5..000000000000 --- a/dev-lang/gnu-smalltalk/files/2.1.10-gst-image-temp.patch +++ /dev/null @@ -1,45 +0,0 @@ -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-r1 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10-r1 deleted file mode 100644 index af322f3669f5..000000000000 --- a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 707a3c2d76bbf6c70629a3ef4c53d818 smalltalk-2.1.10.tar.gz 3312154 diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild deleted file mode 100644 index 35e48d725262..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.10-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# 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-r1.ebuild,v 1.2 2005/05/17 11:36:47 araujo Exp $ - -inherit elisp-common flag-o-matic eutils toolchain-funcs - -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-image-temp.patch - if has_version '>=dev-lang/gnu-smalltalk-2.1.8'; then - einfo "You already have a gnu-smalltalk version installed" - einfo "We set correct values for SMALLTALKIMAGE and SMALLTALKKERNEL during compilation" - sed -i "s:getenv\ (\"SMALLTALK_KERNEL\"):\"${D}/usr/share/smalltalk\":" ${S}/libgst/lib.c - sed -i "s:getenv\ (\"SMALLTALK_IMAGE\"):\"${D}/usr/share/smalltalk\":" ${S}/libgst/lib.c - fi -} - -src_compile() { - local myconf="" - if use tcltk; 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" - if use emacs; then - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el - fi -} - -src_install() { - make DESTDIR=${D} lispdir=${D}/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 - rm -rf ${D}/var - if use emacs; then - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} - fi - chmod a+r ${D}/usr/share/smalltalk/packages.xml -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |