summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-20 16:59:25 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-20 16:59:25 +0000
commit7fafb0ea72e4588c4d06061aaccb6e3aa2f2a033 (patch)
tree9fa0438f1635c17f2ed4a9c5913266987fd2c64a /dev-perl/Bio-Graphics
parentVersion bump (diff)
downloadhistorical-7fafb0ea72e4588c4d06061aaccb6e3aa2f2a033.tar.gz
historical-7fafb0ea72e4588c4d06061aaccb6e3aa2f2a033.tar.bz2
historical-7fafb0ea72e4588c4d06061aaccb6e3aa2f2a033.zip
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.14.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.14.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.14.ebuild
new file mode 100644
index 000000000000..9889e877bad9
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.14.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.14.ebuild,v 1.1 2010/10/20 16:59:25 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 5508ad230807..ebe012c15ba8 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.21 2010/10/20 08:58:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.22 2010/10/20 16:59:25 tove Exp $
+
+*Bio-Graphics-2.14 (20 Oct 2010)
+
+ 20 Oct 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.14.ebuild:
+ Version bump
20 Oct 2010; Torsten Veller <tove@gentoo.org> -Bio-Graphics-1.994.ebuild,
-Bio-Graphics-2.09.ebuild, -Bio-Graphics-2.10.ebuild,