commit: 6dc5c0b8a6653268b5999449b161dd4cfb803da5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 08:46:17 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 08:46:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6dc5c0b8
sci-biology/ncbi-blast+: Drop sqlite-2 support
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/ncbi-blast+/metadata.xml | 3 ---
sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 7 +++----
sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild | 7 +++----
3 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/sci-biology/ncbi-blast+/metadata.xml
b/sci-biology/ncbi-blast+/metadata.xml
index 5a7151b..feff0f1 100644
--- a/sci-biology/ncbi-blast+/metadata.xml
+++ b/sci-biology/ncbi-blast+/metadata.xml
@@ -25,9 +25,6 @@
<flag name="sablotron">Undocumented USE</flag>
</use>
<use>
- <flag name="sqlite3">Add support for <pkg>dev-db/sqlite:3</pkg></flag>
- </use>
- <use>
<flag name="xerces">Undocumented USE</flag>
</use>
<use>
diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
index 3008025..9191a03 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ IUSE="
test wxwidgets odbc
berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif
glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python
- sablotron sqlite sqlite3 tiff xerces xalan xml xpm xslt X"
+ sablotron sqlite tiff xerces xalan xml xpm xslt X"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
#KEYWORDS=""
@@ -41,8 +41,7 @@ DEPEND="
berkdb? ( sys-libs/db:4.3[cxx] )
boost? ( dev-libs/boost )
curl? ( net-misc/curl )
- sqlite? ( dev-db/sqlite:0 )
- sqlite3? ( dev-db/sqlite:3 )
+ sqlite? ( dev-db/sqlite:3 )
mysql? ( virtual/mysql )
fltk? ( x11-libs/fltk )
opengl? ( virtual/opengl media-libs/glew )
diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
index 9b3c9b2..bff6d0a 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,7 +28,7 @@ IUSE="
test wxwidgets odbc
berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif
glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python
- sablotron sqlite sqlite3 tiff xerces xalan xml xpm xslt X"
+ sablotron sqlite tiff xerces xalan xml xpm xslt X"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
#KEYWORDS=""
@@ -41,8 +41,7 @@ DEPEND="
berkdb? ( sys-libs/db:4.3[cxx] )
boost? ( dev-libs/boost )
curl? ( net-misc/curl )
- sqlite? ( dev-db/sqlite:0 )
- sqlite3? ( dev-db/sqlite:3 )
+ sqlite? ( dev-db/sqlite:3 )
mysql? ( virtual/mysql )
fltk? ( x11-libs/fltk )
opengl? ( virtual/opengl media-libs/glew )