summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2017-12-30 00:08:05 +0300
committerMikle Kolyada <zlogene@gentoo.org>2017-12-30 00:08:05 +0300
commita522b21972bab5986eb38a0402bb83ecb89a7f5d (patch)
tree0ad7caa9c2d2ffc2266756b23affe45ec6612a9c /dev-perl/Bio-Graphics
parentdev-perl/Business-ISSN: Version bump (diff)
downloadgentoo-a522b21972bab5986eb38a0402bb83ecb89a7f5d.tar.gz
gentoo-a522b21972bab5986eb38a0402bb83ecb89a7f5d.tar.bz2
gentoo-a522b21972bab5986eb38a0402bb83ecb89a7f5d.zip
dev-perl/Bio-Graphics: Version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild25
1 files changed, 25 insertions, 0 deletions
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 000000000000..67322008b51b
--- /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