commit: 89c2d869979f8519f95a7ca6148c4e5e69807902 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jun 1 09:18:06 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 09:18:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=89c2d869
dev-java/netcdf: remove last-rited package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-java/netcdf/metadata.xml | 12 ------ dev-java/netcdf/netcdf-4.2.ebuild | 78 --------------------------------------- profiles/package.mask | 10 ----- 3 files changed, 100 deletions(-) diff --git a/dev-java/netcdf/metadata.xml b/dev-java/netcdf/metadata.xml deleted file mode 100644 index 15eb5729e..000000000 --- a/dev-java/netcdf/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="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -The NetCDF-Java Library is a Java interface to NetCDF files, -as well as to many other types of scientific data formats. -</longdescription> -</pkgmetadata> diff --git a/dev-java/netcdf/netcdf-4.2.ebuild b/dev-java/netcdf/netcdf-4.2.ebuild deleted file mode 100644 index 0514802dc..000000000 --- a/dev-java/netcdf/netcdf-4.2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="doc examples source test" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Java Common Data Model (CDM) interface to to netCDF files" -HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf-java/" -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/${PN}-java/v${PV}/ncSrc-${PV}.zip" - -LICENSE="netCDF" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -CDEPEND=" - dev-java/commons-codec:0 - dev-java/commons-httpclient:3 - dev-java/commons-logging:0 - dev-java/ehcache:1.2 - dev-java/jcommon:1.0 - dev-java/jdom:0 - dev-java/jfreechart:1.0 - dev-java/jgoodies-forms:0 - dev-java/joda-time:0 - dev-java/junit:4 - dev-java/log4j:0 - dev-java/slf4j-api:0 - dev-java/protobuf-java:0 -" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.5" - -DEPEND="${CDEPEND} - >=virtual/jdk-1.5 - test? ( - dev-java/ant-junit4 - dev-java/hamcrest-core - )" -BDEPEND="app-arch/unzip" - -# There is a from-source maven package in java-overlay, but it hasn't -# been merged into the Portage trunk yet. - -S="${WORKDIR}" - -src_prepare() { - default - java-pkg_jar-from --into lib/external commons-codec commons-codec.jar - java-pkg_jar-from --into lib/external commons-httpclient-3 commons-httpclient.jar - java-pkg_jar-from --into lib/external commons-logging commons-logging.jar - java-pkg_jar-from --into lib/external ehcache-1.2 ehcache.jar - java-pkg_jar-from --into lib/external jcommon-1.0 jcommon.jar - rm -f lib/external/jdom.jar || die - java-pkg_jar-from --into lib/external jdom jdom.jar - java-pkg_jar-from --into lib/external jfreechart-1.0 jfreechart.jar - java-pkg_jar-from --into lib/external jgoodies-forms forms.jar jgoodies-forms.jar - java-pkg_jar-from --into lib/external joda-time joda-time.jar - java-pkg_jar-from --into lib/external junit-4 junit.jar - java-pkg_jar-from --into lib/external log4j log4j.jar - java-pkg_jar-from --into lib/external protobuf-java protobuf.jar - java-pkg_jar-from --into lib/external slf4j-api slf4j-api.jar -} - -src_compile() { - cd "${S}"/cdm && eant - use doc && eant javadoc -} - -src_install() { - java-pkg_newjar cdm/target/${P}.jar ${PN}.jar - use doc && java-pkg_dojavadoc cdm/target/javadoc - use source && java-pkg_dosrc cdm/src/main/java/* - use examples && java-pkg_doexamples cdm/src/test/java/examples -} diff --git a/profiles/package.mask b/profiles/package.mask index db4ee576c..0a67928c5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,16 +30,6 @@ #--- END OF EXAMPLES --- -# Andrew Ammerlaan <[email protected]> (08 May 2021) -# netcdf(-java) is horribly outdated, it requires dev-java/ehcache which is -# being removed. This ebuild cannot be moved into ::sci because the sources -# are no longer available outside of the Gentoo mirror. Newer versions of -# netcdf-java and ehcache use a maven based build system which currently does -# not work with portage. The only real solution would be to add a netcdf-bin -# package. If you need this software please complain on bugzilla or GitHub. -# Masked for removal when dev-java/ehcache is removed from ::gentoo (~30 days). -dev-java/netcdf - # Andrew Ammerlaan <[email protected]> (24 May 2021) # This was originally added for the NationalInstruments/GPIB ebuilds, however # due to the number of ebuilds it was decided to maintain these in ::natinst.
