diff options
author | 2008-12-23 09:50:45 +0000 | |
---|---|---|
committer | 2008-12-23 09:50:45 +0000 | |
commit | b169fd6dc15b747c106e3aa1c4dc6f14912f6d0a (patch) | |
tree | 4a2060532c8805ce848855a9915c11079287ea56 /dev-perl/Bio-Das | |
parent | Version bump. (diff) | |
download | gentoo-2-b169fd6dc15b747c106e3aa1c4dc6f14912f6d0a.tar.gz gentoo-2-b169fd6dc15b747c106e3aa1c4dc6f14912f6d0a.tar.bz2 gentoo-2-b169fd6dc15b747c106e3aa1c4dc6f14912f6d0a.zip |
Version bump.
(Portage version: 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.09.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Bio-Das/ChangeLog | 7 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.09.ebuild b/dev-perl/Bio-Das/Bio-Das-1.09.ebuild new file mode 100644 index 000000000000..c7d19fed822a --- /dev/null +++ b/dev-perl/Bio-Das/Bio-Das-1.09.ebuild @@ -0,0 +1,23 @@ +# 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.09.ebuild,v 1.1 2008/12/23 09:50:45 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" + +# Do not run testcases, as they require network access +# and the server is often down. +SRC_TEST="skip" + +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 35aff3b0cb8b..889d5c4808b8 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.17 2008/11/18 14:25:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.18 2008/12/23 09:50:45 robbat2 Exp $ + +*Bio-Das-1.09 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +Bio-Das-1.09.ebuild: + Version bump. 18 Nov 2008; Torsten Veller <tove@gentoo.org> Bio-Das-1.02.ebuild, Bio-Das-1.03.ebuild: |