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 1D0E1138A1A for ; Wed, 18 Feb 2015 16:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40952E098A; Wed, 18 Feb 2015 16:41:29 +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 88F0EE098A for ; Wed, 18 Feb 2015 16:41:28 +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 A92CC34084E 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 01B1812099 for ; Wed, 18 Feb 2015 16:41:24 +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: <1424266151.abea2757044d9b4ee86ceea1a0f6afe974c03f62.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-tools++/ChangeLog sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild X-VCS-Directories: sci-biology/ncbi-tools++/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: abea2757044d9b4ee86ceea1a0f6afe974c03f62 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:24 +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: 4942eaca-751b-4c5a-809a-15ca2b690924 X-Archives-Hash: b46b88e3b59774e2427fadd41b3e61e9 commit: abea2757044d9b4ee86ceea1a0f6afe974c03f62 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 13:29:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 13:29:11 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=abea2757 sci-biology/ncbi-tools++: fix SLOT operators; correct python deps Package-Manager: portage-2.2.17 --- sci-biology/ncbi-tools++/ChangeLog | 5 ++++- sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 18 +++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/sci-biology/ncbi-tools++/ChangeLog b/sci-biology/ncbi-tools++/ChangeLog index 65f0990..44abaa2 100644 --- a/sci-biology/ncbi-tools++/ChangeLog +++ b/sci-biology/ncbi-tools++/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/ncbi-tools++ -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher ncbi-tools++-12.0.0.ebuild: + sci-biology/ncbi-tools++: fix SLOT operators; correct python deps + 16 Sep 2014; Christoph Junghans -files/ncbi-tools++-12.0.0-as-needed.patch, -files/ncbi-tools++-9.0.0-as-needed.patch, diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild index b019bc6..b2933a4 100644 --- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild +++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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_TAG="Jun_15_2010" MY_Y="${MY_TAG/*_/}" @@ -31,13 +33,15 @@ 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/sra_sdk 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