commit: 41ed459b6ceb3c534e392acf145594642b976102 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 20:36:36 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 20:36:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=41ed459b
update SRC_URI Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> --- dev-java/hdf-java/hdf-java-2.9.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-java/hdf-java/hdf-java-2.9.ebuild b/dev-java/hdf-java/hdf-java-2.9.ebuild index 694e31f..c22da9d 100644 --- a/dev-java/hdf-java/hdf-java-2.9.ebuild +++ b/dev-java/hdf-java/hdf-java-2.9.ebuild @@ -2,20 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 + JAVA_PKG_IUSE="doc examples" -inherit eutils java-pkg-2 autotools fdo-mime + +inherit autotools eutils fdo-mime java-pkg-2 DESCRIPTION="Java interface to the HDF5 library" HOMEPAGE="http://www.hdfgroup.org/hdf-java-html/index.html" -SRC_URI="http://www.hdfgroup.org/ftp/HDF5/hdf-java/src/${P}-src.tar" +SRC_URI="http://www.hdfgroup.org/ftp/HDF5/prev-releases/HDF-JAVA/hdf-java-2.9/src/${P}-src.tar" LICENSE="NCSA-HDF" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hdf hdfview szip test zlib" -CDEPEND=">=sci-libs/hdf5-1.8[szip=,zlib=] +CDEPEND=" + >=sci-libs/hdf5-1.8[szip=,zlib=] hdf? ( sci-libs/hdf virtual/jpeg ) hdfview? ( dev-java/fits dev-java/netcdf )"
