diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-28 07:27:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-28 07:27:26 +0000 |
commit | 978f1d98720210dfdba5d3e85b918e419fc5e8d5 (patch) | |
tree | a777786a9ac7d88a948c1d699f07f5847140db78 /dev-perl/Bio-Das | |
parent | Version bump. (diff) | |
download | gentoo-2-978f1d98720210dfdba5d3e85b918e419fc5e8d5.tar.gz gentoo-2-978f1d98720210dfdba5d3e85b918e419fc5e8d5.tar.bz2 gentoo-2-978f1d98720210dfdba5d3e85b918e419fc5e8d5.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.12.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Bio-Das/ChangeLog | 7 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.12.ebuild b/dev-perl/Bio-Das/Bio-Das-1.12.ebuild new file mode 100644 index 000000000000..d30544c46225 --- /dev/null +++ b/dev-perl/Bio-Das/Bio-Das-1.12.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.12.ebuild,v 1.1 2009/08/28 07:27:26 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 75049da1a2ae..3847607cab67 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.22 2009/07/19 17:33:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.23 2009/08/28 07:27:26 tove Exp $ + +*Bio-Das-1.12 (28 Aug 2009) + + 28 Aug 2009; Torsten Veller <tove@gentoo.org> +Bio-Das-1.12.ebuild: + Version bump 19 Jul 2009; Torsten Veller <tove@gentoo.org> Bio-Das-1.10.ebuild, Bio-Das-1.11.ebuild: |