commit: c714b20bbe1ab888cd55ca61643e28aa707c545e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 20:25:01 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 20:25:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c714b20b
sci-biology/apollo: QA fixes Bump to EAPI 6 shorten DESCRIPTION drop dead code Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/apollo/apollo-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild index b92396a..d3b7e49 100644 --- a/sci-biology/apollo/apollo-9999.ebuild +++ b/sci-biology/apollo/apollo-9999.ebuild @@ -1,23 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 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 +inherit java-pkg-2 java-ant-2 subversion -[ "$PV" == "9999" ] && inherit subversion - -DESCRIPTION="Apollo genome editor is Java-based application for browsing and annotation of genomic sequences" +DESCRIPTION="Apollo genome editor" 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 - ESVN_REPO_URI="https://gmod.svn.sourceforge.net/svnroot/gmod/apollo/trunk" - #KEYWORDS="~amd64 ~x86" -else - SRC_URI="http://apollo.berkeleybop.org/current/installers/Apollo_unix.sh" - #KEYWORDS="~amd64 ~x86" -fi +ESVN_REPO_URI="https://gmod.svn.sourceforge.net/svnroot/gmod/apollo/trunk" LICENSE="Artistic" SLOT="0"
