diff options
author | 2023-08-02 21:31:49 +0200 | |
---|---|---|
committer | 2023-08-02 21:35:17 +0200 | |
commit | 43fe21466256bd77e35f40d7d480dc1d1dea36f9 (patch) | |
tree | 531881a7e22f298e971bd658143f6236f9adf832 /dev-libs/cglm | |
parent | net-misc/owncloud-client: add 4.1.0.11250 (diff) | |
download | gentoo-43fe21466256bd77e35f40d7d480dc1d1dea36f9.tar.gz gentoo-43fe21466256bd77e35f40d7d480dc1d1dea36f9.tar.bz2 gentoo-43fe21466256bd77e35f40d7d480dc1d1dea36f9.zip |
dev-libs/cglm: drop 0.8.9
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'dev-libs/cglm')
-rw-r--r-- | dev-libs/cglm/cglm-0.8.9.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
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 c08a2059bd9c..000000000000 --- a/dev-libs/cglm/cglm-0.8.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit 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_configure() { - local emesonargs=( - "-Dwerror=false" - $(meson_use test build_tests) - ) - meson_src_configure -} |