From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pegtl/
Date: Mon, 20 Sep 2021 18:15:12 +0000 (UTC) [thread overview]
Message-ID: <1632161676.a59adb7642e7ffed7ec2d5b90479effcf3d24447.dilfridge@gentoo> (raw)
commit: a59adb7642e7ffed7ec2d5b90479effcf3d24447
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 18:14:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 18:14:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59adb76
Revert "dev-libs/pegtl: Remove old"
This reverts commit f005f84e02bd0e9f13444c49d1c295b4cb86a002.
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-libs/pegtl/Manifest | 1 +
dev-libs/pegtl/pegtl-2.8.3-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-libs/pegtl/Manifest b/dev-libs/pegtl/Manifest
index a37630ae7dd..11b322f3689 100644
--- a/dev-libs/pegtl/Manifest
+++ b/dev-libs/pegtl/Manifest
@@ -1 +1,2 @@
+DIST pegtl-2.8.3.tar.gz 201531 BLAKE2B 093d1b5f7d1f95fa00abdae9c24d24ba9ffd8510d6512c3460374f19b12d50403c19301645c5f6fc4d697cc687079c5b0d23c32b5775b30fbf05a154aeec2c19 SHA512 9f7644b86741dfe61716bbc43b2ea0a02cfc21eaf229c47cc71a49e2f08bf2c1ff37d2b2242a1bcf518b1893be6b82c27b0e9010a1b47ef8df87ffd90d280f71
DIST pegtl-3.2.0.tar.gz 233138 BLAKE2B 9be2cfcd90249fd57e08944533cb336f0617957c5571ef3d5371aa6da756a350ccb192b6e4e35da22b7b4e88b07e42f54eb5296c496a6b0feb544269a490f928 SHA512 3ec457e37d87d95f3a89c550abbf611a1ce094c2f05f6d23086e70079a9cabddb4c75e9121e764ad1768845a39e62ab49ca658ffed0f09d0e9a0e36501a162ae
diff --git a/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild b/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
new file mode 100644
index 00000000000..4321cb0d206
--- /dev/null
+++ b/dev-libs/pegtl/pegtl-2.8.3-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/PEGTL-${PV}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-cmake.patch"
+ "${FILESDIR}/${P}-gcc-10.patch" # bug 733678
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DPEGTL_INSTALL_CMAKE_DIR="$(get_libdir)/cmake/${PN}"
+ -DPEGTL_INSTALL_DOC_DIR="share/doc/${PF}"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-09-20 18:15 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 18:15 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-25 8:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pegtl/ Sam James
2025-05-25 8:22 Sam James
2025-03-10 22:43 Sam James
2024-11-23 20:52 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 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=1632161676.a59adb7642e7ffed7ec2d5b90479effcf3d24447.dilfridge@gentoo \
--to=dilfridge@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