From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencollada/
Date: Mon, 11 Aug 2025 21:02:29 +0000 (UTC)	[thread overview]
Message-ID: <1754946120.c5451c0627d2b453d4a377d074671e23b1308ec0.asturm@gentoo> (raw)
commit:     c5451c0627d2b453d4a377d074671e23b1308ec0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 20:34:34 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 21:02:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5451c06
media-libs/opencollada: drop 1.6.68
Bug: https://bugs.gentoo.org/958737
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
 media-libs/opencollada/opencollada-1.6.68.ebuild | 84 ------------------------
 1 file changed, 84 deletions(-)
diff --git a/media-libs/opencollada/opencollada-1.6.68.ebuild b/media-libs/opencollada/opencollada-1.6.68.ebuild
deleted file mode 100644
index a6335f7755b5..000000000000
--- a/media-libs/opencollada/opencollada-1.6.68.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake edos2unix flag-o-matic
-
-DESCRIPTION="Stream based read/write library for COLLADA files"
-HOMEPAGE="http://www.opencollada.org/"
-SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="
-	dev-libs/libpcre:=
-	dev-libs/libxml2:=
-	dev-libs/zziplib
-	media-libs/lib3ds
-	sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-admin/chrpath
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/OpenCOLLADA-${PV}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fix-null-conversion.patch"
-	"${FILESDIR}/${P}-cmake-fixes.patch"
-	"${FILESDIR}/${PN}-1.6.63-pcre-fix.patch"
-	"${FILESDIR}/${PN}-1.6.68-gcc13.patch"
-	"${FILESDIR}/${PN}-1.6.68-werror.patch"
-)
-
-src_prepare() {
-	edos2unix CMakeLists.txt
-
-	cmake_src_prepare
-
-	# Remove bundled depends that have portage equivalents
-	rm -rv Externals/{expat,lib3ds,LibXML,pcre,zziplib} || die
-
-	# Remove unused build systems
-	rm -v Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
-	find "${S}" -name SConscript -delete || die
-}
-
-src_configure() {
-	# bug 619670
-	append-cxxflags -std=c++14
-
-	local mycmakeargs=(
-		-DUSE_SHARED=ON
-		-DUSE_STATIC=$(usex static-libs)
-		-DUSE_LIBXML=ON
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newenvd - 99opencollada <<- _EOF_
-		LDPATH=/usr/$(get_libdir)/opencollada
-	_EOF_
-
-	# Remove insecure DAEValidator RUNPATH and install DAEValidator library
-	dolib.so "${BUILD_DIR}/lib/libDAEValidatorLibrary.so"
-	chrpath -d "${BUILD_DIR}/bin/DAEValidator" || die
-
-	dobin "${BUILD_DIR}/bin/DAEValidator"
-	dobin "${BUILD_DIR}/bin/OpenCOLLADAValidator"
-	# Need to be in same directory as above binaries
-	docinto "/usr/bin"
-	dodoc "${BUILD_DIR}/bin/COLLADAPhysX3Schema.xsd"
-	dodoc "${BUILD_DIR}/bin/collada_schema_1_4_1.xsd"
-	dodoc "${BUILD_DIR}/bin/collada_schema_1_5.xsd"
-}
next             reply	other threads:[~2025-08-11 21:02 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11 21:02 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04 19:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/opencollada/ Sam James
2025-06-22 17:39 Sam James
2025-06-22 15:25 Sam James
2025-05-16  9:45 Sam James
2024-11-09  9:02 Arthur Zamarin
2024-11-06 13:35 Sam James
2024-11-06 13:35 Sam James
2021-03-05 18:39 Sam James
2021-02-28 15:39 Sam James
2021-02-22  7:12 Sam James
2020-11-08 10:29 Sam James
2020-02-16 20:24 David Seifert
2020-02-13 14:19 Lars Wendler
2020-02-13 14:19 Lars Wendler
2019-10-02 20:48 James Le Cuirot
2019-06-12 10:37 Andreas Sturmlechner
2018-08-07 12:03 Jonathan Scruggs
2018-06-10  9:19 Andreas Sturmlechner
2018-02-19 19:42 David Seifert
2018-01-27 17:19 Jonathan Scruggs
2017-12-09 10:33 Pacho Ramos
2017-12-08 20:39 Thomas Deutschmann
2017-08-27 15:34 Michael Palimaka
2017-02-03  8:00 David Seifert
2017-01-15 11:14 David Seifert
2016-12-04  0:07 Andreas Hüttel
2016-09-05 21:29 Patrice Clement
2016-07-16  7:56 Patrice Clement
2016-07-09  1:58 Göktürk Yüksek
2016-07-09  1:58 Göktürk Yüksek
2016-07-09  1:58 Göktürk Yüksek
2016-07-09  1:58 Göktürk Yüksek
2016-06-13  5:59 Amy Winston
2016-06-12 18:16 Amy Winston
2016-06-12 18:16 Amy Winston
2016-06-05 12:16 Sebastian Pipping
2015-08-31 20:49 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1754946120.c5451c0627d2b453d4a377d074671e23b1308ec0.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox