summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-10 19:33:26 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-10 19:33:26 +0000
commitbb763e606a6ac251768139f13cd35f1ce3e7ed7d (patch)
tree324324d363f80ef014ab4945af9942bd9d4dfd80 /dev-perl
parent[bump] dev-perl/Clone-0.340.0 (diff)
downloadgentoo-2-bb763e606a6ac251768139f13cd35f1ce3e7ed7d.tar.gz
gentoo-2-bb763e606a6ac251768139f13cd35f1ce3e7ed7d.tar.bz2
gentoo-2-bb763e606a6ac251768139f13cd35f1ce3e7ed7d.zip
[bump] dev-perl/Bio-Graphics-2.320.0
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.320.0.ebuild22
-rw-r--r--dev-perl/Bio-Graphics/ChangeLog7
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.320.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.320.0.ebuild
new file mode 100644
index 000000000000..91935758fa2e
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.320.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 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.320.0.ebuild,v 1.1 2012/12/10 19:33:26 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=LDS
+MODULE_VERSION=2.32
+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 9eecb27812b2..29d85df62693 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.38 2012/10/09 18:06:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.39 2012/12/10 19:33:26 tove Exp $
+
+*Bio-Graphics-2.320.0 (10 Dec 2012)
+
+ 10 Dec 2012; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.320.0.ebuild:
+ Version bump
*Bio-Graphics-2.310.0 (09 Oct 2012)