From 0952745ce7bad1baad3baec0c01ab4f31841bf70 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 25 Feb 2023 05:02:23 +0500 Subject: [PATCH] dev-libs/cglm: treeclean (in ::gentoo now) Signed-off-by: Anna (cybertailor) Vyalkova --- 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(-) delete mode 100644 dev-libs/cglm/Manifest delete mode 100644 dev-libs/cglm/cglm-0.8.8.ebuild delete mode 100644 dev-libs/cglm/cglm-0.8.9.ebuild delete mode 100644 dev-libs/cglm/cglm-9999.ebuild delete mode 100644 dev-libs/cglm/metadata.xml diff --git a/dev-libs/cglm/Manifest b/dev-libs/cglm/Manifest deleted file mode 100644 index 05dcd5ca98..0000000000 --- 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 6c3dd814c3..0000000000 --- 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 614d475d7f..0000000000 --- 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 6c3dd814c3..0000000000 --- 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 b063dadad5..0000000000 --- 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. - -