diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-23 13:41:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-23 13:41:01 +0000 |
commit | 02962ca1b03e38550cc562143bc57957f942337a (patch) | |
tree | 38e120f4485700f38a1c764fbd114b632e4ad13c /dev-perl/Bio-Graphics | |
parent | Version bump (diff) | |
download | gentoo-2-02962ca1b03e38550cc562143bc57957f942337a.tar.gz gentoo-2-02962ca1b03e38550cc562143bc57957f942337a.tar.bz2 gentoo-2-02962ca1b03e38550cc562143bc57957f942337a.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.04.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 7 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.04.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.04.ebuild new file mode 100644 index 000000000000..ef107c0334db --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.04.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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.04.ebuild,v 1.1 2010/04/23 13:41:01 tove Exp $ + +EAPI="3" + +MODULE_AUTHOR=LDS +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 2d1d86e46e6e..c00e2412dcb3 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.9 2010/03/27 21:35:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.10 2010/04/23 13:41:01 tove Exp $ + +*Bio-Graphics-2.04 (23 Apr 2010) + + 23 Apr 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.04.ebuild: + Version bump *Bio-Graphics-2.02 (27 Mar 2010) |