--- /dev/null
+# Copyright 1999-2010 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.17.ebuild,v 1.1 2010/07/16 06:58:56 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}"
+
+SRC_TEST=online
# ChangeLog for dev-perl/Bio-Das
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.27 2010/06/22 15:41:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.28 2010/07/16 06:58:56 tove Exp $
+
+*Bio-Das-1.17 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org> +Bio-Das-1.17.ebuild:
+ Version bump
*Bio-Das-1.15 (22 Jun 2010)
# ChangeLog for dev-perl/MooseX-ClassAttribute
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.8 2010/04/09 07:45:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/ChangeLog,v 1.9 2010/07/16 07:10:12 tove Exp $
+
+*MooseX-ClassAttribute-0.16 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +MooseX-ClassAttribute-0.16.ebuild:
+ Version bump
09 Apr 2010; Torsten Veller <tove@gentoo.org>
-MooseX-ClassAttribute-0.10.ebuild:
--- /dev/null
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild,v 1.1 2010/07/16 07:10:12 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="Declare class attributes Moose-style"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Moose-0.98
+ dev-perl/namespace-autoclean"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? ( >=virtual/perl-Test-Simple-0.88 )"
+
+SRC_TEST=do
# ChangeLog for dev-perl/MooseX-Getopt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.16 2010/06/16 07:31:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/ChangeLog,v 1.17 2010/07/16 07:03:35 tove Exp $
+
+*MooseX-Getopt-0.31 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org> +MooseX-Getopt-0.31.ebuild:
+ Version bump
*MooseX-Getopt-0.29 (16 Jun 2010)
--- /dev/null
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild,v 1.1 2010/07/16 07:03:35 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=BOBTFISH
+inherit perl-module
+
+DESCRIPTION="A Moose role for processing command line options"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Moose-0.56
+ >=dev-perl/Getopt-Long-Descriptive-0.081
+ >=virtual/perl-Getopt-Long-2.37"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? ( >=dev-perl/Test-Exception-0.21
+ >=virtual/perl-Test-Simple-0.62
+ >=dev-perl/Test-Warn-0.21 )"
+
+SRC_TEST=do
# ChangeLog for dev-perl/MooseX-StrictConstructor
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-StrictConstructor/ChangeLog,v 1.4 2009/05/01 22:48:24 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-StrictConstructor/ChangeLog,v 1.5 2010/07/16 07:06:56 tove Exp $
+
+*MooseX-StrictConstructor-0.09 (16 Jul 2010)
+
+ 16 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +MooseX-StrictConstructor-0.09.ebuild:
+ Version bump
01 May 2009; Torsten Veller <tove@gentoo.org>
-MooseX-StrictConstructor-0.07.ebuild:
--- /dev/null
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.09.ebuild,v 1.1 2010/07/16 07:06:56 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="Make your object constructors blow up on unknown attributes"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/Moose-0.94"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31"
+
+SRC_TEST=do