From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28EA213838B for ; Thu, 18 Sep 2014 20:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6B9E0931; Thu, 18 Sep 2014 20:37:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAB58E0931 for ; Thu, 18 Sep 2014 20:37:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12C6033F883 for ; Thu, 18 Sep 2014 20:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C16AE5E9E for ; Thu, 18 Sep 2014 20:37:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1411072596.41ed459b6ceb3c534e392acf145594642b976102.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-java/hdf-java/ X-VCS-Repository: proj/sci X-VCS-Files: dev-java/hdf-java/hdf-java-2.9.ebuild X-VCS-Directories: dev-java/hdf-java/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 41ed459b6ceb3c534e392acf145594642b976102 X-VCS-Branch: master Date: Thu, 18 Sep 2014 20:37:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 989c55f0-3c92-4caf-9bbd-04893355ee64 X-Archives-Hash: 8380d5f52c6a50b19d9ade7f45250197 commit: 41ed459b6ceb3c534e392acf145594642b976102 Author: Justin Lecher gentoo org> AuthorDate: Thu Sep 18 20:36:36 2014 +0000 Commit: Justin Lecher gentoo 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 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 )"