summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-01 04:04:28 +0000
committerSam James <sam@gentoo.org>2022-01-01 04:04:28 +0000
commitf12a9fcd065c71fd5963455c43ba75a45432de96 (patch)
tree6fd98fa6a296a9f88cdeca9a92c75ec1b50d1bdc /dev-util/byacc
parentsys-kernel/linux-headers: stabilize 5.10-r2 (diff)
downloadgentoo-f12a9fcd065c71fd5963455c43ba75a45432de96.tar.gz
gentoo-f12a9fcd065c71fd5963455c43ba75a45432de96.tar.bz2
gentoo-f12a9fcd065c71fd5963455c43ba75a45432de96.zip
dev-util/byacc: add 20211224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/byacc')
-rw-r--r--dev-util/byacc/Manifest1
-rw-r--r--dev-util/byacc/byacc-20211224.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index 59d24c8f85f2..52f0df6c962d 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1 +1,2 @@
DIST byacc-20210808.tgz 891489 BLAKE2B e349e960cdbc654b148ec8412f8502e26976f8a933e3846fc4ff308440c8c8058b3422dbc0a709b792ec727c62f3b4ed7d0679d9d5da69fed8c4e08daa801625 SHA512 cde092dbd845364752aca228a838b97fc34378c7dd7f860c614d13c8ec7167b8416422ded82864d22e8c3c447b47b30abca591ef8ab667c49f9fa070d68114c4
+DIST byacc-20211224.tgz 894135 BLAKE2B 6b9e7686e66d9f23ba92f5d8129bda72f75b71a50a72792ec241270102d972279b775b6dcfba85f79dd3bad04470838c1a9f2a675d620322393c7251afafab25 SHA512 e2b9df443c5b05179815808d61e693e942549ca6484a5ab4fdb285b9468da9ed3a90e00d1950a0fbacd1890e5a69bcc03b6d7135a7bbfa59ab0995125b9a8642
diff --git a/dev-util/byacc/byacc-20211224.ebuild b/dev-util/byacc/byacc-20211224.ebuild
new file mode 100644
index 000000000000..6f72092c3d7c
--- /dev/null
+++ b/dev-util/byacc/byacc-20211224.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 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="ftp://ftp.invisible-island.net/byacc/${P}.tgz"
+# Seems to be unreliable (unstable tarballs): bug #820167.
+#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 ~riscv ~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
+}