From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/
Date: Sun, 11 Aug 2019 08:55:35 +0000 (UTC) [thread overview]
Message-ID: <1565513729.036ef7ddf54534476244b4c507bffe9448390d5f.slyfox@gentoo> (raw)
commit: 036ef7ddf54534476244b4c507bffe9448390d5f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 08:54:31 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 08:55:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036ef7dd
dev-util/re2c: bump up to 1.2.1
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-util/re2c/Manifest | 1 +
dev-util/re2c/re2c-1.2.1.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest
index fd2602eb3dc..d5001fe29b7 100644
--- a/dev-util/re2c/Manifest
+++ b/dev-util/re2c/Manifest
@@ -1,2 +1,3 @@
DIST re2c-1.1.1.tar.gz 5907416 BLAKE2B da2544573de0dbca94db8a8e2112de5549ffbbad91bdba187e95c9d8dd36537e099dbc2871b54d62630d91928cdaf384ab069e5e1624f8ff749c2e2743cff766 SHA512 a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397
+DIST re2c-1.2.1.tar.xz 2059304 BLAKE2B b05c41112654cd4c7f15ad70229cde02efc4b04ffc63f964ab69e376964a8a952f2c617859b056998127ca9adfd72f7a16e673dd3134ab8244b14b84e023d510 SHA512 c90f45ae435968e950d2340b540269a042201f1f53d7ea067b6d3d9feec063f66559ba970d404d82bfa7b75b9a074328caaa62304d4d876af7c12740d100ef58
DIST re2c-1.2.tar.xz 2064236 BLAKE2B ebc721de4fe1588a3043bb05298324b61214e074154ebc2adff19c6e5a3cc6a94314216a20020e88069d89768c31ae5c3f09b18176cd241d7aa10aa7b2daf183 SHA512 d029abc3493a26761eaa911cf73961f5b8ec2e00958c97740e73f568fc72b02b5f56d80e09657a95dcf2e7767f3e5085775bb78f0f5bc472d506682a3a7fc278
diff --git a/dev-util/re2c/re2c-1.2.1.ebuild b/dev-util/re2c/re2c-1.2.1.ebuild
new file mode 100644
index 00000000000..20575ddeb6f
--- /dev/null
+++ b/dev-util/re2c/re2c-1.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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.xz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="debug"
+
+src_configure() {
+ econf \
+ ac_cv_path_BISON="no" \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+
+ docompress -x /usr/share/doc/${PF}/examples
+ dodoc -r README.md CHANGELOG examples
+}
next reply other threads:[~2019-08-11 8:55 UTC|newest]
Thread overview: 131+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-11 8:55 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-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
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=1565513729.036ef7ddf54534476244b4c507bffe9448390d5f.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