summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-09-22 13:11:04 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-09-22 13:11:04 +0000
commiteb9b8197a5303ace8fd8db1d0d35e04ba6c88b6a (patch)
tree2209c400ff3c95e056622058c85fa95f087ef8bc /dev-java/jebl
parentx86 stable, bug #282161 (diff)
downloadgentoo-2-eb9b8197a5303ace8fd8db1d0d35e04ba6c88b6a.tar.gz
gentoo-2-eb9b8197a5303ace8fd8db1d0d35e04ba6c88b6a.tar.bz2
gentoo-2-eb9b8197a5303ace8fd8db1d0d35e04ba6c88b6a.zip
Add snapshot required for sci-biology/beast-mcmc
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jebl')
-rw-r--r--dev-java/jebl/ChangeLog7
-rw-r--r--dev-java/jebl/jebl-2009.09.22.ebuild39
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-java/jebl/ChangeLog b/dev-java/jebl/ChangeLog
index 53fe738cd560..884bc12e121f 100644
--- a/dev-java/jebl/ChangeLog
+++ b/dev-java/jebl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/jebl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jebl/ChangeLog,v 1.1 2009/09/21 00:35:25 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jebl/ChangeLog,v 1.2 2009/09/22 13:11:04 weaver Exp $
+
+*jebl-2009.09.22 (22 Sep 2009)
+
+ 22 Sep 2009; Andrey Kislyuk <weaver@gentoo.org> +jebl-2009.09.22.ebuild:
+ Add snapshot required for sci-biology/beast-mcmc
*jebl-9999 (20 Sep 2009)
*jebl-0.5.3 (20 Sep 2009)
diff --git a/dev-java/jebl/jebl-2009.09.22.ebuild b/dev-java/jebl/jebl-2009.09.22.ebuild
new file mode 100644
index 000000000000..41a151959902
--- /dev/null
+++ b/dev-java/jebl/jebl-2009.09.22.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jebl/jebl-2009.09.22.ebuild,v 1.1 2009/09/22 13:11:04 weaver Exp $
+
+EAPI="2"
+
+#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/trunk/jebl"
+#ESVN_REPO_URI="https://jebl.svn.sourceforge.net/svnroot/jebl/tags/${P//./_}"
+
+JAVA_PKG_IUSE="doc"
+EANT_BUILD_TARGET="dist"
+EANT_DOC_TARGET="document"
+
+#inherit subversion java-pkg-2 java-ant-2
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Java Evolutionary Biology Library"
+HOMEPAGE="http://jebl.sourceforge.net/"
+#SRC_URI=""
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+IUSE=""
+
+CDEPEND=""
+DEPEND="${CDEPEND}
+ >=virtual/jdk-1.5"
+RDEPEND="${CDEPEND}
+ >=virtual/jre-1.5"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ java-pkg_dojar dist/jebl.jar || die
+ java-pkg_dojar dist/jam.jar || die
+# use doc && java-pkg_dojavadoc doc/api
+}