aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-28 00:46:38 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-28 00:46:38 +0000
commitd65e9fc0f39654fc2ef5cc96e021a99edc2e6b95 (patch)
tree9991f74abf34c700ed681582a91007a023325c4f /sci-libs/nexus
parentsci-libs/nexus: version bump (diff)
downloadsci-d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95.tar.gz
sci-d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95.tar.bz2
sci-d65e9fc0f39654fc2ef5cc96e021a99edc2e6b95.zip
sci-libs/nexus: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-libs/nexus')
-rw-r--r--sci-libs/nexus/Manifest1
-rw-r--r--sci-libs/nexus/metadata.xml17
-rw-r--r--sci-libs/nexus/nexus-4.4.1.ebuild56
3 files changed, 7 insertions, 67 deletions
diff --git a/sci-libs/nexus/Manifest b/sci-libs/nexus/Manifest
index 2c7e1fb08..f13f71021 100644
--- a/sci-libs/nexus/Manifest
+++ b/sci-libs/nexus/Manifest
@@ -1,2 +1 @@
-DIST nexus-4.4.1.tar.gz 4820168 BLAKE2B e0d06a9371eaf44682ddee25fc22d3bb1f4c37c53441d6edafbaf552b5e62b0a34c60aa004783f39edb408e6f5f018fbe7175ab43a21fe17d138cb1c7021c3d1 SHA512 f561e5dcb48d6bb5d8acbfecae0e447fe7ca5c82ef85d03d3a9874a2f31e47769ac4229579a31321e2462160f39f6a1f1af28e7d05d5ff9985b1c4281cf053d1
DIST nexus-4.4.3_p20200126.tar.gz 4984113 BLAKE2B 34e1332a9e674f6bd60950185d031f2ca996c2fbd097a0bd66e7c9a0bdbaa3393aba44cf1142b46eef61aef31dcd9c3e0324ab55d1d75df2f1c9217e5f88f183 SHA512 8bfc4aaa82b1115956d7f77715693bf0d6a59e0fd662d326aba907ffc5694505099ee7b11eaef2969234cf7afe356c1696b9b10172fa2046bfe31c94807f8989
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 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>c.kerr@embl-hamburg.de</email>
- <name>Chris Kerr</name>
- <description>I occasionally submit patches to NeXus</description>
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
- <longdescription>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.</longdescription>
+ <longdescription>
+ 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.</longdescription>
<use>
<flag name="xml">Allow using the verbose XML representation of NeXus data</flag>
<flag name="hdf4">Support the old HDF4 representation</flag>
<flag name="hdf5">Support the standard representation (HDF5)</flag>
- <flag name="doc">Generate library documentation with <pkg>app-doc/doxygen</pkg></flag>
- <flag name="fortran">Build the Fortran bindings</flag>
<flag name="java">Build the Java bindings</flag>
- <flag name="utils">Build optional utility applications</flag>
</use>
<upstream>
<remote-id type="github">nexusformat/code</remote-id>
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)
-}