diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2008-04-21 15:31:49 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2008-04-21 15:31:49 +0000 |
commit | d73f30419274665c369f757fd0ae2998f6949809 (patch) | |
tree | f2abd7bb8091d5ed067619d38900c81885a3b40f /dev-lang/gnu-smalltalk | |
parent | Removed pkg-config in RDEPEND (see bug #217278) (diff) | |
download | gentoo-2-d73f30419274665c369f757fd0ae2998f6949809.tar.gz gentoo-2-d73f30419274665c369f757fd0ae2998f6949809.tar.bz2 gentoo-2-d73f30419274665c369f757fd0ae2998f6949809.zip |
Removing old versions
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch | 22 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/files/gst-stack-2.3.2.patch | 44 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild | 76 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild | 77 |
5 files changed, 6 insertions, 220 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index ea1327f29416..82640529b8a9 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/gnu-smalltalk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.37 2008/04/21 15:27:56 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.38 2008/04/21 15:31:48 araujo Exp $ + + 21 Apr 2008; Luis F. Araujo <araujo@gentoo.org> + -files/gst-stack-2.3.1.patch, -files/gst-stack-2.3.2.patch, + -gnu-smalltalk-2.3.1.ebuild, -gnu-smalltalk-2.3.2.ebuild: + Removing old versions. *gnu-smalltalk-3.0.2 (21 Apr 2008) diff --git a/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch b/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch deleted file mode 100644 index bcbfdda092d4..000000000000 --- a/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -urpwN smalltalk-2.3.1/libffi/src/x86/sysv.S smalltalk-2.3.1.chg/libffi/src/x86/sysv.S ---- smalltalk-2.3.1/libffi/src/x86/sysv.S 2006-02-05 14:41:32.000000000 -0400 -+++ smalltalk-2.3.1.chg/libffi/src/x86/sysv.S 2006-12-16 05:32:04.000000000 -0400 -@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV: - #endif - - #endif /* ifndef __x86_64__ */ -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -diff -urpwN smalltalk-2.3.1/libffi/src/x86/unix64.S smalltalk-2.3.1.chg/libffi/src/x86/unix64.S ---- smalltalk-2.3.1/libffi/src/x86/unix64.S 2006-02-05 14:41:32.000000000 -0400 -+++ smalltalk-2.3.1.chg/libffi/src/x86/unix64.S 2006-12-16 05:32:12.000000000 -0400 -@@ -410,3 +410,7 @@ ffi_closure_unix64: - .LEFDE3: - - #endif /* __x86_64__ */ -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif diff --git a/dev-lang/gnu-smalltalk/files/gst-stack-2.3.2.patch b/dev-lang/gnu-smalltalk/files/gst-stack-2.3.2.patch deleted file mode 100644 index 294956689e91..000000000000 --- a/dev-lang/gnu-smalltalk/files/gst-stack-2.3.2.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -urpNw smalltalk-2.3.2/libffi/src/powerpc/linux64.S smalltalk-2.3.2.chg/libffi/src/powerpc/linux64.S ---- smalltalk-2.3.2/libffi/src/powerpc/linux64.S 2006-02-05 14:41:31.000000000 -0400 -+++ smalltalk-2.3.2.chg/libffi/src/powerpc/linux64.S 2007-02-04 23:53:54.000000000 -0400 -@@ -175,3 +175,7 @@ ffi_call_LINUX64: - .align 3 - .LEFDE1: - #endif -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -diff -urpNw smalltalk-2.3.2/libffi/src/powerpc/sysv.S smalltalk-2.3.2.chg/libffi/src/powerpc/sysv.S ---- smalltalk-2.3.2/libffi/src/powerpc/sysv.S 2006-02-05 14:41:31.000000000 -0400 -+++ smalltalk-2.3.2.chg/libffi/src/powerpc/sysv.S 2007-02-04 23:53:31.000000000 -0400 -@@ -217,3 +217,7 @@ END(ffi_call_SYSV) - .align 2 - .LEFDE1: - #endif -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -diff -urpNw smalltalk-2.3.2/libffi/src/x86/sysv.S smalltalk-2.3.2.chg/libffi/src/x86/sysv.S ---- smalltalk-2.3.2/libffi/src/x86/sysv.S 2006-02-05 14:41:32.000000000 -0400 -+++ smalltalk-2.3.2.chg/libffi/src/x86/sysv.S 2007-02-04 23:51:13.000000000 -0400 -@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV: - #endif - - #endif /* ifndef __x86_64__ */ -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif -diff -urpNw smalltalk-2.3.2/libffi/src/x86/unix64.S smalltalk-2.3.2.chg/libffi/src/x86/unix64.S ---- smalltalk-2.3.2/libffi/src/x86/unix64.S 2006-02-05 14:41:32.000000000 -0400 -+++ smalltalk-2.3.2.chg/libffi/src/x86/unix64.S 2007-02-04 23:51:33.000000000 -0400 -@@ -410,3 +410,7 @@ ffi_closure_unix64: - .LEFDE3: - - #endif /* __x86_64__ */ -+ -+#ifdef __ELF__ -+.section .note.GNU-stack,"",%progbits -+#endif diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild deleted file mode 100644 index a1f121c63a60..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2008 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.3.1.ebuild,v 1.6 2008/03/04 14:11:44 araujo Exp $ - -inherit multilib 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="amd64 ~sparc ~x86" -IUSE="tk readline emacs gtk gmp" - -DEPEND="sys-libs/gdbm - sys-apps/debianutils - emacs? ( virtual/emacs ) - readline? ( sys-libs/readline ) - tk? ( 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}/gst-stack-${PV}.patch" - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS\-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" - # Fix gst-{load, sunit, reload} script paths. - sed -i "s: @bindir@:/usr/bin:" "${S}/scripts/Reload.st" "${S}/scripts/Load.st" "${S}/scripts/Test.st" -} - -src_compile() { - replace-flags '-O3' '-O2' - ./configure --prefix=/usr \ - `use_with emacs emacs` \ - `use_with readline readline` \ - `use_with gmp gmp` \ - `use_with tk tcl /usr/$(get_libdir)` \ - `use_with tk tk /usr/$(get_libdir)` \ - `use_enable gtk gtk` \ - || die - emake || die "emake failed" - use emacs && elisp-compile *.el -} - -src_install() { - make prefix="${D}/usr" mandir="${D}/usr/share/man" \ - infodir="${D}/usr/share/info" \ - 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 README THANKS TODO - rm -rf "${D}/var" - if use emacs; then - elisp-install "${PN}" *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - fperms 0444 /usr/share/smalltalk/packages.xml -} - -pkg_postinst() { - einfo "We generate a GNU SmallTalk Image with the right image kernel path." - cd /usr/share/smalltalk/ - /usr/bin/gst -iQ /dev/null - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild deleted file mode 100644 index 234d105c0d41..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2008 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.3.2.ebuild,v 1.3 2008/03/04 14:11:44 araujo Exp $ - -inherit multilib 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="~sparc ~x86 ~amd64" -IUSE="tk readline emacs gtk gmp" - -DEPEND="sys-libs/gdbm - sys-apps/debianutils - emacs? ( virtual/emacs ) - readline? ( sys-libs/readline ) - tk? ( dev-lang/tk ) - gtk? ( =x11-libs/gtk+-2* ) - gmp? ( dev-libs/gmp )" -RDEPEND="" - -S="${WORKDIR}/smalltalk-${PV}" - -SITEFILE=50gnu-smalltalk-gentoo.el - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/gst-stack-${PV}.patch" - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.am" - sed -i "s:\$(DESTDIR)\$(bindir)/gst \$\$srcdir/Finish.st \-VisqS \-a\"\$(DESTDIR)\" \$(MODULES): :" "${S}/Makefile.in" - # Fix gst-{load, sunit, reload} script paths. - sed -i "s: @bindir@:/usr/bin:" "${S}/scripts/Reload.st" "${S}/scripts/Load.st" "${S}/scripts/Test.st" -} - -src_compile() { - replace-flags '-O3' '-O2' - ./configure --prefix=/usr \ - `use_with emacs emacs` \ - `use_with readline readline` \ - `use_with gmp gmp` \ - `use_with tk tcl /usr/$(get_libdir)` \ - `use_with tk tk /usr/$(get_libdir)` \ - `use_enable gtk gtk` \ - || die - emake || die "emake failed" - use emacs && elisp-compile *.el -} - -src_install() { - make prefix="${D}/usr" mandir="${D}/usr/share/man" - infodir="${D}/usr/share/info" \ - 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 README THANKS TODO - rm -rf "${D}/var" - if use emacs; then - elisp-install "${PN}" *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - fperms 0444 /usr/share/smalltalk/packages.xml -} - -pkg_postinst() { - einfo "We generate a GNU SmallTalk Image with the right image kernel path." - cd /usr/share/smalltalk/ - /usr/bin/gst -iQ /dev/null - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |