Version bump
authorTorsten Veller <tove@gentoo.org>
Fri, 16 Jul 2010 07:10:12 +0000 (07:10 +0000)
committerTorsten Veller <tove@gentoo.org>
Fri, 16 Jul 2010 07:10:12 +0000 (07:10 +0000)
Package-Manager: portage-2.2_rc67_p226/cvs/Linux x86_64

dev-perl/Bio-Das/Bio-Das-1.17.ebuild [new file with mode: 0644]
dev-perl/Bio-Das/ChangeLog
dev-perl/MooseX-ClassAttribute/ChangeLog
dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild [new file with mode: 0644]
dev-perl/MooseX-Getopt/ChangeLog
dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild [new file with mode: 0644]
dev-perl/MooseX-StrictConstructor/ChangeLog
dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.09.ebuild [new file with mode: 0644]

diff --git a/dev-perl/Bio-Das/Bio-Das-1.17.ebuild b/dev-perl/Bio-Das/Bio-Das-1.17.ebuild
new file mode 100644 (file)
index 0000000..d67e302
--- /dev/null
@@ -0,0 +1,24 @@
+# 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
index 002ac817067df40b7251f9499ee795068d42be92..1b17662462396127c620b1d0c036d505f62a7c4f 100644 (file)
@@ -1,6 +1,11 @@
 # 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)
 
index 276917d93a125fa95f0191cea9c280d8acd43419..57ff4706410a741172f1c615ed6f425d6cc9f6bc 100644 (file)
@@ -1,6 +1,12 @@
 # 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:
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.16.ebuild
new file mode 100644 (file)
index 0000000..5a6dbc6
--- /dev/null
@@ -0,0 +1,23 @@
+# 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
index af3da2c6edbeb4e3c06671dcc722456d24e52782..dd087c43468eeb974e43d019983946bab5c78cef 100644 (file)
@@ -1,6 +1,11 @@
 # 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)
 
diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.31.ebuild
new file mode 100644 (file)
index 0000000..4a0945d
--- /dev/null
@@ -0,0 +1,25 @@
+# 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
index 5a96b958ff7ae76c7dc8ebba3fb3de4c6bb659a3..b30df8862901ea1cc13a104ab095ba2ca0ab6e39 100644 (file)
@@ -1,6 +1,12 @@
 # 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:
diff --git a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.09.ebuild b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.09.ebuild
new file mode 100644 (file)
index 0000000..e87975e
--- /dev/null
@@ -0,0 +1,21 @@
+# 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