dev-libs/collada-dom: drop unused patches

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44218
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Paul Zander 2025-10-17 11:29:03 +02:00 committed by Andreas Sturmlechner
parent 01d403fd02
commit 834b2aa4e2
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -1,14 +0,0 @@
#!/bin/sh
VERSION=$(date +%Y%m%d)
PACKAGE="collada-dom-2.4.3_pre${VERSION}"
git clone https://github.com/rdiankov/collada-dom ${PACKAGE}
find "${PACKAGE}" -type d -name '.git' -prune -print0 | xargs -0 rm -rf
tar cJf ${PACKAGE}.tar.xz ${PACKAGE}
rm -rf ${PACKAGE}/
echo "Tarball: \"${PACKAGE}.tar.xz\""
echo "** all done **"