diff options
author | Torsten Veller <tove@gentoo.org> | 2012-10-09 18:06:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-10-09 18:06:07 +0000 |
commit | 268115c0b5b244a54ea34a7d486b2843f615ddb5 (patch) | |
tree | 1605199677c7e4c0f40a8d5e44e052e963d6f1fd /dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild | |
parent | [bump] dev-perl/Class-Load-XS-0.60.0 (diff) | |
download | historical-268115c0b5b244a54ea34a7d486b2843f615ddb5.tar.gz historical-268115c0b5b244a54ea34a7d486b2843f615ddb5.tar.bz2 historical-268115c0b5b244a54ea34a7d486b2843f615ddb5.zip |
[bump] dev-perl/Bio-Graphics-2.310.0
Package-Manager: portage-2.2.0_alpha136/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild new file mode 100644 index 000000000000..003350558b26 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-2.310.0.ebuild,v 1.1 2012/10/09 18:06:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=LDS +MODULE_VERSION=2.31 +inherit perl-module + +DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/GD + dev-perl/Statistics-Descriptive" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=no |