commit: ec14861a0e6d8877938da4247b5a2045a205d032 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sun Mar 23 16:20:58 2014 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun Mar 23 16:20:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec14861a
sci-biology/apollo: a skeleton for a new package, needs help Package-Manager: portage-2.2.7 --- sci-biology/apollo/ChangeLog | 6 ++++-- sci-biology/apollo/apollo-9999.ebuild | 12 +++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-biology/apollo/ChangeLog b/sci-biology/apollo/ChangeLog index 6e694c0..f3eab97 100644 --- a/sci-biology/apollo/ChangeLog +++ b/sci-biology/apollo/ChangeLog @@ -1,7 +1,9 @@ # ChangeLog for sci-biology/apollo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Mar 2014; Martin Mokrejs <[email protected]> apollo-9999.ebuild: + sci-biology/apollo: a skeleton for a new package, needs help + 07 Feb 2012; Martin Mokrejs <[email protected]> apollo-9999.ebuild: initial ebuild - diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild index c0dd152..a0b8624 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
