summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-05 11:13:21 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-05 11:13:21 +0000
commit938754f0644e2dee3c127d94c5271bec5e819925 (patch)
tree626b73ef46adb3fedd45d52ce1f87e263070f265 /dev-perl/Bio-Das
parentVersion bump <http://my.opera.com/desktopteam/blog/2009/09/04/10-10-with-unite>. (diff)
downloadgentoo-2-938754f0644e2dee3c127d94c5271bec5e819925.tar.gz
gentoo-2-938754f0644e2dee3c127d94c5271bec5e819925.tar.bz2
gentoo-2-938754f0644e2dee3c127d94c5271bec5e819925.zip
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Das')
-rw-r--r--dev-perl/Bio-Das/Bio-Das-1.14.ebuild25
-rw-r--r--dev-perl/Bio-Das/ChangeLog7
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.14.ebuild b/dev-perl/Bio-Das/Bio-Das-1.14.ebuild
new file mode 100644
index 000000000000..081c96a5a108
--- /dev/null
+++ b/dev-perl/Bio-Das/Bio-Das-1.14.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 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.14.ebuild,v 1.1 2009/09/05 11:13:21 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}"
+
+# Tests work again as of 1.10 (were broken in 1.09)
+SRC_TEST="do"
diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog
index 3847607cab67..ce049b4bbd15 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.23 2009/08/28 07:27:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.24 2009/09/05 11:13:21 tove Exp $
+
+*Bio-Das-1.14 (05 Sep 2009)
+
+ 05 Sep 2009; Torsten Veller <tove@gentoo.org> +Bio-Das-1.14.ebuild:
+ Version bump
*Bio-Das-1.12 (28 Aug 2009)