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 923501384B4 for ; Fri, 20 Nov 2015 21:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D7421C002; Fri, 20 Nov 2015 21:38:11 +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 D39BE21C002 for ; Fri, 20 Nov 2015 21:38:10 +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 EC61D340A35 for ; Fri, 20 Nov 2015 21:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330E8A44 for ; Fri, 20 Nov 2015 21:38:04 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1448055416.7028de3e8e30208ab7bde0da4a84a0572cb9da02.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/maker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/maker/ChangeLog sci-biology/maker/maker-2.31.8.ebuild X-VCS-Directories: sci-biology/maker/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 7028de3e8e30208ab7bde0da4a84a0572cb9da02 X-VCS-Branch: master Date: Fri, 20 Nov 2015 21:38:04 +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: e103f6a0-1eae-4fd6-a2b6-8d6a3597130c X-Archives-Hash: 2a05f6819dcfc5b216e5c481a45f8a97 commit: 7028de3e8e30208ab7bde0da4a84a0572cb9da02 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Nov 20 21:36:56 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Nov 20 21:36:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7028de3e sci-biology/maker: document opened Gentoo bugzilla tickets Package-Manager: portage-2.2.18 sci-biology/maker/ChangeLog | 3 +++ sci-biology/maker/maker-2.31.8.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-biology/maker/ChangeLog b/sci-biology/maker/ChangeLog index bf295cf..114f18d 100644 --- a/sci-biology/maker/ChangeLog +++ b/sci-biology/maker/ChangeLog @@ -3,6 +3,9 @@ # $Id$ 20 Nov 2015; Martin Mokrejs maker-2.31.8.ebuild: + sci-biology/maker: document opened Gentoo bugzilla tickets + + 20 Nov 2015; Martin Mokrejs maker-2.31.8.ebuild: sci-biology/maker: depend on mpich2 when USE=mpi, add back hard DEPENDency on repeatmasker because install process does not continue without it, document additional perl modules not available in portage diff --git a/sci-biology/maker/maker-2.31.8.ebuild b/sci-biology/maker/maker-2.31.8.ebuild index 00a88da..7f422b9 100644 --- a/sci-biology/maker/maker-2.31.8.ebuild +++ b/sci-biology/maker/maker-2.31.8.ebuild @@ -19,10 +19,10 @@ SLOT="0" KEYWORDS="" IUSE="mpi" -# http://search.cpan.org/~rgarcia/Perl-Unsafe-Signals-0.02/ -# http://search.cpan.org/~rybskej/forks-0.36/lib/forks.pm +# http://search.cpan.org/~rgarcia/Perl-Unsafe-Signals-0.02/ # bug #566358 +# http://search.cpan.org/~rybskej/forks-0.36/lib/forks.pm # bug #566360 # http://search.cpan.org/~rybskej/forks-0.36/lib/forks/shared.pm -# http://search.cpan.org/~dconway/IO-Prompt-0.997002/lib/IO/Prompt.pm +# http://search.cpan.org/~dconway/IO-Prompt-0.997002/lib/IO/Prompt.pm # bug #566362 DEPEND=" mpi? ( sys-cluster/mpich2 ) dev-perl/DBI