From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/
Date: Fri, 11 Aug 2017 21:01:21 +0000 (UTC) [thread overview]
Message-ID: <1502485277.4e5704dd58c2e0f19564584dc4a2b242ad0b050d.slyfox@gentoo> (raw)
commit: 4e5704dd58c2e0f19564584dc4a2b242ad0b050d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 20:56:33 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 21:01:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5704dd
dev-util/re2c: bump up to 1.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-util/re2c/Manifest | 1 +
dev-util/re2c/re2c-1.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest
index 8455d3a2b17..5b66d3e41b8 100644
--- a/dev-util/re2c/Manifest
+++ b/dev-util/re2c/Manifest
@@ -6,3 +6,4 @@ DIST re2c-0.14.3.tar.gz 2576859 SHA256 1c6806df599f3aef0804b576cfdf64bdba5ad5906
DIST re2c-0.15.2.tar.gz 4074407 SHA256 fe708c3477d908f02f2ab1646ac194d88b5dbfd92912b020a2b7a5bdfb778889 SHA512 6e46e45b55665a0898354b2684326ca91ff3fb50d2f52e7a7cba59658876c743cb141c827f3d3c77c1d44089c16a4207cb48e97f5af383ac1c95bc063388ba73 WHIRLPOOL 9f5f5636e19d7e9cb136b9f18a0059569ca6f1562f2c1302bc0212386e61f5be8eb866c4513e91231cfc4bf6ac3eeb24a672cd81675155dce244a48152b7ea3a
DIST re2c-0.15.3.tar.gz 4881197 SHA256 f9d2a96c60a8c60d9c6c70e10590cbceaf0776d3115e7b3b35c7d7240cc1613b SHA512 eebe372543b8c8fafa5d1a206c5fc5e92ea36e78da3ac5cd2e52d2710435cc83c8604bfb5397b48abef1d6ba241b9ed8a15119b436236b116bc81579a8dd9247 WHIRLPOOL 3bb18924d008762f49c78c98f7678b6f81295f86e4a69a884c86763a3b7855870adfcafe5912f8cbd81672ca7c38c00ffd51e5d5e8f4935fd0ac842f394128f9
DIST re2c-0.16.tar.gz 4892417 SHA256 48c12564297641cceb5ff05aead57f28118db6277f31e2262437feba89069e84 SHA512 d4fb8078d9566a1fa177331b649cac79e2e45cc9558a22a2212503f6c77c9e6b4238aa01c85c66b86fa4831cdc669cedf8b430d395be6a0c6cfabfb7c61cf8a3 WHIRLPOOL de28f65acac11ea36aad72eb8ba8f63949dcc10e9712ac84be91a66cd4216c01dee9eb360bf95db1c32de79cf9aa7ad2a1656eb877c52d44dd95a45e2b24253a
+DIST re2c-1.0.tar.gz 4932666 SHA256 fee4a9f244dcf5c8109a605163976087943560370153abda89677009b884855b SHA512 dae8b049e4b680324d157e62d4ef10319d636447992cfced5379701075eba078643150c2a211c5e853a122d51d4fcb40c6f0594bcdf1cc0f4062fe4e54287a4e WHIRLPOOL fbfbf46c50eabe192c7fd0734553981a8cdf70e3447a1089fdb084ee064afdd74c509be91b402baf0858ea68e9971bc0aedfa3913455a95bc60711a47831b384
diff --git a/dev-util/re2c/re2c-1.0.ebuild b/dev-util/re2c/re2c-1.0.ebuild
new file mode 100644
index 00000000000..ffd5e6abaef
--- /dev/null
+++ b/dev-util/re2c/re2c-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="tool for generating C-based recognizers from regular expressions"
+HOMEPAGE="http://re2c.org/"
+SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+
+src_prepare() {
+ default
+ export ac_cv_path_BISON="no"
+}
+
+src_install() {
+ default
+
+ docompress -x /usr/share/doc/${PF}/{examples,paper}
+ dodoc -r README CHANGELOG examples
+ docinto paper
+ dodoc doc/loplas.ps doc/sample.bib
+}
next reply other threads:[~2017-08-11 21:01 UTC|newest]
Thread overview: 131+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 21:01 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 13:31 [gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/ Sam James
2024-08-10 5:27 Michał Górny
2024-08-09 20:26 Jakov Smolić
2024-08-09 8:57 Sam James
2024-08-06 1:46 Sam James
2024-08-05 21:11 Sam James
2024-08-05 17:22 Arthur Zamarin
2024-08-05 17:22 Arthur Zamarin
2024-01-20 13:33 Sam James
2023-06-25 17:25 Arthur Zamarin
2023-06-13 18:35 Arthur Zamarin
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-05-01 17:55 Sam James
2022-03-09 23:12 Sam James
2021-08-04 9:01 Sergei Trofimovich
2021-08-01 9:53 Sergei Trofimovich
2021-05-10 15:25 Sam James
2021-05-09 11:53 Sergei Trofimovich
2021-05-04 19:13 Sam James
2021-05-03 16:58 Sam James
2021-05-03 16:57 Sam James
2021-05-03 16:55 Sam James
2021-05-03 16:53 Sam James
2021-05-03 16:51 Sam James
2021-05-02 9:24 Sergei Trofimovich
2021-04-02 9:54 Sergei Trofimovich
2021-03-27 18:46 Sergei Trofimovich
2021-03-27 18:46 Sergei Trofimovich
2021-03-27 12:30 Sergei Trofimovich
2021-01-06 22:55 Fabian Groffen
2020-10-07 6:55 Agostino Sarubbo
2020-10-06 17:23 Sam James
2020-09-27 10:05 Sergei Trofimovich
2020-09-26 10:06 Sergei Trofimovich
2020-09-26 9:18 Sergei Trofimovich
2020-09-25 17:24 Sam James
2020-09-06 8:34 Sergei Trofimovich
2020-08-22 9:20 Sergei Trofimovich
2020-08-13 17:51 Sergei Trofimovich
2020-08-08 8:44 Sergei Trofimovich
2020-08-04 19:02 Fabian Groffen
2020-07-20 19:17 Sergei Trofimovich
2020-05-04 17:36 Thomas Deutschmann
2020-04-25 11:13 Sergei Trofimovich
2020-04-21 10:13 Mart Raudsepp
2020-04-20 9:50 Agostino Sarubbo
2020-04-20 9:48 Agostino Sarubbo
2020-04-20 9:46 Agostino Sarubbo
2020-04-20 9:45 Agostino Sarubbo
2020-04-20 9:29 Agostino Sarubbo
2020-04-20 8:28 Agostino Sarubbo
2020-04-19 23:55 Sergei Trofimovich
2020-03-29 8:41 Sergei Trofimovich
2020-03-29 8:41 Sergei Trofimovich
2020-03-21 9:24 Mart Raudsepp
2020-03-15 13:13 Mikle Kolyada
2020-02-13 13:03 Agostino Sarubbo
2020-02-12 20:32 Sergei Trofimovich
2020-02-12 19:57 Sergei Trofimovich
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 10:58 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2020-02-11 9:43 Agostino Sarubbo
2020-02-10 18:10 Agostino Sarubbo
2019-12-24 14:00 Mikle Kolyada
2019-12-16 18:26 Aaron Bauman
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 14:02 Agostino Sarubbo
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-14 19:12 Sergei Trofimovich
2019-08-11 8:55 Sergei Trofimovich
2019-08-02 19:28 Sergei Trofimovich
2019-07-05 22:37 Andreas K. Hüttel
2019-06-12 17:08 Michael Haubenwallner
2019-02-12 9:23 Mikle Kolyada
2019-02-12 9:23 Mikle Kolyada
2019-02-12 9:23 Mikle Kolyada
2019-02-07 17:38 Mikle Kolyada
2019-01-31 14:23 Tobias Klausmann
2019-01-15 22:10 Thomas Deutschmann
2019-01-14 16:03 Mikle Kolyada
2019-01-13 11:00 Sergei Trofimovich
2019-01-12 23:57 Sergei Trofimovich
2019-01-12 19:02 Jeroen Roovers
2019-01-12 16:28 Mart Raudsepp
2019-01-11 7:42 Sergei Trofimovich
2018-10-12 16:28 Mikle Kolyada
2018-10-10 16:26 Markus Meier
2018-09-14 12:17 Tobias Klausmann
2018-09-08 12:53 Mart Raudsepp
2018-09-07 14:03 Mikle Kolyada
2018-09-02 11:12 Sergei Trofimovich
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:22 Sergei Trofimovich
2018-09-01 23:18 Sergei Trofimovich
2018-09-01 17:55 Thomas Deutschmann
2018-08-31 19:36 Sergei Trofimovich
2018-08-30 22:42 Sergei Trofimovich
2018-08-27 22:09 Sergei Trofimovich
2018-04-02 17:35 Mart Raudsepp
2018-03-05 19:12 Fabian Groffen
2017-11-08 21:14 Sergei Trofimovich
2017-10-27 19:36 Matt Turner
2017-08-26 20:44 Sergei Trofimovich
2017-08-11 22:53 Sergei Trofimovich
2017-08-11 22:53 Sergei Trofimovich
2017-08-11 21:01 Sergei Trofimovich
2016-10-01 13:04 Jeroen Roovers
2016-10-01 8:01 Markus Meier
2016-09-21 21:28 Sergei Trofimovich
2016-09-21 21:26 Sergei Trofimovich
2016-09-21 17:48 Tobias Klausmann
2016-01-21 21:45 Sergei Trofimovich
2015-12-02 21:05 Sergei Trofimovich
2015-11-23 21:28 Sergei Trofimovich
2015-11-23 21:28 Sergei Trofimovich
2015-11-22 21:33 Sergei Trofimovich
2015-09-11 18:49 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502485277.4e5704dd58c2e0f19564584dc4a2b242ad0b050d.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox