Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-blast+/
Date: Fri, 28 Apr 2017 17:58:27
Message-Id: 1493402288.94213c11a5931dfd22ce57afdd7a12b9a40fa402.mmokrejs@gentoo
1 commit: 94213c11a5931dfd22ce57afdd7a12b9a40fa402
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Apr 28 17:58:08 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Apr 28 17:58:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94213c11
7
8 sci-biology/ncbi-blast+: version bump
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 .../{ncbi-blast+-2.3.0.ebuild => ncbi-blast+-2.6.0.ebuild} | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild
16 similarity index 98%
17 rename from sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild
18 rename to sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild
19 index 7791cf3e5..6adbefad3 100644
20 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild
21 +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -239,7 +239,9 @@ src_configure() {
29 $(use_with mesa mesa "${EPREFIX}/usr")
30 $(use_with opengl glut "${EPREFIX}/usr")
31 $(use_with opengl glew "${EPREFIX}/usr")
32 - $(use_with opengl glew-mx)
33 + #
34 + # GLEW 2.0 dropped support for this, see https://bugs.gentoo.org/show_bug.cgi?id=611302
35 + # $(use_with opengl glew-mx)
36 $(use_with wxwidgets wxwidgets "${EPREFIX}/usr")
37 $(use_with wxwidgets wxwidgets-ucs)
38 $(use_with freetype freetype "${EPREFIX}/usr")
39 @@ -264,6 +266,8 @@ src_configure() {
40 $(use_with curl curl "${EPREFIX}/usr")
41 # $(use_with X x "${EPREFIX}/usr")
42 # $(use_with X x) # there is no --with-x option
43 + # prevent downloading VDB sources from https://github.com/ncbi/ncbi-vdb.git during configure execution
44 + --without-vdb
45 )
46
47 # http://www.ncbi.nlm.nih.gov/books/NBK7167/