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-libs/pegtl/
Date: Sat, 23 Nov 2024 20:52:42 +0000 (UTC)	[thread overview]
Message-ID: <1732395132.52c02027354e53c85ee364250b621d800ca13d6d.sam@gentoo> (raw)

commit:     52c02027354e53c85ee364250b621d800ca13d6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 20:52:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 20:52:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c02027

dev-libs/pegtl: add 3.2.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/pegtl/Manifest           |  1 +
 dev-libs/pegtl/pegtl-3.2.8.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/pegtl/Manifest b/dev-libs/pegtl/Manifest
index fefd9ccb26cb..56ab343d3466 100644
--- a/dev-libs/pegtl/Manifest
+++ b/dev-libs/pegtl/Manifest
@@ -1,2 +1,3 @@
 DIST pegtl-2.8.3.tar.gz 201531 BLAKE2B 093d1b5f7d1f95fa00abdae9c24d24ba9ffd8510d6512c3460374f19b12d50403c19301645c5f6fc4d697cc687079c5b0d23c32b5775b30fbf05a154aeec2c19 SHA512 9f7644b86741dfe61716bbc43b2ea0a02cfc21eaf229c47cc71a49e2f08bf2c1ff37d2b2242a1bcf518b1893be6b82c27b0e9010a1b47ef8df87ffd90d280f71
 DIST pegtl-3.2.7.tar.gz 249394 BLAKE2B d095ef337e1ff9e01692f07d0b110a685cbe447c36d7d294d0f18a15e076d15112b300232c5b4872b4a0b51d375799fc73261bff31c5b970a3d05b90b0ae6062 SHA512 e996be569e1c25377b13870c4f3e59f1935bbf24bb7c6edca0edc85b304fbe3d05db52a303839b0bd50c78769b773fc2237814787a703c58de8a79398210ee34
+DIST pegtl-3.2.8.tar.gz 249571 BLAKE2B a0848ee9259ff5d498398dd2b2dec0c002c1945f4bb80de6c8fa7e5ecc94ec176203cd7c9117411bab37ab53fa17c16a7cf7aae90dd6215673deeb3ea94c43cb SHA512 aecf9396edbdd65549603484d1841cd676b197d164ee2979ee5acaf657da4fa9ebc1a59fc8550cfa440ce27794cdc59cdf86a6521e4bda084c0600cb2c92f5cf

diff --git a/dev-libs/pegtl/pegtl-3.2.8.ebuild b/dev-libs/pegtl/pegtl-3.2.8.ebuild
new file mode 100644
index 000000000000..86671375bbfd
--- /dev/null
+++ b/dev-libs/pegtl/pegtl-3.2.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Header-only library for creating parsers according to Parsing Expression Grammar"
+HOMEPAGE="https://github.com/taocpp/PEGTL"
+SRC_URI="https://github.com/taocpp/PEGTL/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P^^}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.2.1-werror.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DPEGTL_INSTALL_CMAKE_DIR="$(get_libdir)/cmake/${PN}"
+		-DPEGTL_INSTALL_DOC_DIR="share/doc/${PF}"
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-11-23 20:52 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-23 20:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 22:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pegtl/ Sam James
2024-08-29 19:03 Andreas Sturmlechner
2024-05-07 13:12 Andrew Ammerlaan
2024-05-07 12:52 Andrew Ammerlaan
2024-04-09 17:32 Arthur Zamarin
2023-03-05  4:13 Sam James
2022-05-19 12:12 Joonas Niilola
2022-02-05 17:27 Jakov Smolić
2021-09-20 18:15 Andreas K. Hüttel
2021-09-20 17:51 Andreas K. Hüttel
2021-09-10 23:04 Marek Szuba
2021-09-10 22:51 Marek Szuba
2021-05-25 10:47 Sam James
2021-02-22 18:57 Sam James
2021-01-24 13:49 David Seifert
2020-12-27  0:43 Sam James
2020-12-26 23:46 Andreas Sturmlechner
2020-07-10 11:53 Andreas Sturmlechner
2020-07-10 11:53 Andreas Sturmlechner
2020-06-01 20:39 Christoph Junghans
2017-06-27 20:32 Christoph Junghans
2017-05-22 19:35 Christoph Junghans
2017-05-21 19:21 Christoph Junghans
2017-04-17 16:36 Christoph Junghans
2017-01-10 21:57 Christoph Junghans
2016-12-06  0:22 Christoph Junghans

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=1732395132.52c02027354e53c85ee364250b621d800ca13d6d.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