commit:     ee009dbda9b1e60289177cf2921ef912df77df39
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Jun 10 13:25:15 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Jun 10 13:25:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee009dbd

a skeleton for a java package

Package-Manager: portage-2.2.18

 sci-libs/jhdf5/ChangeLog            |  9 +++++++++
 sci-libs/jhdf5/jhdf5-14.12.1.ebuild | 26 ++++++++++++++++++++++++++
 sci-libs/jhdf5/metadata.xml         |  9 +++++++++
 3 files changed, 44 insertions(+)

diff --git a/sci-libs/jhdf5/ChangeLog b/sci-libs/jhdf5/ChangeLog
new file mode 100644
index 0000000..48f71af
--- /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 <[email protected]>
+  +jhdf5-14.12.1.ebuild, +metadata.xml:
+  a skeleton for a java package

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 0000000..da6b584
--- /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 0000000..2bc8930
--- /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>[email protected]</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to