public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/Field3D/
Date: Thu,  7 Mar 2024 23:24:04 +0000 (UTC)	[thread overview]
Message-ID: <1709852909.994391d47db4739ac69b3a95402509dfdda59a21.asturm@gentoo> (raw)

commit:     994391d47db4739ac69b3a95402509dfdda59a21
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 13:39:00 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 23:08:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994391d4

media-libs/Field3D: drop 1.7.2-r3

Closes: https://bugs.gentoo.org/926342
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/Field3D/Field3D-1.7.2-r3.ebuild | 42 ------------------------------
 media-libs/Field3D/Manifest                |  1 -
 2 files changed, 43 deletions(-)

diff --git a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild
deleted file mode 100644
index c8141a0bbffe..000000000000
--- a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="A library for storing voxel data"
-HOMEPAGE="http://opensource.imageworks.com/?p=field3d"
-SRC_URI="https://github.com/imageworks/Field3D/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="mpi"
-
-RDEPEND="
-	dev-libs/boost:=
-	>=dev-libs/imath-3.1.4-r2:=
-	>=media-libs/openexr-3:0=
-	sci-libs/hdf5:=
-	mpi? ( virtual/mpi )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.7.2-openexr-3-imath.patch
-)
-
-src_configure() {
-	# Needed for now ("fix" compatibility with >=sci-libs/hdf5-1.12)
-	# bug #808731
-	append-cppflags -DH5_USE_110_API
-
-	local mycmakeargs=(
-		-DINSTALL_DOCS=OFF # Docs are not finished yet.
-		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
-		$(cmake_use_find_package mpi MPI)
-	)
-
-	cmake_src_configure
-}

diff --git a/media-libs/Field3D/Manifest b/media-libs/Field3D/Manifest
index 6b3139c3a094..caed3d0e9763 100644
--- a/media-libs/Field3D/Manifest
+++ b/media-libs/Field3D/Manifest
@@ -1,2 +1 @@
-DIST Field3D-1.7.2.tar.gz 502481 BLAKE2B 8d5fbac915b52b36e66250f8fcd2beb5fff9d2446696ad1829e3edf05c9810b5d54928c6ab4f5aa99c1338da24cea446134434a59aa1d053f3da3500c2800f59 SHA512 e4ea51310105980f759dce48830db8ae3592ce32a02b246214d8aed9df7a7f5c500314f2daf92196b7a76d648f2909b18112df4c5c3c8949c0676d710dfbf1f2
 DIST Field3D-1.7.3_p20230509.tar.gz 503942 BLAKE2B 30926a3229306b444a0267ff22c05d51bd3cd9804f9685608813bee5a738e498286d1e7b35c32e48214e949e5aa91a1604c9b92d5ab4dc3c71d3bb85bd5f5920 SHA512 fcc718c0b1629af36f5a403cc4a453c343d97d464fe5b1e7b6a6ac2b36a38e245f785735c91f7bc9abceffc522d5a20855310f04e006f83f8660253de6e4cdda


             reply	other threads:[~2024-03-07 23:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 23:24 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 11:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/Field3D/ Sam James
2024-03-07 11:51 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:21 Sam James
2022-02-19 19:47 Sam James
2022-02-18  2:27 Sam James
2021-09-10  5:35 Sam James
2021-02-22  7:12 Sam James
2020-12-21 18:07 Sam James
2019-06-04 20:58 Thomas Deutschmann
2019-05-21 21:55 Andreas Sturmlechner
2018-01-28 14:11 Mikle Kolyada
2018-01-27 17:19 Jonathan Scruggs

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=1709852909.994391d47db4739ac69b3a95402509dfdda59a21.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