mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
01d403fd02
commit
834b2aa4e2
@ -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 **"
|
||||
Loading…
x
Reference in New Issue
Block a user