summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-05 08:32:49 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-05 08:32:49 +0000
commitc38d31dc4f9a787717cb475c43bb82a568f7b552 (patch)
tree179f5b5a27b0b50de7f9b3649f536d5b47248796 /dev-perl/Bio-Graphics
parentfix sed lines to really modify the file (diff)
downloadgentoo-2-c38d31dc4f9a787717cb475c43bb82a568f7b552.tar.gz
gentoo-2-c38d31dc4f9a787717cb475c43bb82a568f7b552.tar.bz2
gentoo-2-c38d31dc4f9a787717cb475c43bb82a568f7b552.zip
Version bump
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.01.ebuild20
-rw-r--r--dev-perl/Bio-Graphics/ChangeLog7
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.01.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.01.ebuild
new file mode 100644
index 000000000000..b6c5b34a2d7c
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.01.ebuild
@@ -0,0 +1,20 @@
+# 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.01.ebuild,v 1.1 2010/03/05 08:32:49 tove Exp $
+
+EAPI="2"
+
+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"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST=no
diff --git a/dev-perl/Bio-Graphics/ChangeLog b/dev-perl/Bio-Graphics/ChangeLog
index eb4e7cd989ac..706004c1b2a8 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.7 2010/02/14 08:42:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.8 2010/03/05 08:32:49 tove Exp $
+
+*Bio-Graphics-2.01 (05 Mar 2010)
+
+ 05 Mar 2010; Torsten Veller <tove@gentoo.org> +Bio-Graphics-2.01.ebuild:
+ Version bump
*Bio-Graphics-2.00 (14 Feb 2010)