commit: 6c2920e26f3e67da709383112ed5782a3c1f3706 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sun Jan 23 12:58:05 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Jan 23 12:58:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6c2920e2
sci-libs/jhdf5: remove old java package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.mask | 2 -- sci-libs/jhdf5/jhdf5-19.04.0.ebuild | 37 ------------------------------------- sci-libs/jhdf5/metadata.xml | 12 ------------ 3 files changed, 51 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a5e397fa4..d86099342 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -50,7 +50,5 @@ dev-java/jcommon dev-java/skinlf dev-java/jrosetta dev-java/freehep-graphicsio-emf -# depends on dev-java/args4j which is being last-rited from ::gentoo -sci-libs/jhdf5 # ancient java, can't update due to gradle/maven limitation dev-java/htsjdk diff --git a/sci-libs/jhdf5/jhdf5-19.04.0.ebuild b/sci-libs/jhdf5/jhdf5-19.04.0.ebuild deleted file mode 100644 index 588503cfe..000000000 --- a/sci-libs/jhdf5/jhdf5-19.04.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Java binding for HDF5 compatible with HDF5 1.6/1.8" -HOMEPAGE="https://wiki-bsse.ethz.ch/display/JHDF5" -SRC_URI="https://wiki-bsse.ethz.ch/download/attachments/26609237/sis-jhdf5-${PV}.zip" -# first SIS release: https://wiki-bsse.ethz.ch/download/attachments/26609237/sis-jhdf5-14.12.0-r33145.zip -# last CISD release: https://wiki-bsse.ethz.ch/download/attachments/26609237/cisd-jhdf5-13.06.2-r29633.zip - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >=virtual/jdk-1.7:* - app-arch/unzip - dev-java/args4j:* - dev-java/commons-io:* - dev-java/commons-lang:* -" -RDEPEND="${DEPEND} - >=virtual/jre-1.7:*" - -S="${WORKDIR}/sis-jhdf5" - -src_install() { - dobin bin/h5ar - java-pkg_newjar lib/sis-${P}.jar sis-${PN}.jar - java-pkg_dolauncher sis-${PN} --jar sis-${PN}.jar - java-pkg_newjar lib/sis-${PN}-h5ar-cli-${PV}.jar sis-${PN}-h5ar-cli.jar - java-pkg_dolauncher sis-${PN}-h5ar-cli --jar sis-${PN}-h5ar-cli.jar - dodoc doc/JHDF5-${PV}.* -} diff --git a/sci-libs/jhdf5/metadata.xml b/sci-libs/jhdf5/metadata.xml deleted file mode 100644 index 138cb7705..000000000 --- a/sci-libs/jhdf5/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mmokr...@fold.natur.cuni.cz</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>sci-biol...@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata>