summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-27 03:58:47 +0100
committerSam James <sam@gentoo.org>2023-10-27 03:58:47 +0100
commit00b9144745982338e645b0be2fcf03226062b0f3 (patch)
treee06f3f58e47f2fc5300f81d5145a53c8409c48dc /dev-libs
parentRevert "dev-libs/Imath: add 3.1.9, remove 3.1.7" (diff)
downloadgentoo-00b9144745982338e645b0be2fcf03226062b0f3.tar.gz
gentoo-00b9144745982338e645b0be2fcf03226062b0f3.tar.bz2
gentoo-00b9144745982338e645b0be2fcf03226062b0f3.zip
Revert "dev-libs/imath -> dev-libs/Imath: rename"
This reverts commit 02ddc476fa118b2a164ee6eec1cfafb19b86c530. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/imath/Manifest (renamed from dev-libs/Imath/Manifest)4
-rw-r--r--dev-libs/imath/imath-3.1.6.ebuild (renamed from dev-libs/Imath/Imath-3.1.6.ebuild)5
-rw-r--r--dev-libs/imath/imath-3.1.7.ebuild (renamed from dev-libs/Imath/Imath-3.1.7.ebuild)5
-rw-r--r--dev-libs/imath/metadata.xml (renamed from dev-libs/Imath/metadata.xml)0
4 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/Imath/Manifest b/dev-libs/imath/Manifest
index ea8c385883f6..4bf4962b7f9d 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.6.tar.gz 573255 BLAKE2B c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dddddd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8 SHA512 c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd
+DIST imath-3.1.7.tar.gz 583049 BLAKE2B 54619339f349a944e1d72fcea4438d7bd2ef6c9655ba0e16ac608934a8df30c97a2f3cf5c75adaeb8a6fe6bf19ec3240c11439550b452571d0a8cbf75d6bd83e SHA512 e298454cb845cadde28f7881fdaa4739c3942f941278a07ec912459ac376c2ee7858cb3b2d2047b9afb4d4dacae7a8a52ffef4c104f8499b4e0a1f0ed46cc0f0
diff --git a/dev-libs/Imath/Imath-3.1.6.ebuild b/dev-libs/imath/imath-3.1.6.ebuild
index 7be7d851d903..140156298dbb 100644
--- a/dev-libs/Imath/Imath-3.1.6.ebuild
+++ b/dev-libs/imath/imath-3.1.6.ebuild
@@ -7,11 +7,14 @@ 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/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="3/29"
diff --git a/dev-libs/Imath/Imath-3.1.7.ebuild b/dev-libs/imath/imath-3.1.7.ebuild
index 6bf1de90a8d2..2e490284d2c3 100644
--- a/dev-libs/Imath/Imath-3.1.7.ebuild
+++ b/dev-libs/imath/imath-3.1.7.ebuild
@@ -7,11 +7,14 @@ 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/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+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"
+S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="3/30"
diff --git a/dev-libs/Imath/metadata.xml b/dev-libs/imath/metadata.xml
index e8c22a1a5aea..e8c22a1a5aea 100644
--- a/dev-libs/Imath/metadata.xml
+++ b/dev-libs/imath/metadata.xml