aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-03-23 17:20:58 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-03-23 17:20:58 +0100
commitec14861a0e6d8877938da4247b5a2045a205d032 (patch)
tree2d76814ee78a28ac9757d89d522439feb855b715 /sci-biology/apollo/apollo-9999.ebuild
parentsci-biology/biopython-1.63-r1: added missing deps on dev-python/rdflib to syn... (diff)
downloadsci-ec14861a0e6d8877938da4247b5a2045a205d032.tar.gz
sci-ec14861a0e6d8877938da4247b5a2045a205d032.tar.bz2
sci-ec14861a0e6d8877938da4247b5a2045a205d032.zip
sci-biology/apollo: a skeleton for a new package, needs help
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-biology/apollo/apollo-9999.ebuild')
-rw-r--r--sci-biology/apollo/apollo-9999.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild
index c0dd1525f..a0b86244d 100644
--- a/sci-biology/apollo/apollo-9999.ebuild
+++ b/sci-biology/apollo/apollo-9999.ebuild
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
inherit java-pkg-2 java-ant-2
[ "$PV" == "9999" ] && inherit subversion
-DESCRIPTION="The Apollo genome editor is a Java-based application for browsing and annotating genomic sequences."
+DESCRIPTION="Apollo genome editor is Java-based application for browsing and annotation of genomic sequences."
HOMEPAGE="http://gmod.org/wiki/Apollo"
if [ "$PV" == "9999" ]; then
#SRC_URI="http://gmod.svn.sourceforge.net/viewvc/gmod/apollo/?view=tar" # Apollo_unix.sh
@@ -24,13 +24,11 @@ SLOT="0"
IUSE=""
KEYWORDS=""
-DEPEND="dev-vcs/subversion
- >=virtual/jdk-1.5
- >=dev-java/sun-jdk-1.5
+DEPEND=">=virtual/jre-1.5
+ dev-vcs/subversion
dev-java/ant-core
dev-lang/perl"
-RDEPEND=">=virtual/jre-1.5
- ${DEPEND}"
+RDEPEND="${DEPEND}"
src_unpack() {
subversion_src_unpack || die