summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-23 18:35:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-23 18:35:42 +0000
commitaf778783756ef6be03f2b74a0d08f7f59d0aabc7 (patch)
tree103bb449ee2417d99cb1331c49fee93b4250921b /dev-perl/Bio-Das
parentAdded ~ppc keyword. Fixes bug #252237. (diff)
downloadhistorical-af778783756ef6be03f2b74a0d08f7f59d0aabc7.tar.gz
historical-af778783756ef6be03f2b74a0d08f7f59d0aabc7.tar.bz2
historical-af778783756ef6be03f2b74a0d08f7f59d0aabc7.zip
Version bump.
Package-Manager: portage-2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Bio-Das')
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.10.ebuild22
-rw-r--r--dev-perl/Bio-Das/ChangeLog7
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.10.ebuild b/dev-perl/Bio-Das/Bio-Das-1.10.ebuild
new file mode 100644
index 000000000000..717289f281f6
--- /dev/null
+++ b/dev-perl/Bio-Das/Bio-Das-1.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 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.10.ebuild,v 1.1 2008/12/23 18:34:44 robbat2 Exp $
+
+MODULE_AUTHOR="LDS"
+inherit perl-module
+
+
+DESCRIPTION="Interface to Distributed Annotation System"
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+# Tests work again as of 1.10 (were broken in 1.09)
+SRC_TEST="do"
+
+DEPEND=">=virtual/perl-Compress-Zlib-1.0
+ sci-biology/bioperl
+ >=dev-perl/HTML-Parser-3
+ >=dev-perl/libwww-perl-5
+ >=virtual/perl-MIME-Base64-2.12"
diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog
index 889d5c4808b8..d4dbb414388a 100644
--- a/dev-perl/Bio-Das/ChangeLog
+++ b/dev-perl/Bio-Das/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Bio-Das
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.18 2008/12/23 09:50:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.19 2008/12/23 18:34:44 robbat2 Exp $
+
+*Bio-Das-1.10 (23 Dec 2008)
+
+ 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +Bio-Das-1.10.ebuild:
+ Version bump.
*Bio-Das-1.09 (23 Dec 2008)