diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-16 08:15:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-16 08:15:14 +0000 |
commit | ecf96170820cc142e69d9144aaa1683f8d8757e5 (patch) | |
tree | 0a6e80b2f51de11f1d9a033e798129fe50128e27 /dev-perl/Bio-Graphics | |
parent | Version bump. Cleanup (diff) | |
download | historical-ecf96170820cc142e69d9144aaa1683f8d8757e5.tar.gz historical-ecf96170820cc142e69d9144aaa1683f8d8757e5.tar.bz2 historical-ecf96170820cc142e69d9144aaa1683f8d8757e5.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.10.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.10.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.10.ebuild new file mode 100644 index 000000000000..0b975dc38ec4 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.10.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.10.ebuild,v 1.1 2010/06/16 08:15:14 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 b61a23d69eaa..f5919b933ad2 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.16 2010/06/11 06:34:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.17 2010/06/16 08:15:14 tove Exp $ + +*Bio-Graphics-2.10 (16 Jun 2010) + + 16 Jun 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.10.ebuild: + Version bump 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Bio-Graphics-2.00.ebuild, -Bio-Graphics-2.01.ebuild, -Bio-Graphics-2.02.ebuild, |