public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/
Date: Sun, 21 Feb 2021 08:02:47 +0000 (UTC)	[thread overview]
Message-ID: <1613894562.3ad3ad5bc43b210d3bc649c46feb1f828254b6cc.sam@gentoo> (raw)

commit:     3ad3ad5bc43b210d3bc649c46feb1f828254b6cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 08:00:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 08:02:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad3ad5b

dev-util/ragel: bump to 7.0.4

See: https://github.com/adrian-thurston/ragel/issues/63
Bug: https://bugs.gentoo.org/766327
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/ragel/Manifest           |  1 +
 dev-util/ragel/ragel-7.0.4.ebuild | 61 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/dev-util/ragel/Manifest b/dev-util/ragel/Manifest
index bf76e35d2d5..a91728a7329 100644
--- a/dev-util/ragel/Manifest
+++ b/dev-util/ragel/Manifest
@@ -1,3 +1,4 @@
 DIST ragel-6.10.tar.gz 1232993 BLAKE2B 401e7a53b062ecd7ec98337866eb2dc0af0ac90e5d04ee304fd2a867b7b6f390985297a7ed57ce65e88b719598efbdd431bac8f53cee24199b795deb0e89da6b SHA512 6c1fe4f6fa8546ae28b92ccfbae94355ff0d3cea346b9ae8ce4cf6c2bdbeb823e0ccd355332643ea72d3befd533a8b3030ddbf82be7ffa811c2c58cbb01aaa38
 DIST ragel-7.0.0.12.tar.gz 1543127 BLAKE2B c3024c55eb5397f78159da83e318923529d3c1f10cc802564ac13c39b18c261166e27e4f315bbaa49e7eb9afa6840ca72aa62d7ae14d46f20865db64e3ab6759 SHA512 32ec90eddfd209e50995f21b9a5fcddd2b94279828227d367d990d7bfa8e4412682631d4e6ae5081871bac23d96153b96fb4494b991c70bf38df8cc0ddc8866d
 DIST ragel-7.0.3.tar.gz 1656577 BLAKE2B 3a9ce560894714a3801039fb944d3c914f2647a0b76bba4a7b790f8d569eb2e9eb807ab4d8af067560b274692be2d98c5dc28632e11c853893971585e847d48e SHA512 16bcb4b44a3ca94918d6c3e4bce468620cc691bf74cb69f0a264c41cbcffd595f897aa18e300952b60a68e680e1223532bbf9e500168d35d92a6559c190f6e78
+DIST ragel-7.0.4.tar.gz 1656687 BLAKE2B d96444f6b8dc356b9effa6c5032952ffb2526833f90fcb63c7f6c293a73a70ba057995426ba789d237c61dee5e3aa1ab53ec3193bd31c9c4b994193910219d13 SHA512 effa7021f5ce854ab9d2346c6cd8105ad6cbcbbbf59023c9cc704dc9720969221c9eb1e2c776063fcb6375900d457183f63892505615a878fc52c0f238f6921c

diff --git a/dev-util/ragel/ragel-7.0.4.ebuild b/dev-util/ragel/ragel-7.0.4.ebuild
new file mode 100644
index 00000000000..6bc3ca4a603
--- /dev/null
+++ b/dev-util/ragel/ragel-7.0.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+# Notes from bug #766090
+# dev-libs/libxml2's xmllint ends up being called by asciidoc here
+# app-text/dblatex too
+# app-text/ghostscript-gpl too
+BDEPEND="
+	doc? (
+		|| ( app-text/asciidoc dev-ruby/asciidoctor )
+		app-text/dblatex
+		app-text/ghostscript-gpl
+		dev-libs/libxml2
+		dev-texlive/texlive-latex
+		dev-python/pygments
+		media-gfx/transfig
+	)
+"
+DEPEND="~dev-util/colm-0.14.7"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	# Fix hardcoded search dir
+	sed -i -e "s:\$withval/lib:\$withval/$(get_libdir):" configure.ac || die
+
+	# Allow either asciidoctor or asciidoc
+	# bug #733426
+	sed -i -e 's/(\[ASCIIDOC\], \[asciidoc\], \[asciidoc\]/S([ASCIIDOC], [asciidoc asciidoctor]/' configure.ac || die
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-colm="${EPREFIX}/usr" \
+		$(use_enable doc manual)
+}
+
+src_install() {
+	default
+
+	insinto /usr/share/vim/vimfiles/syntax
+	doins ragel.vim
+
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2021-02-21  8:02 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21  8:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-12 14:52 [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-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-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
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=1613894562.3ad3ad5bc43b210d3bc649c46feb1f828254b6cc.sam@gentoo \
    --to=sam@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