summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-21 19:03:16 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-21 19:03:16 +0000
commit700525195421ce6f95e1f8cea5af3d7097e488ff (patch)
tree5d825ba91d63b61cf6d1f14abae1ccc60e2ef8f6 /dev-perl/Bio-Graphics
parentStable on amd64 wrt bug #337839 (diff)
downloadhistorical-700525195421ce6f95e1f8cea5af3d7097e488ff.tar.gz
historical-700525195421ce6f95e1f8cea5af3d7097e488ff.tar.bz2
historical-700525195421ce6f95e1f8cea5af3d7097e488ff.zip
Version bump
Package-Manager: portage-2.2_rc84/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.13.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.13.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.13.ebuild
new file mode 100644
index 000000000000..525bc27cec39
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.13.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.13.ebuild,v 1.1 2010/09/21 19:03:16 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 d67f32640948..072c42320ca4 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.19 2010/09/01 07:07:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.20 2010/09/21 19:03:16 tove Exp $
+
+*Bio-Graphics-2.13 (21 Sep 2010)
+
+ 21 Sep 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.13.ebuild:
+ Version bump
*Bio-Graphics-2.12 (01 Sep 2010)