summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-02 06:16:01 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-02 06:16:01 +0000
commit6811f4f8052ec35b99944b185ec808b1a27dabbc (patch)
tree5d1f965e94f2a39ef4fbeb87122fa3e384f0f400 /dev-util
parentRemove un-needed var 'opts' from xend init scripts noted by mva (diff)
downloadgentoo-2-6811f4f8052ec35b99944b185ec808b1a27dabbc.tar.gz
gentoo-2-6811f4f8052ec35b99944b185ec808b1a27dabbc.tar.bz2
gentoo-2-6811f4f8052ec35b99944b185ec808b1a27dabbc.zip
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/byacc/ChangeLog9
-rw-r--r--dev-util/byacc/byacc-20140101.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog
index 415d4e7bd202..fa78c0b0ae76 100644
--- a/dev-util/byacc/ChangeLog
+++ b/dev-util/byacc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/byacc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.75 2013/12/29 17:35:10 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.76 2014/01/02 06:16:01 radhermit Exp $
+
+*byacc-20140101 (02 Jan 2014)
+
+ 02 Jan 2014; Tim Harder <radhermit@gentoo.org> +byacc-20140101.ebuild:
+ Version bump.
29 Dec 2013; Markus Meier <maekke@gentoo.org> byacc-20130925.ebuild:
arm stable, bug #495656
diff --git a/dev-util/byacc/byacc-20140101.ebuild b/dev-util/byacc/byacc-20140101.ebuild
new file mode 100644
index 000000000000..6467f6329d2c
--- /dev/null
+++ b/dev-util/byacc/byacc-20140101.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-20140101.ebuild,v 1.1 2014/01/02 06:16:01 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
+}