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 3BDCC1581C1 for ; Tue, 16 Jul 2024 13:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245B32BC024; Tue, 16 Jul 2024 13:37:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C14BB2BC024 for ; Tue, 16 Jul 2024 13:37:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 901FC335D0F for ; Tue, 16 Jul 2024 13:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA925109C for ; Tue, 16 Jul 2024 13:37:11 +0000 (UTC) From: "Eli Burch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Burch" Message-ID: <1721136996.66942c65d7ac710d720191cbc67bfddadcba6c29.redawl@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/glad/Manifest media-libs/glad/glad-2.0.6.ebuild media-libs/glad/metadata.xml X-VCS-Directories: media-libs/glad/ X-VCS-Committer: redawl X-VCS-Committer-Name: Eli Burch X-VCS-Revision: 66942c65d7ac710d720191cbc67bfddadcba6c29 X-VCS-Branch: dev Date: Tue, 16 Jul 2024 13:37:11 +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: 5498fc3c-a0bb-405e-806b-8099e7acac62 X-Archives-Hash: 6f70ef551f6545614f759ec31092bd81 commit: 66942c65d7ac710d720191cbc67bfddadcba6c29 Author: Eli Burch burchbytes com> AuthorDate: Tue Jul 16 13:36:36 2024 +0000 Commit: Eli Burch burchbytes com> CommitDate: Tue Jul 16 13:36:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66942c65 media-libs/glad: new package, add 2.0.6 Signed-off-by: Eli Burch burchbytes.com> media-libs/glad/Manifest | 1 + media-libs/glad/glad-2.0.6.ebuild | 27 +++++++++++++++++++++++++++ media-libs/glad/metadata.xml | 11 +++++++++++ 3 files changed, 39 insertions(+) diff --git a/media-libs/glad/Manifest b/media-libs/glad/Manifest new file mode 100644 index 000000000..0ab7c62fc --- /dev/null +++ b/media-libs/glad/Manifest @@ -0,0 +1 @@ +DIST glad-2.0.6.tar.gz 633949 BLAKE2B d18a9ee4445a603d1f277db24bca9e21bb87f919fa366ee307dba21ffbfef7be690c3e924ab405c54a9cd8dc1d487297586020a04e04afe48779fdb39f9b81dd SHA512 ad7e0544fdd07ba7e091ed8a985deb27f05affb0a830b8132d7c03d6690b57139b25433303260e3affba7b11c0dad38358fcd4ff5b7b30e7ca193e8beed8db48 diff --git a/media-libs/glad/glad-2.0.6.ebuild b/media-libs/glad/glad-2.0.6.ebuild new file mode 100644 index 000000000..f320def3d --- /dev/null +++ b/media-libs/glad/glad-2.0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{12..13} ) +DISTUTILS_USE_PEP517="setuptools" + +inherit distutils-r1 + +DESCRIPTION="Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator" +HOMEPAGE="https://github.com/Dav1dde/glad" +SRC_URI="https://github.com/Dav1dde/glad/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/jinja" +RDEPEND="${DEPEND}" + +src_prepare(){ + default + + sed -i 's@level=logging.DEBUG@level=logging.WARN@g' "glad/__main__.py" || die + sed -i 's@find_packages@find_namespace_packages@g' "setup.py" || die +} diff --git a/media-libs/glad/metadata.xml b/media-libs/glad/metadata.xml new file mode 100644 index 000000000..c84c2aac3 --- /dev/null +++ b/media-libs/glad/metadata.xml @@ -0,0 +1,11 @@ + + + + + eli.burch@burchbytes.com + Eli Burch + + + Dav1dde/glad + +