diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-16 19:20:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-16 19:20:48 +0000 |
commit | 2b78eb9fd89c9213fabe1d67001f14156986b4b6 (patch) | |
tree | 9b9703751ae5aa4845eeb93f680d7f72ede029fd /dev-perl/Bio-Graphics | |
parent | [bump] dev-perl/File-MMagic-1.280.0 (diff) | |
download | gentoo-2-2b78eb9fd89c9213fabe1d67001f14156986b4b6.tar.gz gentoo-2-2b78eb9fd89c9213fabe1d67001f14156986b4b6.tar.bz2 gentoo-2-2b78eb9fd89c9213fabe1d67001f14156986b4b6.zip |
[bump] dev-perl/Bio-Graphics-2.290.0
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.290.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 7 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.290.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.290.0.ebuild new file mode 100644 index 000000000000..fc03667fa081 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.290.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.290.0.ebuild,v 1.1 2012/06/16 19:20:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=LDS +MODULE_VERSION=2.29 +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 diff --git a/dev-perl/Bio-Graphics/ChangeLog b/dev-perl/Bio-Graphics/ChangeLog index cbe09211d23e..6f59b0c64c46 100644 --- a/dev-perl/Bio-Graphics/ChangeLog +++ b/dev-perl/Bio-Graphics/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Bio-Graphics # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.34 2012/04/19 16:06:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.35 2012/06/16 19:20:48 tove Exp $ + +*Bio-Graphics-2.290.0 (16 Jun 2012) + + 16 Jun 2012; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.290.0.ebuild: + Version bump *Bio-Graphics-2.280.0 (19 Apr 2012) |