diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:17:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:17:51 +0000 |
commit | 4e897ec10a560557b95cf6afe23b5ed6d6d8502c (patch) | |
tree | 65f9f7571207f16586a2a3579b082871e566f30b /dev-perl/Bio-Graphics | |
parent | net-mail/offlineimap: Update SRC_URI (diff) | |
download | gentoo-2-4e897ec10a560557b95cf6afe23b5ed6d6d8502c.tar.gz gentoo-2-4e897ec10a560557b95cf6afe23b5ed6d6d8502c.tar.bz2 gentoo-2-4e897ec10a560557b95cf6afe23b5ed6d6d8502c.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 8 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild new file mode 100644 index 000000000000..c9e3e9eccdab --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.190.ebuild,v 1.1 2011/02/07 18:17:51 robbat2 Exp $ + +EAPI="3" + +MODULE_AUTHOR=LDS +MODULE_VERSION=${PV:0:4} +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 be8c8322cd9f..77f19c754644 100644 --- a/dev-perl/Bio-Graphics/ChangeLog +++ b/dev-perl/Bio-Graphics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Bio-Graphics # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.24 2011/01/13 21:13:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.25 2011/02/07 18:17:51 robbat2 Exp $ + +*Bio-Graphics-2.190 (07 Feb 2011) + + 07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> + +Bio-Graphics-2.190.ebuild: + Version bump via perl-bump experimental tool. *Bio-Graphics-2.180 (13 Jan 2011) |