diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2023-10-11 23:10:21 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-27 04:15:24 +0100 |
commit | ad26be7b99ce5e0fc82abe7ab9a5d70cc886e24e (patch) | |
tree | 0a2a5bc675de595d2a9722d556256060f7288d77 /dev-libs | |
parent | Revert "media-libs/openimageio -> media-libs/OpenImageIO: rename" (diff) | |
download | gentoo-ad26be7b99ce5e0fc82abe7ab9a5d70cc886e24e.tar.gz gentoo-ad26be7b99ce5e0fc82abe7ab9a5d70cc886e24e.tar.bz2 gentoo-ad26be7b99ce5e0fc82abe7ab9a5d70cc886e24e.zip |
dev-libs/Imath: add 3.1.9, remove 3.1.7
* move 3.1.7 to 3.1.9 to fix soname issues
* drop blockers on old removed packages
Closes: https://bugs.gentoo.org/907211
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/imath/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/imath/imath-3.1.6.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/imath/imath-3.1.9.ebuild (renamed from dev-libs/imath/imath-3.1.7.ebuild) | 10 |
3 files changed, 4 insertions, 11 deletions
diff --git a/dev-libs/imath/Manifest b/dev-libs/imath/Manifest index 4bf4962b7f9d..0c1d8253aabe 100644 --- a/dev-libs/imath/Manifest +++ b/dev-libs/imath/Manifest @@ -1,2 +1,2 @@ DIST imath-3.1.6.tar.gz 573255 BLAKE2B c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dddddd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8 SHA512 c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd -DIST imath-3.1.7.tar.gz 583049 BLAKE2B 54619339f349a944e1d72fcea4438d7bd2ef6c9655ba0e16ac608934a8df30c97a2f3cf5c75adaeb8a6fe6bf19ec3240c11439550b452571d0a8cbf75d6bd83e SHA512 e298454cb845cadde28f7881fdaa4739c3942f941278a07ec912459ac376c2ee7858cb3b2d2047b9afb4d4dacae7a8a52ffef4c104f8499b4e0a1f0ed46cc0f0 +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 index 140156298dbb..f1bce4102c11 100644 --- a/dev-libs/imath/imath-3.1.6.ebuild +++ b/dev-libs/imath/imath-3.1.6.ebuild @@ -24,11 +24,8 @@ RESTRICT="!test? ( test )" # blocker due to file collision #803347 RDEPEND=" - !dev-libs/imath:0 - !media-libs/ilmbase sys-libs/zlib python? ( - !dev-python/pyilmbase ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-libs/boost:=[python,${PYTHON_USEDEP}] diff --git a/dev-libs/imath/imath-3.1.7.ebuild b/dev-libs/imath/imath-3.1.9.ebuild index 2e490284d2c3..aea484a270f9 100644 --- a/dev-libs/imath/imath-3.1.7.ebuild +++ b/dev-libs/imath/imath-3.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-single-r1 @@ -12,23 +12,19 @@ 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 -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" -SLOT="3/30" +SLOT="3/29" IUSE="large-stack python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" # blocker due to file collision #803347 RDEPEND=" - !dev-libs/imath:0 - !media-libs/ilmbase sys-libs/zlib python? ( - !dev-python/pyilmbase ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-libs/boost:=[python,${PYTHON_USEDEP}] |