commit: 94f515f53613ad903865e2c78f394cac5e9dc65a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 13:56:46 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 13:56:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94f515f5
sci-biology/artemis: Add missing slot operator Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/artemis/artemis-9999.ebuild | 7 ++++--- sci-biology/artemis/metadata.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-biology/artemis/artemis-9999.ebuild b/sci-biology/artemis/artemis-9999.ebuild index d9e915d..5d71760 100644 --- a/sci-biology/artemis/artemis-9999.ebuild +++ b/sci-biology/artemis/artemis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,8 @@ inherit java-pkg-2 java-ant-2 git-r3 DESCRIPTION="DNA sequence viewer/annotation (Artemis) and comparison (ACT) tool" HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis" -SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.pdf -> ${P}.manual.pdf +SRC_URI=" + ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.pdf -> ${P}.manual.pdf ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/art_html_build.zip -> ${P}.html_build.zip" EGIT_REPO_URI="https://github.com/sanger-pathogens/Artemis" @@ -19,7 +20,7 @@ IUSE="" # uses its own BamView RDEPEND=" - sci-biology/samtools + sci-biology/samtools:0 >=virtual/jre-1.6:*" DEPEND="${RDEPEND} !sci-biology/artemis-bin diff --git a/sci-biology/artemis/metadata.xml b/sci-biology/artemis/metadata.xml index 1699e58..f68a1b6 100644 --- a/sci-biology/artemis/metadata.xml +++ b/sci-biology/artemis/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>
