From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cglm/
Date: Sun, 23 Feb 2025 22:15:22 +0000 (UTC) [thread overview]
Message-ID: <1740348917.78670435860472f26f17d3032097d77c7ee1086b.voyageur@gentoo> (raw)
commit: 78670435860472f26f17d3032097d77c7ee1086b
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 21:57:16 2025 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:15:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78670435
dev-libs/cglm: add 0.9.6
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
dev-libs/cglm/Manifest | 1 +
dev-libs/cglm/cglm-0.9.6.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
index c44c4dd3470f..013f37554579 100644
--- a/dev-libs/cglm/Manifest
+++ b/dev-libs/cglm/Manifest
@@ -1 +1,2 @@
DIST cglm-0.9.4.tar.gz 690840 BLAKE2B 407373eba01fc6867d5fa8ec418eff0f3636d919dfcedf686f29b149c0bc4c1ed8cce5b3c7a1847f9cfab35612f19709d25febad09aaa4ed9ea05e462a97d2a0 SHA512 cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
+DIST cglm-0.9.6.tar.gz 707102 BLAKE2B a51bfb6d9198f4ecf6b1bcc56b346df963e56d5229c226bfa6d3bdccfbb3e25c30e33eccfc3614402a61286e9e87dc1e63e2b8f22e4d0fd640232f40b5a4db70 SHA512 5493b9c19a9aae556e579f41687d8e7184aa0b03d4c5358975521102fe8dbb456493f858512564b2c30093bbd2ea801f0280592a54cc5454045fcac762e71eaf
diff --git a/dev-libs/cglm/cglm-0.9.6.ebuild b/dev-libs/cglm/cglm-0.9.6.ebuild
new file mode 100644
index 000000000000..8058d8aa12fc
--- /dev/null
+++ b/dev-libs/cglm/cglm-0.9.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="sphinx"
+DOCS_AUTODOC=1
+DOCS_DEPEND="dev-python/sphinx-rtd-theme"
+DOCS_DIR="${S}/docs/source"
+
+PYTHON_COMPAT=( python3_{9..12} )
+inherit python-any-r1 docs meson
+
+DESCRIPTION="OpenGL Mathematics (glm) for C"
+HOMEPAGE="https://github.com/recp/cglm"
+SRC_URI="https://github.com/recp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ default
+ # DOCS_DEPEND needs DOCS_AUTODOC which needs the extension
+ sed -i -e "/^extensions/s/$/ 'sphinx.ext.autodoc',/" docs/source/conf.py || die
+}
+src_configure() {
+ local emesonargs=(
+ $(meson_use test build_tests)
+ )
+ meson_src_configure
+}
+
+src_compile() {
+ meson_src_compile
+ docs_compile
+}
next reply other threads:[~2025-02-23 22:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 22:15 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 7:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cglm/ Bernard Cafarelli
2025-03-28 7:29 Bernard Cafarelli
2025-02-23 22:15 Bernard Cafarelli
2024-04-03 13:26 Bernard Cafarelli
2024-03-29 8:24 Bernard Cafarelli
2024-03-29 8:24 Bernard Cafarelli
2024-01-09 8:24 Bernard Cafarelli
2024-01-09 8:24 Bernard Cafarelli
2023-08-16 22:08 Bernard Cafarelli
2023-08-02 19:35 Bernard Cafarelli
2023-08-02 19:35 Bernard Cafarelli
2023-03-03 22:38 Bernard Cafarelli
2023-02-24 22:20 Sam James
2023-02-24 18:09 Arthur Zamarin
2023-02-24 18:07 Arthur Zamarin
2023-02-24 15:59 Bernard Cafarelli
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=1740348917.78670435860472f26f17d3032097d77c7ee1086b.voyageur@gentoo \
--to=voyageur@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