* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/
@ 2024-07-16 13:37 Eli Burch
0 siblings, 0 replies; 4+ messages in thread
From: Eli Burch @ 2024-07-16 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 66942c65d7ac710d720191cbc67bfddadcba6c29
Author: Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Tue Jul 16 13:36:36 2024 +0000
Commit: Eli Burch <redawl <AT> burchbytes <DOT> 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 <eli.burch <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>eli.burch@burchbytes.com</email>
+ <name>Eli Burch</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Dav1dde/glad</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/
@ 2024-07-17 0:13 Eli Burch
0 siblings, 0 replies; 4+ messages in thread
From: Eli Burch @ 2024-07-17 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 1276c9a475c67f7f45f31f9979942dd9d56aa7ec
Author: Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Wed Jul 17 00:12:59 2024 +0000
Commit: Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Wed Jul 17 00:13:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1276c9a4
media-libs/glad: use distutils-r1_src_prepare
Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>
media-libs/glad/glad-2.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/glad/glad-2.0.6.ebuild b/media-libs/glad/glad-2.0.6.ebuild
index f320def3d..d9c12b69c 100644
--- a/media-libs/glad/glad-2.0.6.ebuild
+++ b/media-libs/glad/glad-2.0.6.ebuild
@@ -20,7 +20,7 @@ DEPEND="dev-python/jinja"
RDEPEND="${DEPEND}"
src_prepare(){
- default
+ distutils-r1_src_prepare
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/
@ 2024-09-06 12:06 Eli Burch
0 siblings, 0 replies; 4+ messages in thread
From: Eli Burch @ 2024-09-06 12:06 UTC (permalink / raw
To: gentoo-commits
commit: f2cd9fb9b2ec793b1a78ef4000cd66be61bc233f
Author: Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Fri Sep 6 12:04:20 2024 +0000
Commit: Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Fri Sep 6 12:04:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2cd9fb9
media-libs/glad: add 2.0.7
Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>
media-libs/glad/Manifest | 1 +
media-libs/glad/glad-2.0.7.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/media-libs/glad/Manifest b/media-libs/glad/Manifest
index 0ab7c62fc..91fb0982a 100644
--- a/media-libs/glad/Manifest
+++ b/media-libs/glad/Manifest
@@ -1 +1,2 @@
DIST glad-2.0.6.tar.gz 633949 BLAKE2B d18a9ee4445a603d1f277db24bca9e21bb87f919fa366ee307dba21ffbfef7be690c3e924ab405c54a9cd8dc1d487297586020a04e04afe48779fdb39f9b81dd SHA512 ad7e0544fdd07ba7e091ed8a985deb27f05affb0a830b8132d7c03d6690b57139b25433303260e3affba7b11c0dad38358fcd4ff5b7b30e7ca193e8beed8db48
+DIST glad-2.0.7.tar.gz 634044 BLAKE2B b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0 SHA512 6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1
diff --git a/media-libs/glad/glad-2.0.7.ebuild b/media-libs/glad/glad-2.0.7.ebuild
new file mode 100644
index 000000000..d9c12b69c
--- /dev/null
+++ b/media-libs/glad/glad-2.0.7.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(){
+ distutils-r1_src_prepare
+
+ 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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/
@ 2024-09-29 14:57 Eli Burch
0 siblings, 0 replies; 4+ messages in thread
From: Eli Burch @ 2024-09-29 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 6d173fbed08d3c20266c2825f05c414dab51d689
Author: Eli Burch <eli.burch <AT> burchbytes <DOT> com>
AuthorDate: Sun Sep 29 14:55:49 2024 +0000
Commit: Eli Burch <redawl <AT> burchbytes <DOT> com>
CommitDate: Sun Sep 29 14:55:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d173fbe
media-libs/glad: add 2.0.8, drop 2.0.6
Signed-off-by: Eli Burch <eli.burch <AT> burchbytes.com>
media-libs/glad/Manifest | 2 +-
media-libs/glad/{glad-2.0.6.ebuild => glad-2.0.8.ebuild} | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-libs/glad/Manifest b/media-libs/glad/Manifest
index 91fb0982a..20bff6008 100644
--- a/media-libs/glad/Manifest
+++ b/media-libs/glad/Manifest
@@ -1,2 +1,2 @@
-DIST glad-2.0.6.tar.gz 633949 BLAKE2B d18a9ee4445a603d1f277db24bca9e21bb87f919fa366ee307dba21ffbfef7be690c3e924ab405c54a9cd8dc1d487297586020a04e04afe48779fdb39f9b81dd SHA512 ad7e0544fdd07ba7e091ed8a985deb27f05affb0a830b8132d7c03d6690b57139b25433303260e3affba7b11c0dad38358fcd4ff5b7b30e7ca193e8beed8db48
DIST glad-2.0.7.tar.gz 634044 BLAKE2B b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0 SHA512 6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1
+DIST glad-2.0.8.tar.gz 645593 BLAKE2B cceee457246dd6edf03da895dc7fd8e7a8e9ab616b88e9703377a5749f827476d743b80a6a3753276b69ffa7987be523e6590d14c756e8d2afc799fdf01d655b SHA512 ec964d0080c9714803f0464492b237039d2bede805d21aa9e487f3bf910447fd6440eeca59f3795dc4d5dd3b3df35101714fa21ea19eb29f6a021864a2310acd
diff --git a/media-libs/glad/glad-2.0.6.ebuild b/media-libs/glad/glad-2.0.8.ebuild
similarity index 89%
rename from media-libs/glad/glad-2.0.6.ebuild
rename to media-libs/glad/glad-2.0.8.ebuild
index d9c12b69c..1f8842fa1 100644
--- a/media-libs/glad/glad-2.0.6.ebuild
+++ b/media-libs/glad/glad-2.0.8.ebuild
@@ -23,5 +23,4 @@ src_prepare(){
distutils-r1_src_prepare
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
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-29 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 13:37 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/ Eli Burch
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 0:13 Eli Burch
2024-09-06 12:06 Eli Burch
2024-09-29 14:57 Eli Burch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox