Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/
Date: Fri, 02 Apr 2021 09:54:12
Message-Id: 1617357239.e6aa4531a5cecb01c7b703fb8f19c5f9db30effd.slyfox@gentoo
1 commit: e6aa4531a5cecb01c7b703fb8f19c5f9db30effd
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:52:25 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 09:53:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6aa4531
7
8 dev-util/re2c: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/re2c/re2c-2.1.1.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-util/re2c/re2c-2.1.1.ebuild b/dev-util/re2c/re2c-2.1.1.ebuild
17 deleted file mode 100644
18 index cf4238f0a8d..00000000000
19 --- a/dev-util/re2c/re2c-2.1.1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="tool for generating C-based recognizers from regular expressions"
28 -HOMEPAGE="http://re2c.org/"
29 -SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz"
30 -
31 -LICENSE="public-domain"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 -IUSE="debug"
35 -
36 -src_configure() {
37 - econf \
38 - --enable-golang \
39 - ac_cv_path_BISON="no" \
40 - $(use_enable debug)
41 -}
42 -
43 -src_install() {
44 - default
45 -
46 - docompress -x /usr/share/doc/${PF}/examples
47 - dodoc -r README.md CHANGELOG examples
48 -}