Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
Date: Fri, 29 Dec 2017 21:08:59
Message-Id: 1514581685.a522b21972bab5986eb38a0402bb83ecb89a7f5d.zlogene@gentoo
1 commit: a522b21972bab5986eb38a0402bb83ecb89a7f5d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 21:08:05 2017 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 21:08:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522b219
7
8 dev-perl/Bio-Graphics: Version bump
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 25 +++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
16 new file mode 100644
17 index 00000000000..67322008b51
18 --- /dev/null
19 +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +MODULE_AUTHOR=CJFIELDS
27 +MODULE_VERSION=2.40
28 +inherit perl-module
29 +
30 +DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
31 +
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + >=dev-perl/GD-2.300.0
38 + >=dev-perl/Statistics-Descriptive-2.600.0
39 + >=sci-biology/bioperl-1.5.9.1
40 + dev-perl/CGI
41 +"
42 +DEPEND="${RDEPEND}
43 + >=dev-perl/Module-Build-0.420.0
44 +"
45 +SRC_TEST=do