summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-16 06:44:35 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-16 06:44:35 +0000
commit38cb135584c0b15f7c9da58e5e70914c694042ea (patch)
tree558fe04043b2c20e0529f3bd0ddacedc08a8c920 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-38cb135584c0b15f7c9da58e5e70914c694042ea.tar.gz
gentoo-2-38cb135584c0b15f7c9da58e5e70914c694042ea.tar.bz2
gentoo-2-38cb135584c0b15f7c9da58e5e70914c694042ea.zip
Version bump
(Portage version: 2.2_rc67_p226/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.11.ebuild21
-rw-r--r--dev-perl/Bio-Graphics/ChangeLog7
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.11.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.11.ebuild
new file mode 100644
index 000000000000..48791ee90236
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.11.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.11.ebuild,v 1.1 2010/07/16 06:44:35 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 f5919b933ad2..6b9c3bea2f01 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.17 2010/06/16 08:15:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.18 2010/07/16 06:44:35 tove Exp $
+
+*Bio-Graphics-2.11 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.11.ebuild:
+ Version bump
*Bio-Graphics-2.10 (16 Jun 2010)