diff options
author | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2015-06-10 15:25:15 +0200 |
---|---|---|
committer | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2015-06-10 15:25:15 +0200 |
commit | ee009dbda9b1e60289177cf2921ef912df77df39 (patch) | |
tree | 1cac8c2b5adab72cad489b1ca3e47d5671b9c016 /sci-libs/jhdf5 | |
parent | sci-biology/artemis: ebuild cleanup; officially there is not install and one ... (diff) | |
download | sci-ee009dbda9b1e60289177cf2921ef912df77df39.tar.gz sci-ee009dbda9b1e60289177cf2921ef912df77df39.tar.bz2 sci-ee009dbda9b1e60289177cf2921ef912df77df39.zip |
a skeleton for a java package
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-libs/jhdf5')
-rw-r--r-- | sci-libs/jhdf5/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/jhdf5/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/jhdf5/jhdf5-14.12.1.ebuild | 26 | ||||
-rw-r--r-- | sci-libs/jhdf5/metadata.xml | 9 |
4 files changed, 45 insertions, 0 deletions
diff --git a/sci-libs/jhdf5/ChangeLog b/sci-libs/jhdf5/ChangeLog new file mode 100644 index 000000000..48f71af49 --- /dev/null +++ b/sci-libs/jhdf5/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-libs/jhdf5 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*jhdf5-14.12.1 (10 Jun 2015) + + 10 Jun 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> + +jhdf5-14.12.1.ebuild, +metadata.xml: + a skeleton for a java package diff --git a/sci-libs/jhdf5/Manifest b/sci-libs/jhdf5/Manifest new file mode 100644 index 000000000..f3fa49b3f --- /dev/null +++ b/sci-libs/jhdf5/Manifest @@ -0,0 +1 @@ +DIST sis-jhdf5-14.12.1-r33502.zip 30916751 SHA256 6ec8979ca84f13201b0fad8fe5b678827e7c79511f4eb08a06d9ac447a656bb9 SHA512 bc6104a829f50639cf913b3497c6ca815aff70782de0c509d9091087d7bcbd01649d5955e2df91d23ed4e058cdf90f7acfa40f1170059ca4039ba376ca11f800 WHIRLPOOL 83cb95d95f33fb73617bdc7cc604f6ab55bef51e2103f414e4a8b8cabb02b6c6628cf6dd84f73742203007e948a050fc59934cbcb88df433bb204e9cf203c2c8 diff --git a/sci-libs/jhdf5/jhdf5-14.12.1.ebuild b/sci-libs/jhdf5/jhdf5-14.12.1.ebuild new file mode 100644 index 000000000..da6b58456 --- /dev/null +++ b/sci-libs/jhdf5/jhdf5-14.12.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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 + https://wiki-bsse.ethz.ch/pages/viewpage.action?pageId=26609113" +SRC_URI="https://wiki-bsse.ethz.ch/download/attachments/26609237/sis-jhdf5-14.12.1-r33502.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="" +IUSE="" + +# versions <=12.02 required >=java-1.5 +DEPEND=">=virtual/jdk-1.6:*" +RDEPEND="${DEPEND} + >=virtual/jre-1.6:*" + +S="${WORKDIR}"/sis-jhdf5 diff --git a/sci-libs/jhdf5/metadata.xml b/sci-libs/jhdf5/metadata.xml new file mode 100644 index 000000000..2bc893037 --- /dev/null +++ b/sci-libs/jhdf5/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> + <maintainer> + <email>mmokrejs@fold.natur.cuni.cz</email> + <name>Martin Mokrejs</name> + </maintainer> +</pkgmetadata> |