diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
commit | 00e2832b2ef5d0cc353290d580d658d6c87f7ae6 (patch) | |
tree | cf549436404366f20998cc5975f1a53a2b1ae103 /dev-perl/Bio-Graphics | |
parent | Version bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff) | |
download | historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.gz historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.bz2 historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.260.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 10 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.260.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.260.0.ebuild new file mode 100644 index 000000000000..245b24e323e0 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.260.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.260.0.ebuild,v 1.1 2012/02/29 08:57:20 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=LDS +MODULE_VERSION=2.26 +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 598df747b62b..438ba03196f6 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.32 2011/10/21 13:52:21 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.33 2012/02/29 08:57:20 robbat2 Exp $ + +*Bio-Graphics-2.260.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +Bio-Graphics-2.260.0.ebuild: + Version bump via perl-bump experimental tool. *Bio-Graphics-2.250.0 (21 Oct 2011) |