diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2005-09-17 15:14:26 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2005-09-17 15:14:26 +0000 |
commit | b9b76d84967ba9e3bb496a9b3ca6c092cdabdfde (patch) | |
tree | 834693ef0c6d4eb3654d78a149640eb7a0f02351 /dev-lang/smalltalkx | |
parent | Moved to media-video/ogmrip. (diff) | |
download | gentoo-2-b9b76d84967ba9e3bb496a9b3ca6c092cdabdfde.tar.gz gentoo-2-b9b76d84967ba9e3bb496a9b3ca6c092cdabdfde.tar.bz2 gentoo-2-b9b76d84967ba9e3bb496a9b3ca6c092cdabdfde.zip |
Removed smalltalk-4.1.4 ebuild. Broke, out-of-date package. Upstream does not maintain it any more
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/smalltalkx')
-rw-r--r-- | dev-lang/smalltalkx/files/digest-smalltalkx-4.1.4 | 2 | ||||
-rw-r--r-- | dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild | 40 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-lang/smalltalkx/files/digest-smalltalkx-4.1.4 b/dev-lang/smalltalkx/files/digest-smalltalkx-4.1.4 deleted file mode 100644 index 03b78943fa78..000000000000 --- a/dev-lang/smalltalkx/files/digest-smalltalkx-4.1.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 ffe0698f5371e2a88c318bc10e377112 smalltalkx-common-414.tar.gz 13931943 -MD5 765df6729217f934e1e1a36bb60501d4 smalltalkx-linux-414.tar.gz 9718846 diff --git a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild b/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild deleted file mode 100644 index 7ef2462617db..000000000000 --- a/dev-lang/smalltalkx/smalltalkx-4.1.4.ebuild +++ /dev/null @@ -1,40 +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/smalltalkx/smalltalkx-4.1.4.ebuild,v 1.11 2005/06/02 18:32:25 wormo Exp $ - -MY_PV=${PV//./} -S=${WORKDIR}/stx -DESCRIPTION="The non-commercial version of a complete implementation of the Smalltalk programming language and development environment" -HOMEPAGE="http://www.exept.de/exept_99/english/welcomeFrame_smalltalk.html" -SRC_URI="mirror://gentoo/${PN}-common-${MY_PV}.tar.gz - mirror://gentoo/${PN}-linux-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 -ppc" -IUSE="" - -DEPEND="virtual/libc - virtual/x11" - -src_install() { - dodir /opt - ./INSTALL.sh -q -top ${D}/opt - - dosed /opt/smalltalk/${PV}/bin/smalltalk - - cd ${D}/opt/smalltalk/${PV}/ - for i in `find . -type l` ; do - foo=`ls -l ${i} | sed "s/.*-> //" | sed "s_${D}__"` - rm $i - ln -sf ${foo} $i - done - - dodir /usr/bin - dosym /opt/smalltalk/${PV}/bin/smalltalk /usr/bin/smalltalk - - # create a path entry in /etc/env.d - echo "PATH=/opt/smalltalk/${PV}/bin" >> ${WORKDIR}/50smalltalkx - insinto /etc/env.d - doins ${WORKDIR}/50smalltalkx -} |