summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-22 15:41:58 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-22 15:41:58 +0000
commit45859a8327122234021486b768b1d1c52938f99b (patch)
tree5e0b5925b906085d8787823ab44d99e1229cb931 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-45859a8327122234021486b768b1d1c52938f99b.tar.gz
gentoo-2-45859a8327122234021486b768b1d1c52938f99b.tar.bz2
gentoo-2-45859a8327122234021486b768b1d1c52938f99b.zip
Version bump
(Portage version: 2.2_rc67_p177/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.15.ebuild24
-rw-r--r--dev-perl/Bio-Das/ChangeLog7
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.15.ebuild b/dev-perl/Bio-Das/Bio-Das-1.15.ebuild
new file mode 100644
index 000000000000..cc35c0e377b9
--- /dev/null
+++ b/dev-perl/Bio-Das/Bio-Das-1.15.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.15.ebuild,v 1.1 2010/06/22 15:41:58 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="LDS"
+inherit perl-module
+
+DESCRIPTION="Interface to Distributed Annotation System"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=virtual/perl-IO-Compress-1.0
+ sci-biology/bioperl
+ >=dev-perl/HTML-Parser-3
+ >=dev-perl/libwww-perl-5
+ >=virtual/perl-MIME-Base64-2.12"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=online
diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog
index 59a9d5964cc5..002ac817067d 100644
--- a/dev-perl/Bio-Das/ChangeLog
+++ b/dev-perl/Bio-Das/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Bio-Das
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.26 2010/04/03 07:03:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.27 2010/06/22 15:41:58 tove Exp $
+
+*Bio-Das-1.15 (22 Jun 2010)
+
+ 22 Jun 2010; Torsten Veller <tove@gentoo.org> +Bio-Das-1.15.ebuild:
+ Version bump
03 Apr 2010; Torsten Veller <tove@gentoo.org> Bio-Das-1.14.ebuild:
Disable online tests (#312781)