From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F0C68138A1A for ; Wed, 18 Feb 2015 16:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82F80E0985; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94907E097E for ; Wed, 18 Feb 2015 16:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A738C34074B for ; Wed, 18 Feb 2015 16:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E588212098 for ; Wed, 18 Feb 2015 16:41:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1424266066.b4ed4b3dc7977bc337a22d72776d2540dc001676.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-blast+/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-blast+/ChangeLog sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild X-VCS-Directories: sci-biology/ncbi-blast+/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b4ed4b3dc7977bc337a22d72776d2540dc001676 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7fa35274-9779-41dd-9705-409706f64e90 X-Archives-Hash: 71015a30f8a911eaf1537a34c597a11b commit: b4ed4b3dc7977bc337a22d72776d2540dc001676 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 13:27:46 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 13:27:46 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4ed4b3d sci-biology/ncbi-blast+: fix SLOT operators; correct python deps Package-Manager: portage-2.2.17 --- sci-biology/ncbi-blast+/ChangeLog | 3 +++ sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 16 ++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/sci-biology/ncbi-blast+/ChangeLog b/sci-biology/ncbi-blast+/ChangeLog index 0e7a67d..0da59fd 100644 --- a/sci-biology/ncbi-blast+/ChangeLog +++ b/sci-biology/ncbi-blast+/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher ncbi-blast+-2.2.30.ebuild: + sci-biology/ncbi-blast+: fix SLOT operators; correct python deps + 15 Jan 2015; Christoph Junghans metadata.xml: added use flags to metadata.xml 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 6b95dc4..498a6af 100644 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild @@ -4,7 +4,9 @@ EAPI=5 -inherit eutils flag-o-matic multilib toolchain-funcs +PYTHON_COMPAT=( python2_7 ) + +inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs MY_PV="2.2.30" MY_P="ncbi-blast-${PV}+-src" @@ -30,6 +32,8 @@ IUSE=" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" #KEYWORDS="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + # sys-libs/db should be compiled with USE=cxx DEPEND=" !sci-biology/ncbi-tools++ @@ -37,7 +41,7 @@ DEPEND=" berkdb? ( sys-libs/db:4.3[cxx] ) boost? ( dev-libs/boost ) curl? ( net-misc/curl ) - sqlite? ( dev-db/sqlite ) + sqlite? ( dev-db/sqlite:0 ) sqlite3? ( dev-db/sqlite:3 ) mysql? ( virtual/mysql ) fltk? ( x11-libs/fltk ) @@ -47,7 +51,7 @@ DEPEND=" freetype? ( media-libs/freetype ) fastcgi? ( www-apache/mod_fastcgi ) gnutls? ( net-libs/gnutls ) - python? ( dev-lang/python ) + python? ( ${PYTHON_DEPS} ) cppunit? ( dev-util/cppunit ) icu? ( dev-libs/icu ) expat? ( dev-libs/expat ) @@ -59,9 +63,9 @@ DEPEND=" muparser? ( dev-cpp/muParser ) hdf5? ( sci-libs/hdf5[cxx] ) gif? ( media-libs/giflib ) - jpeg? ( virtual/jpeg ) - png? ( media-libs/libpng ) - tiff? ( media-libs/tiff ) + jpeg? ( virtual/jpeg:0= ) + png? ( media-libs/libpng:0= ) + tiff? ( media-libs/tiff:0= ) xpm? ( x11-libs/libXpm ) dev-libs/lzo app-arch/bzip2