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: Sat, 25 Apr 2020 11:13:47
Message-Id: 1587813213.ecfce5a7c8841e5429f5fc4704d7a71aeefbef9f.slyfox@gentoo
1 commit: ecfce5a7c8841e5429f5fc4704d7a71aeefbef9f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 11:13:27 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 11:13:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfce5a7
7
8 dev-util/re2c: drop old
9
10 Bug: https://bugs.gentoo.org/718350
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-util/re2c/re2c-1.3.ebuild | 26 --------------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/dev-util/re2c/re2c-1.3.ebuild b/dev-util/re2c/re2c-1.3.ebuild
18 deleted file mode 100644
19 index 0e346b08ac3..00000000000
20 --- a/dev-util/re2c/re2c-1.3.ebuild
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="tool for generating C-based recognizers from regular expressions"
29 -HOMEPAGE="http://re2c.org/"
30 -SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz"
31 -
32 -LICENSE="public-domain"
33 -SLOT="0"
34 -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 ~x86-macos ~x64-solaris ~x86-solaris"
35 -IUSE="debug"
36 -
37 -src_configure() {
38 - econf \
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 -}