diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-05-27 17:01:04 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-05-27 17:01:04 +0200 |
commit | f0a917d798f18b3194aab65d11c597304847bd5a (patch) | |
tree | 9982a0ba703155ce5f695231d51a0986e812d692 /gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild | |
parent | Sync with current stable ebuild, switch to git-r3 and use upstream next branch (diff) | |
download | gnustep-f0a917d798f18b3194aab65d11c597304847bd5a.tar.gz gnustep-f0a917d798f18b3194aab65d11c597304847bd5a.tar.bz2 gnustep-f0a917d798f18b3194aab65d11c597304847bd5a.zip |
Drop old Etoile ebuilds, fix repoman warnings
Diffstat (limited to 'gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild')
-rw-r--r-- | gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild b/gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild deleted file mode 100644 index 8d542dd..0000000 --- a/gnustep-libs/smalltalkkit/smalltalkkit-0.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit gnustep-2 toolchain-funcs - -S="${WORKDIR}/Etoile-${PV}/Languages/Smalltalk" - -SQLITE="sqlite-3.6.2" -DESCRIPTION="Étoilé's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C" -HOMEPAGE="http://www.etoile-project.org" -SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.bz2 - http://www.sqlite.org/${SQLITE}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=gnustep-base/gnustep-gui-0.16.0 - >=gnustep-libs/languagekit-${PV}" -RDEPEND="${DEPEND}" - - -src_prepare() { - # Copy updated lempar.c - cp "${WORKDIR}/${SQLITE}/tool/lempar.c" . - # Use our own lemon in GNUmakefile - sed -i -e "s#@lemon#@./lemon#" GNUmakefile || die "makefile sed failed" -} - -src_compile() { - # Compile lemon - $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \ - "${WORKDIR}/${SQLITE}/tool/lemon.c" -o lemon \ - || die "lemon compilation failed" - # Go on with compilation - gnustep-base_src_compile -} |