Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/artemis-bin/
Date: Sun, 29 Jan 2017 14:21:00
Message-Id: 1485698255.8a654b4c4acd6785edbf734153ac08234d8a13de.jlec@gentoo
1 commit: 8a654b4c4acd6785edbf734153ac08234d8a13de
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 13:57:35 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 13:57:35 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a654b4c
7
8 sci-biology/artemis-bin: Add missing slot operator
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild | 8 +++++---
14 sci-biology/artemis-bin/metadata.xml | 2 +-
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild b/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild
18 index 2949569..2f1529a 100644
19 --- a/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild
20 +++ b/sci-biology/artemis-bin/artemis-bin-16.0.11.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -10,12 +10,14 @@ MY_V="16"
28
29 DESCRIPTION="DNA sequence viewer, annotation (Artemis) without comparison (ACT) tool"
30 HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis"
31 -SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_compiled_v"${PV}".tar.gz
32 +SRC_URI="
33 + ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_compiled_v"${PV}".tar.gz
34 ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/artemis_v"${PV}".jar
35 ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/v"${PV}"/sartemis_v"${PV}".jar
36 ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/artemis_manual_complete.pdf -> ${P}.manual.pdf
37 ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/release_notes.txt -> ${P}.release_notes.txt
38 ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v"${MY_V}"/art_html_build.zip -> ${P}.html_build.zip"
39 +
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="~amd64"
43 @@ -25,7 +27,7 @@ S="${WORKDIR}"
44
45 DEPEND="
46 !sci-biology/artemis
47 - sci-biology/samtools"
48 + sci-biology/samtools:0"
49 RDEPEND="${DEPEND}
50 >=virtual/jre-1.6"
51
52
53 diff --git a/sci-biology/artemis-bin/metadata.xml b/sci-biology/artemis-bin/metadata.xml
54 index 1699e58..f68a1b6 100644
55 --- a/sci-biology/artemis-bin/metadata.xml
56 +++ b/sci-biology/artemis-bin/metadata.xml
57 @@ -5,7 +5,7 @@
58 <email>mmokrejs@×××××××××××××××.cz</email>
59 <name>Martin Mokrejs</name>
60 </maintainer>
61 -<maintainer type="project">
62 + <maintainer type="project">
63 <email>sci-biology@g.o</email>
64 <name>Gentoo Biology Project</name>
65 </maintainer>