diff options
author | 2008-01-13 23:09:33 +0000 | |
---|---|---|
committer | 2008-01-13 23:09:33 +0000 | |
commit | fed678f970dc229c0c65fe081d5735adb0110f31 (patch) | |
tree | 309ef5b80c46c6a2767c9c872b4132f9be35c13c /dev-lang/gnu-smalltalk | |
parent | Adding new version and fixing libsigsegv collision. Fixing bugs #197251 , #20... (diff) | |
download | gentoo-2-fed678f970dc229c0c65fe081d5735adb0110f31.tar.gz gentoo-2-fed678f970dc229c0c65fe081d5735adb0110f31.tar.bz2 gentoo-2-fed678f970dc229c0c65fe081d5735adb0110f31.zip |
Removing very old keyworded versions
(Portage version: 2.1.4)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.12 | 3 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.2-r1 | 3 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild | 72 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild | 75 |
5 files changed, 5 insertions, 154 deletions
diff --git a/dev-lang/gnu-smalltalk/ChangeLog b/dev-lang/gnu-smalltalk/ChangeLog index 693cb6eebdeb..4906559d9e8f 100644 --- a/dev-lang/gnu-smalltalk/ChangeLog +++ b/dev-lang/gnu-smalltalk/ChangeLog @@ -1,6 +1,10 @@ # 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.32 2008/01/13 23:03:40 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.33 2008/01/13 23:09:32 araujo Exp $ + + 13 Jan 2008; Luis F. Araujo <araujo@gentoo.org> + -gnu-smalltalk-2.1.12.ebuild, -gnu-smalltalk-2.2-r1.ebuild: + Removing very old keyworded versions. *gnu-smalltalk-3.0 (13 Jan 2008) diff --git a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.12 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.12 deleted file mode 100644 index c6181b441016..000000000000 --- a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.1.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 209219aea25b11d516256f24af97e5ad smalltalk-2.1.12.tar.gz 3336852 -RMD160 2ede388e0ce5e463b00f24a23b3c9f423729f2fa smalltalk-2.1.12.tar.gz 3336852 -SHA256 4201a9803036c12b8e7d0432c418ee0f778f7e93130d36f4f4b6a3f68d3183a0 smalltalk-2.1.12.tar.gz 3336852 diff --git a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.2-r1 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.2-r1 deleted file mode 100644 index 4f49abbe9b72..000000000000 --- a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f092bb42f6cf52b429dba8640f8bf810 smalltalk-2.2.tar.gz 4187113 -RMD160 ed517e0cf3ba4cbedfdfc7f9e59e9bf8dc59b790 smalltalk-2.2.tar.gz 4187113 -SHA256 ca134253f45bf5e3f34113c8d2a677f7733c464e2c3d75316f05e1d1437541b0 smalltalk-2.2.tar.gz 4187113 diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild deleted file mode 100644 index fa66bb943367..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2006 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.12.ebuild,v 1.8 2006/12/25 20:02:52 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 )" -RDEPEND="" - -S=${WORKDIR}/smalltalk-${PV} - -SITEFILE=50gnu-smalltalk-gentoo.el - -src_unpack() { - unpack ${A} - 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 -} - -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 PATCHES 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 dummy - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild deleted file mode 100644 index c8820bb893e5..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.2-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2006 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.2-r1.ebuild,v 1.5 2006/12/25 20:02:52 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} - 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 PATCHES 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 -} |