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: Sat,  4 Feb 2023 19:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1675538765.8c0b48af7a3090c95ecd3e2226bf6cb5ab7e22e4.freyermuth@gentoo> (raw)

commit:     8c0b48af7a3090c95ecd3e2226bf6cb5ab7e22e4
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Feb  4 19:26:05 2023 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Sat Feb  4 19:26:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c0b48af

dev-libs/cglm: drop 0.8.7

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 dev-libs/cglm/Manifest          |  1 -
 dev-libs/cglm/cglm-0.8.7.ebuild | 46 -----------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest
index e2234184b..05dcd5ca9 100644
--- a/dev-libs/cglm/Manifest
+++ b/dev-libs/cglm/Manifest
@@ -1,3 +1,2 @@
-DIST cglm-0.8.7.tar.gz 630522 BLAKE2B 063daa82a52136bb8f19ac120afa3813e2a5edab8db161fe87de6217402b37be4db0e904619659e2bd4a4c152dd47d5aeba704aec326b7d5d100c9957932ff1f SHA512 658b9af42111a4e2f68a3fe0665d51a5b2b34abefa404374d843d5b5506eac51d07e9e29549e69683d18982856e175573d218ceb55617870f239c00b1bf6bc0f
 DIST cglm-0.8.8.tar.gz 631074 BLAKE2B 381de733722ef7cc7deb8799da2e7ccb2efeec1fd8cf9322c98216e796b829d4b81208e93c6b0e4f14b868fe60d498142b59c5de48e578df656333f4196967f9 SHA512 a89f76378aee6ee8a7a38b9ce975bff1873590b4cb83daaf658b2875578758d05e15e92ef7141df3109ee37e6b097eda0bb2e60b13fdeca536a72053145c5ece
 DIST cglm-0.8.9.tar.gz 631331 BLAKE2B 17f6f8d379aa81ee9327315b121cc7629fcc394fe032c1e1540e5153b2d3b0a2129f27eb46a8ae4323aa826b2bfff310b9039f78953d52d0bd994ba493fcdbd9 SHA512 ac0a042d61c60eac7d6616e5bc0f5c3e77b1a45f58f6732b34edc9a0d714046777e4b490200a3b54c6325ddad5b5faeb3648a299685f748f8b0618ce66a9a7f4

diff --git a/dev-libs/cglm/cglm-0.8.7.ebuild b/dev-libs/cglm/cglm-0.8.7.ebuild
deleted file mode 100644
index ddb415056..000000000
--- a/dev-libs/cglm/cglm-0.8.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2019-2022 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_{8..11} )
-
-inherit python-any-r1
-inherit docs 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"
-
-src_prepare() {
-	default
-	# Enable autodoc since themeing plugin is used.
-	sed -i "s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#" docs/source/conf.py || die
-}
-
-src_configure() {
-	local emesonargs=(
-		"-Dwerror=false"
-	)
-	meson_src_configure
-}
-
-src_compile() {
-	default
-	meson_src_compile
-	docs_compile
-}


             reply	other threads:[~2023-02-04 19:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04 19:26 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
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-30 13:37 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=1675538765.8c0b48af7a3090c95ecd3e2226bf6cb5ab7e22e4.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