commit: 8a654b4c4acd6785edbf734153ac08234d8a13de Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 13:57:35 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 13:57:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a654b4c
sci-biology/artemis-bin: 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-bin/artemis-bin-16.0.11.ebuild | 8 +++++--- sci-biology/artemis-bin/metadata.xml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild b/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild index 2949569..2f1529a 100644 --- a/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild +++ b/sci-biology/artemis-bin/artemis-bin-16.0.11.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$ @@ -10,12 +10,14 @@ MY_V="16" DESCRIPTION="DNA sequence viewer, annotation (Artemis) without comparison (ACT) tool" HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis" -SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_compiled_v"${PV}".tar.gz +SRC_URI=" + ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_compiled_v"${PV}".tar.gz ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_v"${PV}".jar ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/sartemis_v"${PV}".jar ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/artemis_manual_complete.pdf -> ${P}.manual.pdf ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/release_notes.txt -> ${P}.release_notes.txt ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/art_html_build.zip -> ${P}.html_build.zip" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" @@ -25,7 +27,7 @@ S="${WORKDIR}" DEPEND=" !sci-biology/artemis - sci-biology/samtools" + sci-biology/samtools:0" RDEPEND="${DEPEND} >=virtual/jre-1.6" diff --git a/sci-biology/artemis-bin/metadata.xml b/sci-biology/artemis-bin/metadata.xml index 1699e58..f68a1b6 100644 --- a/sci-biology/artemis-bin/metadata.xml +++ b/sci-biology/artemis-bin/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>
