diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-14 14:24:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-14 14:24:00 +0000 |
commit | fff4bedec7b7d9c04e03023a49736a9e8a9a93d6 (patch) | |
tree | 0def6c0db29804a0ad28c618a5ea699fa17bdb55 /dev-perl | |
parent | [bump] dev-perl/HTTP-DAV-0.430.0 (diff) | |
download | historical-fff4bedec7b7d9c04e03023a49736a9e8a9a93d6.tar.gz historical-fff4bedec7b7d9c04e03023a49736a9e8a9a93d6.tar.bz2 historical-fff4bedec7b7d9c04e03023a49736a9e8a9a93d6.zip |
[bump] dev-perl/Bio-Graphics-2.210.0
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.210.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 7 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.210.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.210.0.ebuild new file mode 100644 index 000000000000..048a4d25b7b7 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.210.0.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.210.0.ebuild,v 1.1 2011/04/14 14:24:00 tove Exp $ + +EAPI="3" + +MODULE_AUTHOR=LDS +MODULE_VERSION=2.21 +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 eb3aa855e165..845dfd9ed8ff 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.28 2011/04/08 09:28:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.29 2011/04/14 14:23:59 tove Exp $ + +*Bio-Graphics-2.210.0 (14 Apr 2011) + + 14 Apr 2011; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.210.0.ebuild: + Version bump *Bio-Graphics-2.200.0 (08 Apr 2011) |