public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/
Date: Thu, 30 Aug 2018 22:42:47 +0000 (UTC)	[thread overview]
Message-ID: <1535668962.f985747083a8f704bfc0d734013c871cf0870e4b.slyfox@gentoo> (raw)

commit:     f985747083a8f704bfc0d734013c871cf0870e4b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 22:42:26 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 22:42:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9857470

dev-util/re2c: bump up to 1.1.1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-util/re2c/Manifest          |  1 +
 dev-util/re2c/re2c-1.1.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest
index 4ed4b501612..a253d12700d 100644
--- a/dev-util/re2c/Manifest
+++ b/dev-util/re2c/Manifest
@@ -3,4 +3,5 @@ DIST re2c-0.16.tar.gz 4892417 BLAKE2B e1160d3f6ebd63d42a22c112d83a31fcd7bb0d5ab2
 DIST re2c-1.0.1.tar.gz 5758988 BLAKE2B e02d8ce5f82441d33ec055d582e797d33a4b1a5244d37477b5c93117c735790a6a24e1b9e1456a6d4182c3282b59955838b625216cf47abfcc8c4fb5eacc953e SHA512 ab3b652d8f97b0d1be4c7561ce65e28870ab8976f8a31d74a6629b43d2057bfa608c7f393d5e5d59d26f991552a60e6274f554ef58752bdfcfeba330578f1299
 DIST re2c-1.0.2.tar.gz 5805526 BLAKE2B 931e7b00f57cf8c3e49e540496906208e5a5b73f87427c095e9f5744594007b5d536bf8a2920c3fb509f57bc0ba608ca80a6780ae8af033fdfe7bb3c26292007 SHA512 9d85933ae874cb9240175ce7210d3808173bafe246c67b9c333578846239b7bcef074287f26040b5a048bcd98db8d0393035c417918b80db1f74098695a77176
 DIST re2c-1.0.3.tar.gz 5806555 BLAKE2B 98664998a52e9f3198ac6d19e8c8af8db716414e42aa89b05750cb8a2054d53d0b13fa499ca004eecc294cef2756554c3e08c8167055d38d266be86f0684b83d SHA512 7b2a43828da872a957af88fb0a226e1936a45c8a1020ba1f6544b588aaa61dff8df40e84f9053c30ac8e17c41164e70627d57f5d3721a34b2aba7b1dbf25b6ae
+DIST re2c-1.1.1.tar.gz 5907416 BLAKE2B da2544573de0dbca94db8a8e2112de5549ffbbad91bdba187e95c9d8dd36537e099dbc2871b54d62630d91928cdaf384ab069e5e1624f8ff749c2e2743cff766 SHA512 a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397
 DIST re2c-1.1.tar.gz 5901198 BLAKE2B eacfbd19a6b32c1779d0d0bf45ed7b4159e0ebb000817911ac3daf4595a841efb2fe7810aaede404e95a85af9df66568be1845f96e229d66e381d0ff6f1e2d89 SHA512 a39a42977f271cbd4f245c5252cba52636519c052d61e080c607556f778e0a35709f832466c2be0467af09b1623faab25616ffc957e90c0f1f6af78decb97209

diff --git a/dev-util/re2c/re2c-1.1.1.ebuild b/dev-util/re2c/re2c-1.1.1.ebuild
new file mode 100644
index 00000000000..bd4ecbe5865
--- /dev/null
+++ b/dev-util/re2c/re2c-1.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~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/tdfa/tdfa.pdf
+}


             reply	other threads:[~2018-08-30 22:42 UTC|newest]

Thread overview: 131+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-30 22:42 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-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=1535668962.f985747083a8f704bfc0d734013c871cf0870e4b.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