diff options
Diffstat (limited to 'sci-biology/BG7/BG7-9999.ebuild')
-rw-r--r-- | sci-biology/BG7/BG7-9999.ebuild | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild index a72c7c87a..998be3ae7 100644 --- a/sci-biology/BG7/BG7-9999.ebuild +++ b/sci-biology/BG7/BG7-9999.ebuild @@ -1,28 +1,24 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -inherit java-pkg-2 java-ant-2 eutils - -[ "$PV" == "9999" ] && inherit git-2 +inherit java-pkg-2 java-ant-2 eutils git-r3 DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction" HOMEPAGE="http://bg7.ohnosequences.com" #SRC_URI="" EGIT_REPO_URI="https://github.com/bg7/BG7" - -LICENSE="AGPL-v3" +LICENSE="AGPL-3" SLOT="0" KEYWORDS="" -#KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=virtual/jre-1.5 - dev-java/ant-core" +DEPEND=" + >=virtual/jre-1.5 + dev-java/ant-core" RDEPEND="${DEPEND} - >=virtual/jre-1.5 - sci-biology/ncbi-tools++" - + >=virtual/jre-1.5 + sci-biology/ncbi-tools++" |