diff options
author | 2009-06-07 13:29:47 +0000 | |
---|---|---|
committer | 2009-06-07 13:29:47 +0000 | |
commit | 8c2a518adaf12c803994158ed19e7b3f5a7c3306 (patch) | |
tree | 925dfddc25ecbff0cf10c744d26b36bddb4930bb | |
parent | configure for x86_64 prefers yasm and it needs to be 0.8.0, so adjust the ebu... (diff) | |
download | gentoo-2-8c2a518adaf12c803994158ed19e7b3f5a7c3306.tar.gz gentoo-2-8c2a518adaf12c803994158ed19e7b3f5a7c3306.tar.bz2 gentoo-2-8c2a518adaf12c803994158ed19e7b3f5a7c3306.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | dev-perl/Bio-Das/Bio-Das-1.11.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Bio-Das/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Bio-Das/metadata.xml | 1 |
3 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-1.11.ebuild b/dev-perl/Bio-Das/Bio-Das-1.11.ebuild new file mode 100644 index 000000000000..6a34d11a0664 --- /dev/null +++ b/dev-perl/Bio-Das/Bio-Das-1.11.ebuild @@ -0,0 +1,23 @@ +# 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.11.ebuild,v 1.1 2009/06/07 13:29:47 tove Exp $ + +EAPI=2 + +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 ee6745293b97..b372d7120843 100644 --- a/dev-perl/Bio-Das/ChangeLog +++ b/dev-perl/Bio-Das/ChangeLog @@ -1,6 +1,12 @@ # 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.20 2008/12/30 15:52:44 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.21 2009/06/07 13:29:47 tove Exp $ + +*Bio-Das-1.11 (07 Jun 2009) + + 07 Jun 2009; Torsten Veller <tove@gentoo.org> +Bio-Das-1.11.ebuild, + metadata.xml: + Version bump. Add perl herd to metadata 30 Dec 2008; Torsten Veller <tove@gentoo.org> -Bio-Das-1.02.ebuild, -Bio-Das-1.03.ebuild, -Bio-Das-1.09.ebuild: diff --git a/dev-perl/Bio-Das/metadata.xml b/dev-perl/Bio-Das/metadata.xml index d369d068ffb8..640db1fc744a 100644 --- a/dev-perl/Bio-Das/metadata.xml +++ b/dev-perl/Bio-Das/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> + <herd>perl</herd> </pkgmetadata> |