summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-09 22:55:32 +0100
committerSam James <sam@gentoo.org>2021-08-09 23:21:50 +0100
commitbd2fcf9eaa1a00f29ed3ca944405056805d64944 (patch)
tree4e7ee56660c089902b414ab02ccc17d72965441d /dev-util/byacc/byacc-20210808.ebuild
parentdev-python/commentjson: enable py3.10 (diff)
downloadgentoo-bd2fcf9eaa1a00f29ed3ca944405056805d64944.tar.gz
gentoo-bd2fcf9eaa1a00f29ed3ca944405056805d64944.tar.bz2
gentoo-bd2fcf9eaa1a00f29ed3ca944405056805d64944.zip
dev-util/byacc: add 20210808
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/byacc/byacc-20210808.ebuild')
-rw-r--r--dev-util/byacc/byacc-20210808.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/byacc/byacc-20210808.ebuild b/dev-util/byacc/byacc-20210808.ebuild
new file mode 100644
index 000000000000..841e2fcab716
--- /dev/null
+++ b/dev-util/byacc/byacc-20210808.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The best variant of the Yacc parser generator"
+HOMEPAGE="https://invisible-island.net/byacc/byacc.html"
+SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+ econf --program-prefix=b
+}