summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 19:19:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 19:19:42 +0000
commitd998257cf59e39f38b25411cc16ade7d98c07505 (patch)
tree32ef9921da9c54f9ed3f9990b88b6633a0c50a27 /dev-util/byacc/byacc-1.9-r1.ebuild
parentStable for HPPA (bug #288261). (diff)
downloadhistorical-d998257cf59e39f38b25411cc16ade7d98c07505.tar.gz
historical-d998257cf59e39f38b25411cc16ade7d98c07505.tar.bz2
historical-d998257cf59e39f38b25411cc16ade7d98c07505.zip
old
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'dev-util/byacc/byacc-1.9-r1.ebuild')
-rw-r--r--dev-util/byacc/byacc-1.9-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/byacc/byacc-1.9-r1.ebuild b/dev-util/byacc/byacc-1.9-r1.ebuild
deleted file mode 100644
index 6a3a7d233e5a..000000000000
--- a/dev-util/byacc/byacc-1.9-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.9 2006/01/21 23:13:03 weeve Exp $
-
-inherit eutils
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="http://dickey.his.com/byacc/byacc.html"
-SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-src_compile() {
- epatch ${FILESDIR}/mkstemp.patch
-
- # The following patch fixes yacc to run correctly on ia64 (and
- # other 64-bit arches). See bug 46233
- epatch ${FILESDIR}/byacc-1.9-ia64.patch
-
- make PROGRAM=byacc CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin byacc
- mv yacc.1 byacc.1
- doman byacc.1
- dodoc ACKNOWLEDGEMENTS MANIFEST NEW_FEATURES NOTES README
-}