commit: 560144ec21f704498e081aa15e29624a2f81c52a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 17:30:54 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 17:30:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=560144ec
sci-biology/StarORF: Bump to EAPI=6 * Use git-r3.eclass Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/StarORF/StarORF-9999.ebuild | 8 +++----- sci-biology/StarORF/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-biology/StarORF/StarORF-9999.ebuild b/sci-biology/StarORF/StarORF-9999.ebuild index 8be5660..555d2ba 100644 --- a/sci-biology/StarORF/StarORF-9999.ebuild +++ b/sci-biology/StarORF/StarORF-9999.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit java-pkg-2 java-ant-2 - -[ "$PV" == "9999" ] && inherit git-2 +inherit java-pkg-2 java-ant-2 git-r3 DESCRIPTION="Java-based utility to show ORFs in a sequence" HOMEPAGE="http://star.mit.edu/orf" diff --git a/sci-biology/StarORF/metadata.xml b/sci-biology/StarORF/metadata.xml index 1699e58..f68a1b6 100644 --- a/sci-biology/StarORF/metadata.xml +++ b/sci-biology/StarORF/metadata.xml @@ -5,7 +5,7 @@ <email>[email protected]</email> <name>Martin Mokrejs</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>[email protected]</email> <name>Gentoo Biology Project</name> </maintainer>
