diff options
author | 2014-06-25 05:00:26 +0000 | |
---|---|---|
committer | 2014-06-25 05:00:26 +0000 | |
commit | cd503a7bd1bf5aff873b53087770db99fbce78a1 (patch) | |
tree | f671326ab3b689694a3979f16e3a504692d8ab08 /dev-util/byacc | |
parent | bump; update deps, rm old (diff) | |
download | gentoo-2-cd503a7bd1bf5aff873b53087770db99fbce78a1.tar.gz gentoo-2-cd503a7bd1bf5aff873b53087770db99fbce78a1.tar.bz2 gentoo-2-cd503a7bd1bf5aff873b53087770db99fbce78a1.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/byacc/byacc-20140527.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 4ee02c3484ce..2e600277ccee 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/byacc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.94 2014/05/12 03:08:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.95 2014/06/25 05:00:26 radhermit Exp $ + +*byacc-20140527 (25 Jun 2014) + + 25 Jun 2014; Tim Harder <radhermit@gentoo.org> +byacc-20140527.ebuild: + Version bump. *byacc-20140422 (12 May 2014) diff --git a/dev-util/byacc/byacc-20140527.ebuild b/dev-util/byacc/byacc-20140527.ebuild new file mode 100644 index 000000000000..7371d2280fe7 --- /dev/null +++ b/dev-util/byacc/byacc-20140527.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20140527.ebuild,v 1.1 2014/06/25 05:00:26 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="the best variant of the Yacc parser generator" +HOMEPAGE="http://invisible-island.net/byacc/byacc.html" +SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README ) + +src_configure() { + econf --program-prefix=b +} |