summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-19 16:06:43 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-19 16:06:43 +0000
commit561c51e5f5ccdba95bef30da92c2622d6d0d7057 (patch)
tree407633b3a32d9b68d78f725c1046098694dec20d /dev-perl/Bio-Graphics
parentDrop openssl version checking. (diff)
downloadgentoo-2-561c51e5f5ccdba95bef30da92c2622d6d0d7057.tar.gz
gentoo-2-561c51e5f5ccdba95bef30da92c2622d6d0d7057.tar.bz2
gentoo-2-561c51e5f5ccdba95bef30da92c2622d6d0d7057.zip
[bump] dev-perl/Bio-Graphics-2.280.0
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.280.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.280.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.280.0.ebuild
new file mode 100644
index 000000000000..281d6f964e57
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.280.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.280.0.ebuild,v 1.1 2012/04/19 16:06:43 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=LDS
+MODULE_VERSION=2.28
+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 438ba03196f6..cbe09211d23e 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.33 2012/02/29 08:57:20 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.34 2012/04/19 16:06:43 tove Exp $
+
+*Bio-Graphics-2.280.0 (19 Apr 2012)
+
+ 19 Apr 2012; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.280.0.ebuild:
+ Version bump
*Bio-Graphics-2.260.0 (29 Feb 2012)