commit: 834b2aa4e228e32ddd2f9ada22c5c2e440140212 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Fri Oct 17 09:29:03 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Oct 17 14:31:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834b2aa4
dev-libs/collada-dom: drop unused patches Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44218 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/collada-dom/files/take_snapshot.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-libs/collada-dom/files/take_snapshot.sh b/dev-libs/collada-dom/files/take_snapshot.sh deleted file mode 100755 index fcf9c75e3423..000000000000 --- a/dev-libs/collada-dom/files/take_snapshot.sh +++ /dev/null @@ -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 **"
