diff options
author | 2014-01-06 20:02:48 +0100 | |
---|---|---|
committer | 2014-01-06 20:02:48 +0100 | |
commit | d426595ea39fccabac5c1def02d738e854a9a3bc (patch) | |
tree | 5b5c0387ccbc52470fa2dcce84e7f1a2deefd990 /sci-biology/BG7 | |
parent | sci-biology/artemis: Switch from git-2 to git-r3 (diff) | |
download | sci-d426595ea39fccabac5c1def02d738e854a9a3bc.tar.gz sci-d426595ea39fccabac5c1def02d738e854a9a3bc.tar.bz2 sci-d426595ea39fccabac5c1def02d738e854a9a3bc.zip |
sci-biology/BG7: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-biology/BG7')
-rw-r--r-- | sci-biology/BG7/BG7-9999.ebuild | 22 | ||||
-rw-r--r-- | sci-biology/BG7/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/BG7/metadata.xml | 5 |
3 files changed, 18 insertions, 14 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++" diff --git a/sci-biology/BG7/ChangeLog b/sci-biology/BG7/ChangeLog index 330d71f76..58ee79e83 100644 --- a/sci-biology/BG7/ChangeLog +++ b/sci-biology/BG7/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/BG7 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> BG7-9999.ebuild, +metadata.xml: + Switch from git-2 to git-r3 + *BG7-9999 (29 Aug 2013) 29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +BG7-9999.ebuild: diff --git a/sci-biology/BG7/metadata.xml b/sci-biology/BG7/metadata.xml new file mode 100644 index 000000000..897aa2e6b --- /dev/null +++ b/sci-biology/BG7/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> +</pkgmetadata> |