diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-18 06:43:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-18 06:43:34 +0000 |
commit | ec2d30adeec43bea1723d96e6b34bd4e054e6e32 (patch) | |
tree | b24613b1b24976cdad45b07ffcd3551f2773116a /dev-perl/Bio-Graphics | |
parent | Version bump to version from Developer Tools 3.2.2 (diff) | |
download | gentoo-2-ec2d30adeec43bea1723d96e6b34bd4e054e6e32.tar.gz gentoo-2-ec2d30adeec43bea1723d96e6b34bd4e054e6e32.tar.bz2 gentoo-2-ec2d30adeec43bea1723d96e6b34bd4e054e6e32.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.09.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.09.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.09.ebuild new file mode 100644 index 000000000000..20b4a4d86616 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.09.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.09.ebuild,v 1.1 2010/05/18 06:43:34 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 f53e094ba716..23fd46ca461c 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.14 2010/05/15 08:26:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.15 2010/05/18 06:43:34 tove Exp $ + +*Bio-Graphics-2.09 (18 May 2010) + + 18 May 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.09.ebuild: + Version bump *Bio-Graphics-2.08 (15 May 2010) |