diff options
Diffstat (limited to 'dev-haskell/happy/happy-1.13.ebuild')
-rw-r--r-- | dev-haskell/happy/happy-1.13.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/happy/happy-1.13.ebuild b/dev-haskell/happy/happy-1.13.ebuild deleted file mode 100644 index cfc1e01eb5b5..000000000000 --- a/dev-haskell/happy/happy-1.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.13.ebuild,v 1.4 2004/06/24 22:15:05 agriffis Exp $ - -DESCRIPTION="A yacc-like parser generator for Haskell" -HOMEPAGE="http://haskell.org/happy/" -SRC_URI="http://haskell.cs.yale.edu/happy/dist/1.13/happy-1.13-src.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/ghc" -RDEPEND="" - -src_unpack() { - unpack ${A} - bzcat ${FILESDIR}/happy-1.13-pragma.patch.bz2 | patch -p0 -} - -src_compile() { - econf || die - - # "emake" does not work reliably. Probably due to the classic - # dependency problem in make with parallel builds. - make || die -} - -src_install() { - einstall || die -} |