summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-28 19:19:33 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-28 19:19:33 +0000
commit7be2130d217a69b075e4a718a22249a588d692b9 (patch)
treef4d5c96bfd1b5c6e126351cbf1fb554828e76173 /dev-perl/Bio-Graphics
parent[bump] dev-perl/IO-Socket-SSL-1.440.0 (diff)
downloadhistorical-7be2130d217a69b075e4a718a22249a588d692b9.tar.gz
historical-7be2130d217a69b075e4a718a22249a588d692b9.tar.bz2
historical-7be2130d217a69b075e4a718a22249a588d692b9.zip
[bump] dev-perl/Bio-Graphics-2.240.0
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.240.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.240.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.240.0.ebuild
new file mode 100644
index 000000000000..281cf4a1bfdf
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.240.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.240.0.ebuild,v 1.1 2011/05/28 19:19:33 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=LDS
+MODULE_VERSION=2.24
+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 845dfd9ed8ff..1d62e266b688 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.29 2011/04/14 14:23:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.30 2011/05/28 19:19:33 tove Exp $
+
+*Bio-Graphics-2.240.0 (28 May 2011)
+
+ 28 May 2011; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.240.0.ebuild:
+ Version bump
*Bio-Graphics-2.210.0 (14 Apr 2011)