From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B50F71397D4 for ; Fri, 29 Dec 2017 21:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47A5E0F79; Fri, 29 Dec 2017 21:08:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A58ACE0F79 for ; Fri, 29 Dec 2017 21:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B6F133BF05 for ; Fri, 29 Dec 2017 21:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E901CAE8F for ; Fri, 29 Dec 2017 21:08:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1514581685.a522b21972bab5986eb38a0402bb83ecb89a7f5d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild X-VCS-Directories: dev-perl/Bio-Graphics/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a522b21972bab5986eb38a0402bb83ecb89a7f5d X-VCS-Branch: master Date: Fri, 29 Dec 2017 21:08:53 +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: 8971c130-a7cd-4a6e-8c96-38533d88aadd X-Archives-Hash: 6db4f6dd573695c5733e905ed1ffb99b commit: a522b21972bab5986eb38a0402bb83ecb89a7f5d Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 29 21:08:05 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 29 21:08:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522b219 dev-perl/Bio-Graphics: Version bump Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild new file mode 100644 index 00000000000..67322008b51 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MODULE_AUTHOR=CJFIELDS +MODULE_VERSION=2.40 +inherit perl-module + +DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/GD-2.300.0 + >=dev-perl/Statistics-Descriptive-2.600.0 + >=sci-biology/bioperl-1.5.9.1 + dev-perl/CGI +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 +" +SRC_TEST=do