diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 10:26:35 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 10:26:35 +0000 |
commit | f5ed4cb2691e5d89c45fd2cf26ce5242b8b13f88 (patch) | |
tree | 2b36692a51bd28a44c52d436aeb2b7747e78a1c6 /dev-java/byaccj | |
parent | Fix the test phase to install modules as files rather than binary egg as requ... (diff) | |
download | gentoo-2-f5ed4cb2691e5d89c45fd2cf26ce5242b8b13f88.tar.gz gentoo-2-f5ed4cb2691e5d89c45fd2cf26ce5242b8b13f88.tar.bz2 gentoo-2-f5ed4cb2691e5d89c45fd2cf26ce5242b8b13f88.zip |
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'dev-java/byaccj')
-rw-r--r-- | dev-java/byaccj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/byaccj/byaccj-1.15.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/dev-java/byaccj/ChangeLog b/dev-java/byaccj/ChangeLog index 70140cda473e..50b598f7ab00 100644 --- a/dev-java/byaccj/ChangeLog +++ b/dev-java/byaccj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/byaccj -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/ChangeLog,v 1.15 2013/10/20 16:32:48 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/ChangeLog,v 1.16 2014/08/03 10:26:35 sera Exp $ + + 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -byaccj-1.15.ebuild: + Remove old 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> byaccj-1.15-r1.ebuild: Stable for ppc64, wrt bug #476958 diff --git a/dev-java/byaccj/byaccj-1.15.ebuild b/dev-java/byaccj/byaccj-1.15.ebuild deleted file mode 100644 index 988318bcbb90..000000000000 --- a/dev-java/byaccj/byaccj-1.15.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/byaccj-1.15.ebuild,v 1.7 2012/10/11 07:43:00 sera Exp $ - -EAPI="3" -DESCRIPTION="A java extension of BSD YACC-compatible parser generator" -HOMEPAGE="http://byaccj.sourceforge.net/" -MY_P="${PN}${PV}_src" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" -IUSE="" -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}${PV}" - -src_compile() { - cp "${FILESDIR}/Makefile" src/Makefile || die - emake -C src linux || die "Failed too build" -} - -src_install() { - newbin src/yacc.linux "${PN}" || die "Missing binary" - dodoc docs/ACKNOWLEDGEMEN || die -} |