commit:     3646cb0c10f6f1ffd9185d442772d6eafaebda98
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Jun  3 13:26:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 07:12:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3646cb0c

dev-libs/imath: drop 3.1.6, 3.1.9

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/imath/Manifest           |  2 --
 dev-libs/imath/imath-3.1.6.ebuild | 69 --------------------------------------
 dev-libs/imath/imath-3.1.9.ebuild | 70 ---------------------------------------
 3 files changed, 141 deletions(-)

diff --git a/dev-libs/imath/Manifest b/dev-libs/imath/Manifest
index e3a201e2cc3d..c9ee72b93ef1 100644
--- a/dev-libs/imath/Manifest
+++ b/dev-libs/imath/Manifest
@@ -1,3 +1 @@
 DIST imath-3.1.11.tar.gz 596585 BLAKE2B 
d5fc8d7607070bc96619e74eb67c60048695023c1baa715e3ab5de84a49bf1f7381cc19e3a047b75f8520e20a9976c58503b2063feb2add7b6dfcc7c73e13ad7
 SHA512 
0bc86bea3a2aca89d02b501b4fba3c13ca861e914cec558e820fe9e4c43ab14cac34e31ff278b8c35b5fe76f7bea32f2c8105c0d33eb92224eb23d42d7a402e9
-DIST imath-3.1.6.tar.gz 573255 BLAKE2B 
c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dddddd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8
 SHA512 
c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd
-DIST imath-3.1.9.tar.gz 598497 BLAKE2B 
fe3afce26c19f5ddace3c420f9b83caca7b4c75902820fc2182ef9fb9f4d27581f27ca72262b63d65f794eeb73af55782412ba846d142072e0090ff7224d8960
 SHA512 
ad96b2ac306fc13c01e8ea3256f885499c3f545be327feaba0f5e093b70b544bcca6f8b353fa7e35107aae515c19caced44331a95d0414f367ead4691ec73564

diff --git a/dev-libs/imath/imath-3.1.6.ebuild 
b/dev-libs/imath/imath-3.1.6.ebuild
deleted file mode 100644
index 35006aa943a2..000000000000
--- a/dev-libs/imath/imath-3.1.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake python-single-r1
-
-MY_PN="${PN^}"
-
-DESCRIPTION="Imath basic math package"
-HOMEPAGE="https://imath.readthedocs.io";
-SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-# re-keywording needed for (according to ilmbase keywords): ~x64-macos 
~x86-solaris
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="3/29"
-IUSE="doc large-stack python test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-# blocker due to file collision #803347
-RDEPEND="
-       sys-libs/zlib
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-libs/boost:=[python,${PYTHON_USEDEP}]
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ')
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
-       doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_USEDEP}]') )
-       python? ( ${PYTHON_DEPS} )
-"
-
-DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md 
docs/PortingGuide2-3.md )
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DDOCS=$(usex doc)
-               -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
-               -DIMATH_HALF_USE_LOOKUP_TABLE=ON
-               -DIMATH_INSTALL_PKG_CONFIG=ON
-               -DIMATH_USE_CLANG_TIDY=OFF
-               -DIMATH_USE_NOEXCEPT=ON
-       )
-       if use python; then
-               mycmakeargs+=(
-                       -DBoost_NO_BOOST_CMAKE=OFF
-                       -DPYTHON=ON
-                       -DPython3_EXECUTABLE="${PYTHON}"
-                       -DPython3_INCLUDE_DIR=$(python_get_includedir)
-                       -DPython3_LIBRARY=$(python_get_library_path)
-               )
-       fi
-
-       cmake_src_configure
-}

diff --git a/dev-libs/imath/imath-3.1.9.ebuild 
b/dev-libs/imath/imath-3.1.9.ebuild
deleted file mode 100644
index 875d9a2d87d1..000000000000
--- a/dev-libs/imath/imath-3.1.9.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake python-single-r1
-
-MY_PN="${PN^}"
-
-DESCRIPTION="Imath basic math package"
-HOMEPAGE="https://imath.readthedocs.io";
-SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="3/29"
-IUSE="large-stack python test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-# blocker due to file collision #803347
-RDEPEND="
-       sys-libs/zlib
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-libs/boost:=[python,${PYTHON_USEDEP}]
-                       dev-python/numpy[${PYTHON_USEDEP}]
-               ')
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
-       python? ( ${PYTHON_DEPS} )
-"
-
-DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md 
docs/PortingGuide2-3.md )
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               # requires press theme, not available in ::gentoo
-               -DBUILD_DOCS=OFF
-               -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
-               # the following options are at their default value
-               -DIMATH_HALF_USE_LOOKUP_TABLE=ON
-               -DIMATH_INSTALL_PKG_CONFIG=ON
-               -DIMATH_USE_CLANG_TIDY=OFF
-               -DIMATH_USE_DEFAULT_VISIBILITY=OFF
-               -DIMATH_USE_NOEXCEPT=ON
-       )
-       if use python; then
-               mycmakeargs+=(
-                       -DBoost_NO_BOOST_CMAKE=OFF
-                       -DPYTHON=ON
-                       -DPython3_EXECUTABLE="${PYTHON}"
-                       -DPython3_INCLUDE_DIR=$(python_get_includedir)
-                       -DPython3_LIBRARY=$(python_get_library_path)
-               )
-       fi
-
-       cmake_src_configure
-}

Reply via email to