commit:     0f6ad3bf4896b47705f5b6af48e7a4234e0c59a1
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sun Sep 25 07:47:00 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 13:04:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6ad3bf

media-libs/assimp: drop 5.2.4

Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/27439
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/assimp/assimp-5.2.4.ebuild | 66 -----------------------------------
 1 file changed, 66 deletions(-)

diff --git a/media-libs/assimp/assimp-5.2.4.ebuild 
b/media-libs/assimp/assimp-5.2.4.ebuild
deleted file mode 100644
index 36b4ff88a3fd..000000000000
--- a/media-libs/assimp/assimp-5.2.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Importer library to import assets from 3D files"
-HOMEPAGE="https://github.com/assimp/assimp";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/5.2.4"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-IUSE="samples test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/boost:=
-       sys-libs/zlib[minizip]
-       samples? (
-               media-libs/freeglut
-               virtual/opengl
-               x11-libs/libX11
-       )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       
"${FILESDIR}"/${PN}-5.2.2-fix-usage-of-incompatible-minizip-data-structure.patch
-       "${FILESDIR}"/${PN}-5.2.2-disable-failing-tests.patch
-)
-
-DOCS=( CodeConventions.md Readme.md )
-
-src_prepare() {
-       if use x86 ; then
-               eapply 
"${FILESDIR}"/${P}-drop-failing-tests-for-abi_x86_32.patch
-       fi
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DASSIMP_ASAN=OFF
-               -DASSIMP_BUILD_DOCS=OFF
-               -DASSIMP_BUILD_SAMPLES=$(usex samples)
-               -DASSIMP_BUILD_TESTS=$(usex test)
-               -DASSIMP_INJECT_DEBUG_POSTFIX=OFF
-               -DASSIMP_IGNORE_GIT_HASH=ON
-               -DASSIMP_UBSAN=OFF
-               -DASSIMP_WARNINGS_AS_ERRORS=OFF
-       )
-
-       if use samples; then
-               mycmakeargs+=( -DOpenGL_GL_PREFERENCE="GLVND" )
-       fi
-
-       cmake_src_configure
-}
-
-src_test() {
-       "${BUILD_DIR}/bin/unit" || die
-}

Reply via email to