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: Sun, 29 Mar 2020 08:41:57
Message-Id: 1585471306.6ef0113d26bd3df5ef06e2cdfdb40f5b3c39d732.slyfox@gentoo
1 commit: 6ef0113d26bd3df5ef06e2cdfdb40f5b3c39d732
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 08:41:12 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 08:41:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef0113d
7
8 dev-util/re2c: drop old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/re2c/Manifest | 2 --
14 dev-util/re2c/re2c-1.1.1.ebuild | 28 ----------------------------
15 dev-util/re2c/re2c-1.2.1.ebuild | 26 --------------------------
16 3 files changed, 56 deletions(-)
17
18 diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest
19 index 874a4ed783a..673e571559e 100644
20 --- a/dev-util/re2c/Manifest
21 +++ b/dev-util/re2c/Manifest
22 @@ -1,3 +1 @@
23 -DIST re2c-1.1.1.tar.gz 5907416 BLAKE2B da2544573de0dbca94db8a8e2112de5549ffbbad91bdba187e95c9d8dd36537e099dbc2871b54d62630d91928cdaf384ab069e5e1624f8ff749c2e2743cff766 SHA512 a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397
24 -DIST re2c-1.2.1.tar.xz 2059304 BLAKE2B b05c41112654cd4c7f15ad70229cde02efc4b04ffc63f964ab69e376964a8a952f2c617859b056998127ca9adfd72f7a16e673dd3134ab8244b14b84e023d510 SHA512 c90f45ae435968e950d2340b540269a042201f1f53d7ea067b6d3d9feec063f66559ba970d404d82bfa7b75b9a074328caaa62304d4d876af7c12740d100ef58
25 DIST re2c-1.3.tar.xz 1239280 BLAKE2B ae2a8fc323408dd31d39c352bd622d89d19178b7993618ea043bbfd32509fb7573d2b5b50663e100d24fc275fa479982cb1f66ed49638edca61f551fb653176d SHA512 c7084ab2399fb6b96cef74c1393715d90830f43b82b96af46feb71ef008c0215381c3dbea0b003ff810d869db6021e28001b9d588ad55c616642244b2da09c0e
26
27 diff --git a/dev-util/re2c/re2c-1.1.1.ebuild b/dev-util/re2c/re2c-1.1.1.ebuild
28 deleted file mode 100644
29 index 1f7b5e760b1..00000000000
30 --- a/dev-util/re2c/re2c-1.1.1.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="tool for generating C-based recognizers from regular expressions"
41 -HOMEPAGE="http://re2c.org/"
42 -SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="public-domain"
45 -SLOT="0"
46 -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"
47 -
48 -src_prepare() {
49 - default
50 - export ac_cv_path_BISON="no"
51 -}
52 -
53 -src_install() {
54 - default
55 -
56 - docompress -x /usr/share/doc/${PF}/{examples,paper}
57 - dodoc -r README CHANGELOG examples
58 - docinto paper
59 - dodoc doc/loplas.ps doc/tdfa/tdfa.pdf
60 -}
61
62 diff --git a/dev-util/re2c/re2c-1.2.1.ebuild b/dev-util/re2c/re2c-1.2.1.ebuild
63 deleted file mode 100644
64 index 19face84375..00000000000
65 --- a/dev-util/re2c/re2c-1.2.1.ebuild
66 +++ /dev/null
67 @@ -1,26 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -DESCRIPTION="tool for generating C-based recognizers from regular expressions"
74 -HOMEPAGE="http://re2c.org/"
75 -SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz"
76 -
77 -LICENSE="public-domain"
78 -SLOT="0"
79 -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"
80 -IUSE="debug"
81 -
82 -src_configure() {
83 - econf \
84 - ac_cv_path_BISON="no" \
85 - $(use_enable debug)
86 -}
87 -
88 -src_install() {
89 - default
90 -
91 - docompress -x /usr/share/doc/${PF}/examples
92 - dodoc -r README.md CHANGELOG examples
93 -}