logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 6ddd4d99c41a5238c5295f05e7f19e62c2760157
parent ad7edd95f3bf7ab8cee3da8f61512b24a71ec784
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 26 Feb 2023 16:38:31 +0100

media-libs/cglm: treeclean

Diffstat:

Dmedia-libs/cglm/Manifest1-
Dmedia-libs/cglm/cglm-0.7.9.ebuild19-------------------
2 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/media-libs/cglm/Manifest b/media-libs/cglm/Manifest @@ -1 +0,0 @@ -DIST cglm-0.7.9.tar.gz 227949 BLAKE2B 97c5c569072205d86b0c0393c574e57609a5235eb4d17c50a6f568e02026e4c03d4575ab4dc3fe9b75713da587c76f32c9731a58472f102ddadea9708668a3c7 SHA512 c35748c317c36ca077b8cea96329bd141b5efdad2b2939d58f398628166813138ed9bcb2d061db1d8efa6d11cc4ffbd426dae0654c004d19a13637c2f36e3134 diff --git a/media-libs/cglm/cglm-0.7.9.ebuild b/media-libs/cglm/cglm-0.7.9.ebuild @@ -1,19 +0,0 @@ -# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="OpenGL Mathematics (glm) for C" -HOMEPAGE="https://github.com/recp/cglm" -SRC_URI="https://github.com/recp/cglm/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_prepare() { - default - eautoreconf -}