From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/
Date: Sun, 1 Dec 2024 11:45:38 +0000 (UTC) [thread overview]
Message-ID: <1733053479.7b8f35208004dc468b464d7a16e10cfa51ad1d2f.sam@gentoo> (raw)
commit: 7b8f35208004dc468b464d7a16e10cfa51ad1d2f
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Nov 25 00:00:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 11:44:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8f3520
dev-libs/gumbo: add 0.12.2
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/39463
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/gumbo/Manifest | 1 +
dev-libs/gumbo/gumbo-0.12.2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-libs/gumbo/Manifest b/dev-libs/gumbo/Manifest
index ab8d957c6e11..49b0f1601083 100644
--- a/dev-libs/gumbo/Manifest
+++ b/dev-libs/gumbo/Manifest
@@ -1 +1,2 @@
DIST gumbo-0.12.1.tar.gz 2115338 BLAKE2B 8c2d119ff622bb07a2d4f0a04b4e3d1db1d3609632f540618dcb47a94f3b0ef4bb72fae8f74e2dbe43b4a2311421eee5b4d371475efda068a04ac5e8f8b9b304 SHA512 df74bf00b20152306b71db5659d4bf35ef6098ad6937925301ee48c96772607d2ab8e49a5b262caa27a72d5f267762c85e1434690e6abbf7e67d63c4713346d7
+DIST gumbo-0.12.2.tar.gz 2113915 BLAKE2B b2bdcdba3746c2cc1e7bc09b9ee8409b2f03fad0ad42d95aed8fbcef1696d43d571898a1f5323b2aeab4d8a955a6ce89da30a1643edb0fc9b19027002740aa19 SHA512 258d93c0404b7dc35e1088cded02a394b2cbd0d08f3e7d0a3e32d859c2032efcc831687c7bc749e9bddb60d4f910bab741007bed1117d486a0d3fd194e22f4e7
diff --git a/dev-libs/gumbo/gumbo-0.12.2.ebuild b/dev-libs/gumbo/gumbo-0.12.2.ebuild
new file mode 100644
index 000000000000..0bef4a333911
--- /dev/null
+++ b/dev-libs/gumbo/gumbo-0.12.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
+HOMEPAGE="https://codeberg.org/grisha/gumbo-parser"
+SRC_URI="https://codeberg.org/grisha/gumbo-parser/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/gumbo-parser"
+
+LICENSE="Apache-2.0"
+SLOT="0/2" # gumbo SONAME
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+BDEPEND="doc? ( app-text/doxygen )"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_compile() {
+ default
+
+ if use doc; then
+ doxygen || die "doxygen failed"
+ HTML_DOCS=( docs/html/. )
+ fi
+}
+
+src_install() {
+ default
+ use doc && doman docs/man/man3/*
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-12-01 11:45 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-01 11:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/ Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-03-02 20:41 Sam James
2024-03-02 14:16 Arthur Zamarin
2024-02-24 6:42 Joonas Niilola
2024-02-24 6:24 Joonas Niilola
2024-02-23 6:50 Sam James
2024-02-23 6:50 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2023-07-16 23:47 Sam James
2023-07-07 0:45 Sam James
2023-06-17 8:47 Hans de Graaff
2023-04-07 18:25 Sam James
2022-11-03 2:05 WANG Xuerui
2021-07-19 14:24 Yixun Lan
2020-12-13 1:06 Sam James
2020-12-07 2:25 Matt Turner
2020-11-15 23:24 David Seifert
2020-10-20 17:41 Sergei Trofimovich
2020-10-19 3:19 Sam James
2020-10-18 23:55 Sam James
2020-10-15 22:33 Sergei Trofimovich
2020-10-15 22:29 Sergei Trofimovich
2020-10-15 22:24 Sergei Trofimovich
2020-10-14 19:53 Sam James
2020-10-14 19:30 Sam James
2020-10-14 18:32 Sam James
2020-10-14 18:32 Sam James
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2017-07-20 6:25 Hans de Graaff
2017-05-06 22:20 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=1733053479.7b8f35208004dc468b464d7a16e10cfa51ad1d2f.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