From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89840138359 for ; Mon, 28 Sep 2020 00:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4801BE0814; Mon, 28 Sep 2020 00:46:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FA6EE0814 for ; Mon, 28 Sep 2020 00:46:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984E7335DC2 for ; Mon, 28 Sep 2020 00:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29123376 for ; Mon, 28 Sep 2020 00:46:45 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601253998.d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nexus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nexus/metadata.xml sci-libs/nexus/nexus-4.4.1.ebuild X-VCS-Directories: sci-libs/nexus/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95 X-VCS-Branch: master Date: Mon, 28 Sep 2020 00:46:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f9ff6ce-59db-4c03-9da1-14d201e0d620 X-Archives-Hash: ba1f803afff0a19c120add8f52df8f46 commit: d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 28 00:46:38 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 28 00:46:38 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d65e9fc0 sci-libs/nexus: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/nexus/metadata.xml | 17 +++++------- sci-libs/nexus/nexus-4.4.1.ebuild | 56 --------------------------------------- 2 files changed, 7 insertions(+), 66 deletions(-) diff --git a/sci-libs/nexus/metadata.xml b/sci-libs/nexus/metadata.xml index ef8f9fd1a..f4859bfa6 100644 --- a/sci-libs/nexus/metadata.xml +++ b/sci-libs/nexus/metadata.xml @@ -2,26 +2,23 @@ - c.kerr@embl-hamburg.de - Chris Kerr - I occasionally submit patches to NeXus + gentoo@aisha.cc + Aisha Tammy sci@gentoo.org Gentoo Science Project - Libraries and tools for the NeXus data format, developed -collaboratively by scientists from major scientific facilities to facilitate -analysis and visualisation of neutron, x-ray and muon data. -NeXus is based on HDF5. + + Libraries and tools for the NeXus data format, developed + collaboratively by scientists from major scientific facilities to facilitate + analysis and visualisation of neutron, x-ray and muon data. + NeXus is based on HDF5. Allow using the verbose XML representation of NeXus data Support the old HDF4 representation Support the standard representation (HDF5) - Generate library documentation with app-doc/doxygen - Build the Fortran bindings Build the Java bindings - Build optional utility applications nexusformat/code diff --git a/sci-libs/nexus/nexus-4.4.1.ebuild b/sci-libs/nexus/nexus-4.4.1.ebuild deleted file mode 100644 index 253a81115..000000000 --- a/sci-libs/nexus/nexus-4.4.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -FORTRAN_NEEDED=fortran -FORTRAN_STANDARD="77 90" -inherit cmake-utils fortran-2 java-pkg-opt-2 - -DESCRIPTION="Data format for neutron and x-ray scattering data" -HOMEPAGE="http://nexusformat.org/" -SRC_URI="https://github.com/nexusformat/code/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc cxx fortran -hdf4 +hdf5 java utils xml" - -REQUIRED_USE=" || ( hdf4 hdf5 xml ) " - -RDEPEND=" - xml? ( dev-libs/mxml ) - hdf4? ( sci-libs/hdf ) - hdf5? ( sci-libs/hdf5[zlib] ) - utils? ( sys-libs/readline:0 sys-libs/libtermcap-compat dev-libs/libxml2 ) -" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen dev-tex/xcolor ) -" - -S="${WORKDIR}/code-${PV}" - -pkg_setup() { - # Handling of dependencies between Fortran module files doesn't play well with parallel make - use fortran && export MAKEOPTS="${MAKEOPTS} -j1 " - use fortran && fortran-2_pkg_setup - java-pkg-opt-2_pkg_setup -} - -src_configure() { - # Linking between Fortran libraries gives a relocation error, using workaround suggested at: - # http://www.gentoo.org/proj/en/base/amd64/howtos/?part=1&chap=3 - use fortran && append-fflags -fPIC - - cmake-utils_src_configure \ - $(cmake-utils_use_enable hdf4) \ - $(cmake-utils_use_enable hdf5) \ - $(cmake-utils_use_enable xml MXML) \ - $(cmake-utils_use_enable cxx) \ - $(cmake-utils_use_enable fortran FORTRAN90) \ - $(cmake-utils_use_enable fortran FORTRAN77) \ - $(cmake-utils_use_enable java) \ - $(cmake-utils_use_enable utils APPS) \ - $(cmake-utils_use_enable utils CONTRIB) -}