commit: 140e2407717d180063e4a3605a3330e58d6fea0b Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Thu Aug 14 08:16:06 2025 +0000 Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> CommitDate: Thu Aug 14 08:16:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=140e2407
sci-libs/nexus: move to EAPI 8 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> ...3_p20200126.ebuild => nexus-4.4.3_p20200126-r1.ebuild} | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sci-libs/nexus/nexus-4.4.3_p20200126.ebuild b/sci-libs/nexus/nexus-4.4.3_p20200126-r1.ebuild similarity index 86% rename from sci-libs/nexus/nexus-4.4.3_p20200126.ebuild rename to sci-libs/nexus/nexus-4.4.3_p20200126-r1.ebuild index 58d8264cf..e735cf0e1 100644 --- a/sci-libs/nexus/nexus-4.4.3_p20200126.ebuild +++ b/sci-libs/nexus/nexus-4.4.3_p20200126-r1.ebuild @@ -1,25 +1,28 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake java-pkg-opt-2 DESCRIPTION="Data format for neutron and x-ray scattering data" HOMEPAGE="http://nexusformat.org/" + COMMIT=5b803b3a0014bd9759b3d846da3cd3c1cfafd7d5 SRC_URI="https://github.com/nexusformat/code/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/code-${COMMIT} +S="${WORKDIR}/code-${COMMIT}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="cxx hdf4 +hdf5 java xml" -REQUIRED_USE=" || ( hdf4 hdf5 xml ) " +REQUIRED_USE="|| ( hdf4 hdf5 xml )" + +RESTRICT="test" -RDEPEND=" +DEPEND=" dev-libs/libxml2 sys-libs/readline sys-libs/libtermcap-compat @@ -27,7 +30,7 @@ RDEPEND=" hdf4? ( sci-libs/hdf ) hdf5? ( sci-libs/hdf5[zlib] ) " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" BDEPEND=" app-text/doxygen[dot] "
