diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2008-04-08 08:10:19 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2008-04-08 08:10:19 +0000 |
commit | 90341b671b41e2983b3d3862c8dbb0dcec7fdc3d (patch) | |
tree | db2737d1bc45a7332e2a2f61b463fb74d9aab830 /dev-lang | |
parent | Rev bumping. Fixing bug #212436 (diff) | |
download | gentoo-2-90341b671b41e2983b3d3862c8dbb0dcec7fdc3d.tar.gz gentoo-2-90341b671b41e2983b3d3862c8dbb0dcec7fdc3d.tar.bz2 gentoo-2-90341b671b41e2983b3d3862c8dbb0dcec7fdc3d.zip |
Removing broken versions
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.1.ebuild | 62 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.ebuild | 62 |
2 files changed, 0 insertions, 124 deletions
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.1.ebuild deleted file mode 100644 index f5166c6d83b1..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.1.ebuild +++ /dev/null @@ -1,62 +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-3.0.1.ebuild,v 1.1 2008/03/04 14:11:44 araujo Exp $ - -inherit elisp-common flag-o-matic eutils - -DESCRIPTION="GNU Smalltalk" -HOMEPAGE="http://smalltalk.gnu.org" -SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="tk readline emacs gtk gmp" - -DEPEND="sys-libs/gdbm - sys-apps/debianutils - !dev-libs/libsigsegv - 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_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/lib` \ - `use_with tk tk /usr/lib` \ - `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" \ - libdir="${D}/usr/lib" install || die - dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - 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() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.ebuild deleted file mode 100644 index 1ad88444751e..000000000000 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-3.0.ebuild +++ /dev/null @@ -1,62 +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-3.0.ebuild,v 1.1 2008/01/13 23:03:40 araujo Exp $ - -inherit elisp-common flag-o-matic eutils - -DESCRIPTION="GNU Smalltalk" -HOMEPAGE="http://smalltalk.gnu.org" -SRC_URI="http://ftp.gnu.org/gnu/smalltalk/smalltalk-${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="tk readline emacs gtk gmp" - -DEPEND="sys-libs/gdbm - sys-apps/debianutils - !dev-libs/libsigsegv - 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_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/lib` \ - `use_with tk tk /usr/lib` \ - `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" \ - libdir="${D}/usr/lib" install || die - dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO - 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() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |