public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/
Date: Sun, 30 May 2021 13:37:48 +0000 (UTC)	[thread overview]
Message-ID: <1622381863.0947a2e5486efd520c3f1217ebd330f38ceed314.freyermuth@gentoo> (raw)

commit:     0947a2e5486efd520c3f1217ebd330f38ceed314
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sun May 30 13:37:43 2021 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Sun May 30 13:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0947a2e5

dev-libs/cglm: version bump to 0.8.3.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 dev-libs/cglm/Manifest          |  1 +
 dev-libs/cglm/cglm-0.8.3.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
index 1b93ded5f..0f5c7fae7 100644
--- a/dev-libs/cglm/Manifest
+++ b/dev-libs/cglm/Manifest
@@ -1 +1,2 @@
 DIST cglm-0.8.2.tar.gz 231038 BLAKE2B 138a3aec9446e0588b0fc43462f05caf901ac8d03337120e477ec91df2bb0f65aea43921384eeb3d07d63dc4cd8b6ec016d55d6a40ab1e8db4fd6c74131817b9 SHA512 9ed9661f69fc46c7f0fe8468ec7cdf4071118adaa06b97f99134f5d04a0f7b21158df479f678f78e927c6e4a5d2e6f38c2e8d38ef40ab1f04b2b721af3e7a152
+DIST cglm-0.8.3.tar.gz 246664 BLAKE2B 70e89d8926b3470c32ef847d2076fb1d8cbce0b0aa726f84c0bcf0207419b3ee7d70f1bfb40b1598827cd74c1b3482d86d0bb4cb3c77c3667ae341829580cca6 SHA512 71062814637e2523b2632980384fa58a639cdc1bbe8b647e7826fe334a53cd880bd5b29baac7d5eaff2bb009a97830c76b239e7273af46908ad7ab52cc8b8173

diff --git a/dev-libs/cglm/cglm-0.8.3.ebuild b/dev-libs/cglm/cglm-0.8.3.ebuild
new file mode 100644
index 000000000..4009cf449
--- /dev/null
+++ b/dev-libs/cglm/cglm-0.8.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/recp/cglm.git"
+else
+	SRC_URI="https://github.com/recp/cglm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="OpenGL Mathematics (glm) for C"
+HOMEPAGE="https://github.com/recp/cglm"
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="doc"
+
+BDEPEND="dev-util/meson
+	doc? ( dev-python/sphinx )"
+
+src_configure() {
+	local emesonargs=(
+		"-Dwerror=false"
+	)
+	meson_src_configure
+}
+
+src_compile() {
+	default
+	meson_src_compile
+	if use doc; then
+		einfo "Building documentation ..."
+		local doc_dir="${S}/docs"
+		cd "${doc_dir}" || die "Cannot chdir into \"${doc_dir}\"!"
+		sphinx-build -b html source build || die "Building documentation failed!"
+	fi
+}
+
+src_install() {
+	use doc && local HTML_DOCS=( "${S}/docs/build/." )
+	default
+	meson_src_install
+}


             reply	other threads:[~2021-05-30 13:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 13:37 Oliver Freyermuth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25  0:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/ Anna Vyalkova
2023-02-04 19:26 Oliver Freyermuth
2023-02-04 19:26 Oliver Freyermuth
2022-12-15 21:24 Oliver Freyermuth
2022-12-15 21:24 Oliver Freyermuth
2022-10-30 14:08 Oliver Freyermuth
2022-10-26 20:27 Oliver Freyermuth
2022-10-26 20:27 Oliver Freyermuth
2022-10-23 17:46 Oliver Freyermuth
2022-10-23 17:46 Oliver Freyermuth
2022-06-01  5:03 Anna Vyalkova
2022-03-20 19:37 Oliver Freyermuth
2022-03-20 19:37 Oliver Freyermuth
2021-08-18 15:00 Oliver Freyermuth
2021-05-30 15:04 Oliver Freyermuth
2021-05-02 13:06 Oliver Freyermuth
2021-05-01 15:35 Oliver Freyermuth

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=1622381863.0947a2e5486efd520c3f1217ebd330f38ceed314.freyermuth@gentoo \
    --to=o.freyermuth@googlemail.com \
    --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