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 E6D34138ACE for ; Sun, 8 Mar 2015 18:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5229AE0B13; Sun, 8 Mar 2015 18:09:03 +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 A2268E0B0E for ; Sun, 8 Mar 2015 18:09:02 +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 A5C1334077F for ; Sun, 8 Mar 2015 18:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B341352E for ; Sun, 8 Mar 2015 18:08:58 +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: <1425836617.3f85d74886bd2349d66353e35fd902730e2cf8d7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biopieces/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/biopieces/ChangeLog sci-biology/biopieces/biopieces-9999.ebuild X-VCS-Directories: sci-biology/biopieces/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3f85d74886bd2349d66353e35fd902730e2cf8d7 X-VCS-Branch: master Date: Sun, 8 Mar 2015 18:08:58 +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: ed300386-a1b8-4cf7-aa7a-6b0443421960 X-Archives-Hash: c8034b554f71cb861237903e2cb05936 commit: 3f85d74886bd2349d66353e35fd902730e2cf8d7 Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 8 17:43:37 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 8 17:43:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f85d748 Fix missing test in IUSE and missing dep in python Package-Manager: portage-2.2.17 RepoMan-Options: --force sci-biology/biopieces/ChangeLog | 3 +++ sci-biology/biopieces/biopieces-9999.ebuild | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sci-biology/biopieces/ChangeLog b/sci-biology/biopieces/ChangeLog index db06e76..615109a 100644 --- a/sci-biology/biopieces/ChangeLog +++ b/sci-biology/biopieces/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Mar 2015; Justin Lecher biopieces-9999.ebuild: + Fix missing test in IUSE and missing dep in python + 18 Feb 2015; Justin Lecher -Manifest, biopieces-9999.ebuild: sci-biology/biopieces: fix SLOT operators; correct ruby and python deps diff --git a/sci-biology/biopieces/biopieces-9999.ebuild b/sci-biology/biopieces/biopieces-9999.ebuild index d33a63f..0e3731d 100644 --- a/sci-biology/biopieces/biopieces-9999.ebuild +++ b/sci-biology/biopieces/biopieces-9999.ebuild @@ -25,13 +25,13 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -IUSE="" +IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Ruby terminal-table ? -DEPEND=" +CDEPEND="${PYTHON_DEPS} >=dev-lang/perl-5.8 dev-perl/libwww-perl dev-perl/Bit-Vector @@ -51,13 +51,15 @@ DEPEND=" virtual/perl-DB_File virtual/perl-Time-HiRes" +DEPEND="${CDEPEND}" + ruby_add_bdepend "dev-ruby/RubyInline" ruby_add_rdepend "dev-ruby/gnuplot dev-ruby/narray" # sci-biology/vmatch # http://www.vmatch.de/ # fecth restrict # sci-biology/usearch-bin # http://www.drive5.com/usearch/ # fecth restrict -RDEPEND="${DEPEND} +RDEPEND="${CDEPEND} sci-biology/ncbi-tools sci-biology/muscle sci-biology/mummer