Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byaccj/
Date: Fri, 01 Jul 2022 10:03:50
Message-Id: 1656669779.7d558fdf0cb1b6b938a005281aee823a52b61f4e.sam@gentoo
1 commit: 7d558fdf0cb1b6b938a005281aee823a52b61f4e
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jul 1 09:32:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 10:02:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d558fdf
7
8 dev-java/byaccj: drop 1.15-r2
9
10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
11 Closes: https://github.com/gentoo/gentoo/pull/26183
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-java/byaccj/byaccj-1.15-r2.ebuild | 28 ----------------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/dev-java/byaccj/byaccj-1.15-r2.ebuild b/dev-java/byaccj/byaccj-1.15-r2.ebuild
18 deleted file mode 100644
19 index ed88c9ebb229..000000000000
20 --- a/dev-java/byaccj/byaccj-1.15-r2.ebuild
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
31 -HOMEPAGE="http://byaccj.sourceforge.net/"
32 -MY_P="${PN}${PV}_src"
33 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
34 -
35 -LICENSE="public-domain"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos"
38 -IUSE=""
39 -
40 -S="${WORKDIR}/${PN}${PV}"
41 -
42 -src_compile() {
43 - cp "${FILESDIR}/Makefile" src/Makefile || die
44 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" -C src linux
45 -}
46 -
47 -src_install() {
48 - newbin src/yacc.linux "${PN}"
49 - dodoc docs/ACKNOWLEDGEMEN
50 -}