From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
Date: Fri, 10 Jul 2020 12:36:23 +0000 (UTC) [thread overview]
Message-ID: <1594384536.d7da2142bac96b697a4ed922b4fc1bf4332cefd5.lu_zero@gentoo> (raw)
commit: d7da2142bac96b697a4ed922b4fc1bf4332cefd5
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 12:31:13 2020 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 12:35:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7da2142
dev-util/ragel: Version bump
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
dev-util/ragel/Manifest | 1 +
dev-util/ragel/ragel-7.0.0.12.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-util/ragel/Manifest b/dev-util/ragel/Manifest
index 0a72ec5416a..06082347d58 100644
--- a/dev-util/ragel/Manifest
+++ b/dev-util/ragel/Manifest
@@ -3,4 +3,5 @@ DIST ragel-6.7.tar.gz 1182734 BLAKE2B 7a74d58ddee776c5652563d2b804c12fa89d23ab98
DIST ragel-6.8.tar.gz 1211146 BLAKE2B 41d3feecb461cede104182d918e1f052256daa292efd94b6c722904c05e30b621f754881f07252c76b0bd3af63c65ce50b8ec98d43e1eec5c1a66ef2593506c7 SHA512 3c7fa4ca0cfcd5d19e0ff8746ca427f5a1eefb0af09db5d2ee55ced9bcc35c588a5db146dcfdec46b83fb63d94ff9ace117b4cfcb07e2c57aec67a6cbe249458
DIST ragel-6.9.tar.gz 1226871 BLAKE2B c6edc63eaa21a1529c5600d8491fdce39cff5180fa132046f48c32971e1698fea820c41735f4d74b332de657fdd4c81aecda71beb9d5cef71c27246d606b6b72 SHA512 46886a37fa0b785574c03ba6581d99bbeaa11ca65cf4fdc37ceef42f4869bd695694cd69b4b974a25cf539f004cb106e3debda17fc26e1a9a6a4295992733dbd
DIST ragel-7.0.0.10.tar.gz 779503 BLAKE2B 2f7b8bb858555719b0c7afa8209be76fd07f9d06a8f75df723211c48d59f50c21f09a1f1fa031d53e434db933d1bc12299c75d8932485e5a43eccef7506667ad SHA512 2d1d4c469d8581239ec21f128e94ab452b398903302f82ef59ce03d6fb89bc89de6441dbe53ea99d7689866f7aec485ab1ec9c537908f21eb1394650b55413ba
+DIST ragel-7.0.0.12.tar.gz 1543127 BLAKE2B c3024c55eb5397f78159da83e318923529d3c1f10cc802564ac13c39b18c261166e27e4f315bbaa49e7eb9afa6840ca72aa62d7ae14d46f20865db64e3ab6759 SHA512 32ec90eddfd209e50995f21b9a5fcddd2b94279828227d367d990d7bfa8e4412682631d4e6ae5081871bac23d96153b96fb4494b991c70bf38df8cc0ddc8866d
DIST ragel-7.0.0.9.tar.gz 850078 BLAKE2B 0e7d458e9f78fc7e0fb2e9a0c6fdd3f3789a9104f4441bc878ac64d077dee716e27d3a54c3898fcf1e4ba56b8d46d956a36b92258750f2541fd96f951038d852 SHA512 87de7d41af4a08f09d422a0e58820f9b5b1218acc4733c58690feea4f872790813b5f2d7505ce147a2a6e1bcd341926c35fed7c6b55f543bdf864b119868bcde
diff --git a/dev-util/ragel/ragel-7.0.0.12.ebuild b/dev-util/ragel/ragel-7.0.0.12.ebuild
new file mode 100644
index 00000000000..54a162204d5
--- /dev/null
+++ b/dev-util/ragel/ragel-7.0.0.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Compiles finite state machines from regular languages into executable code"
+HOMEPAGE="https://www.colm.net/open-source/ragel/"
+SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="vim-syntax"
+
+DEPEND="~dev-util/colm-0.13.0.7"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ if use vim-syntax; then
+ insinto /usr/share/vim/vimfiles/syntax
+ doins ragel.vim
+ fi
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-07-10 12:36 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-10 12:36 Luca Barbato [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-09 22:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/ Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-03-09 22:23 Sam James
2024-02-29 7:34 Sam James
2024-02-29 7:34 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-17 0:05 Sam James
2023-11-13 7:34 Sam James
2022-12-25 10:07 Fabian Groffen
2022-04-19 18:34 Sam James
2022-04-19 12:46 Arthur Zamarin
2022-04-18 9:28 Agostino Sarubbo
2022-04-18 9:27 Agostino Sarubbo
2022-04-18 9:26 Agostino Sarubbo
2022-04-17 19:38 Sam James
2021-09-07 17:24 Marek Szuba
2021-08-29 14:16 Fabian Groffen
2021-05-29 15:33 Sam James
2021-05-29 6:39 Sam James
2021-05-28 19:11 Sam James
2021-05-28 2:27 Sam James
2021-03-08 14:15 Sam James
2021-03-02 19:08 Sergei Trofimovich
2021-02-27 1:00 Sam James
2021-02-25 4:22 Sam James
2021-02-25 4:18 Sam James
2021-02-25 3:55 Sam James
2021-02-22 7:57 Joshua Kinard
2021-02-21 8:02 Sam James
2021-01-19 19:17 Sam James
2021-01-18 23:05 Sam James
2021-01-18 23:05 Sam James
2021-01-18 22:57 Sam James
2021-01-06 22:55 Fabian Groffen
2021-01-05 20:51 Sam James
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03 9:15 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 23:00 Sam James
2020-12-29 21:26 Sam James
2020-12-29 21:24 Sam James
2020-12-29 8:36 Sam James
2020-12-27 16:38 Fabian Groffen
2020-12-10 2:13 Matt Turner
2020-12-08 21:47 Sam James
2020-12-07 3:54 Sam James
2020-07-20 6:42 Agostino Sarubbo
2020-07-18 17:06 Sam James
2020-07-14 16:38 Sergei Trofimovich
2020-07-14 15:22 Sam James
2020-07-13 16:59 Sam James
2020-07-13 16:30 Sam James
2020-07-12 12:34 Sergei Trofimovich
2020-07-11 3:39 Sam James
2020-07-10 12:36 Luca Barbato
2019-10-20 11:34 David Seifert
2019-10-20 11:34 David Seifert
2019-06-24 15:14 Michael Haubenwallner
2019-06-03 11:00 Agostino Sarubbo
2019-01-16 21:37 Mart Raudsepp
2017-12-24 22:28 Mike Gilbert
2017-12-06 22:44 Sergei Trofimovich
2017-11-18 9:53 Sergei Trofimovich
2017-10-19 5:00 Markus Meier
2017-10-04 8:13 Sergei Trofimovich
2017-10-03 8:25 Sergei Trofimovich
2017-10-02 23:45 Thomas Deutschmann
2017-10-02 13:58 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-09-01 9:09 Luca Barbato
2017-07-26 10:32 Lars Wendler
2017-07-12 7:50 Sergei Trofimovich
2017-06-26 10:03 Alexis Ballier
2017-03-01 13:05 Michael Weber
2017-03-01 13:05 Michael Weber
2017-01-04 12:34 David Seifert
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=1594384536.d7da2142bac96b697a4ed922b4fc1bf4332cefd5.lu_zero@gentoo \
--to=lu_zero@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