Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/psipred/
Date: Sun, 26 Aug 2018 18:22:28
Message-Id: 1535307733.0cc6f583a6271a6d8d8b3e78ce6d0c042472a703.mgorny@gentoo
1 commit: 0cc6f583a6271a6d8d8b3e78ce6d0c042472a703
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 18:05:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 18:22:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc6f583
7
8 sci-biology/psipred: Remove support for non-existent deps
9
10 sci-biology/psipred/psipred-3.2.1.ebuild | 4 ++--
11 sci-biology/psipred/psipred-3.3.ebuild | 4 ++--
12 sci-biology/psipred/psipred-3.4.ebuild | 4 ++--
13 sci-biology/psipred/psipred-3.5.ebuild | 4 ++--
14 4 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-biology/psipred/psipred-3.2.1.ebuild b/sci-biology/psipred/psipred-3.2.1.ebuild
17 index 556b98801f3..1bcb5874463 100644
18 --- a/sci-biology/psipred/psipred-3.2.1.ebuild
19 +++ b/sci-biology/psipred/psipred-3.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -18,7 +18,7 @@ IUSE="test"
27
28 RDEPEND="
29 sci-biology/ncbi-tools
30 - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )"
31 + sci-biology/update-blastdb"
32 DEPEND=""
33
34 S="${WORKDIR}"
35
36 diff --git a/sci-biology/psipred/psipred-3.3.ebuild b/sci-biology/psipred/psipred-3.3.ebuild
37 index 16c7fbd503a..4e0b0102837 100644
38 --- a/sci-biology/psipred/psipred-3.3.ebuild
39 +++ b/sci-biology/psipred/psipred-3.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=4
46 @@ -21,7 +21,7 @@ IUSE="test"
47
48 RDEPEND="
49 sci-biology/ncbi-tools
50 - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )"
51 + sci-biology/update-blastdb"
52 DEPEND=""
53
54 S="${WORKDIR}"/${PN}
55
56 diff --git a/sci-biology/psipred/psipred-3.4.ebuild b/sci-biology/psipred/psipred-3.4.ebuild
57 index 7b71d435ae2..d1d6a547d17 100644
58 --- a/sci-biology/psipred/psipred-3.4.ebuild
59 +++ b/sci-biology/psipred/psipred-3.4.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2014 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=5
66 @@ -22,7 +22,7 @@ IUSE="test"
67 RDEPEND="
68 app-shells/tcsh
69 sci-biology/ncbi-tools
70 - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )"
71 + sci-biology/update-blastdb"
72 DEPEND=""
73
74 S="${WORKDIR}"/${PN}
75
76 diff --git a/sci-biology/psipred/psipred-3.5.ebuild b/sci-biology/psipred/psipred-3.5.ebuild
77 index 7b71d435ae2..d1d6a547d17 100644
78 --- a/sci-biology/psipred/psipred-3.5.ebuild
79 +++ b/sci-biology/psipred/psipred-3.5.ebuild
80 @@ -1,4 +1,4 @@
81 -# Copyright 1999-2014 Gentoo Foundation
82 +# Copyright 1999-2018 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=5
86 @@ -22,7 +22,7 @@ IUSE="test"
87 RDEPEND="
88 app-shells/tcsh
89 sci-biology/ncbi-tools
90 - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )"
91 + sci-biology/update-blastdb"
92 DEPEND=""
93
94 S="${WORKDIR}"/${PN}