From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C5CF15802F for ; Sat, 25 Feb 2023 00:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5293E092B; Sat, 25 Feb 2023 00:02:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E513E092B for ; Sat, 25 Feb 2023 00:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88289340F65 for ; Sat, 25 Feb 2023 00:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28EC38B7 for ; Sat, 25 Feb 2023 00:02:50 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1677283346.0952745ce7bad1baad3baec0c01ab4f31841bf70.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/cglm/Manifest dev-libs/cglm/cglm-0.8.8.ebuild dev-libs/cglm/cglm-0.8.9.ebuild dev-libs/cglm/cglm-9999.ebuild dev-libs/cglm/metadata.xml X-VCS-Directories: dev-libs/cglm/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 0952745ce7bad1baad3baec0c01ab4f31841bf70 X-VCS-Branch: dev Date: Sat, 25 Feb 2023 00:02:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73340089-2eb1-4abe-b3be-02b297502be2 X-Archives-Hash: 1682780c83d969b9af0fb5f17835ef2f commit: 0952745ce7bad1baad3baec0c01ab4f31841bf70 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 25 00:02:23 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Feb 25 00:02:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0952745c dev-libs/cglm: treeclean (in ::gentoo now) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/cglm/Manifest | 2 -- dev-libs/cglm/cglm-0.8.8.ebuild | 46 ----------------------------------------- dev-libs/cglm/cglm-0.8.9.ebuild | 46 ----------------------------------------- dev-libs/cglm/cglm-9999.ebuild | 46 ----------------------------------------- dev-libs/cglm/metadata.xml | 16 -------------- 5 files changed, 156 deletions(-) diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest deleted file mode 100644 index 05dcd5ca9..000000000 --- a/dev-libs/cglm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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.8.ebuild b/dev-libs/cglm/cglm-0.8.8.ebuild deleted file mode 100644 index 6c3dd814c..000000000 --- a/dev-libs/cglm/cglm-0.8.8.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 -} diff --git a/dev-libs/cglm/cglm-0.8.9.ebuild b/dev-libs/cglm/cglm-0.8.9.ebuild deleted file mode 100644 index 614d475d7..000000000 --- a/dev-libs/cglm/cglm-0.8.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2019-2023 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 -} diff --git a/dev-libs/cglm/cglm-9999.ebuild b/dev-libs/cglm/cglm-9999.ebuild deleted file mode 100644 index 6c3dd814c..000000000 --- a/dev-libs/cglm/cglm-9999.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 -} diff --git a/dev-libs/cglm/metadata.xml b/dev-libs/cglm/metadata.xml deleted file mode 100644 index b063dadad..000000000 --- a/dev-libs/cglm/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - o.freyermuth@googlemail.com - Oliver Freyermuth - - - https://github.com/recp/cglm/issues - https://github.com/recp/cglm/releases - recp/cglm - - - cglm is an optimized 3D math library written in C99 (compatible with C89). It is similar to original glm library except this is mainly for C. - -