diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-13 21:13:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-13 21:13:07 +0000 |
commit | 11397c1cfc58ef57955b1f7d16bcfe4a5da92b51 (patch) | |
tree | 0ee45f07b3f0a77c97db23810d168c7fa67c2dbc /dev-perl/Bio-Graphics | |
parent | stable ppc, bug 343035 (diff) | |
download | gentoo-2-11397c1cfc58ef57955b1f7d16bcfe4a5da92b51.tar.gz gentoo-2-11397c1cfc58ef57955b1f7d16bcfe4a5da92b51.tar.bz2 gentoo-2-11397c1cfc58ef57955b1f7d16bcfe4a5da92b51.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.180.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 9 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.180.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.180.ebuild new file mode 100644 index 000000000000..25f3f4fb18bc --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.180.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.180.ebuild,v 1.1 2011/01/13 21:13:07 tove Exp $ + +EAPI="3" + +MODULE_AUTHOR=LDS +MODULE_VERSION=2.18 +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 d4905c6ede03..be8c8322cd9f 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.23 2010/11/03 19:08:11 tove Exp $ +# 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 $ + +*Bio-Graphics-2.180 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.180.ebuild: + Version bump *Bio-Graphics-2.15 (03 Nov 2010) |