From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rv7R3-00018T-7j for garchives@archives.gentoo.org; Wed, 08 Feb 2012 13:19:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D20C4E062A; Wed, 8 Feb 2012 13:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92B95E062A for ; Wed, 8 Feb 2012 13:19:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05C41B4033 for ; Wed, 8 Feb 2012 13:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D3A2880057 for ; Wed, 8 Feb 2012 13:19:30 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dancer/ChangeLog dev-perl/Dancer/Dancer-1.306.0.ebuild dev-perl/Dancer/Dancer-1.307.0.ebuild dev-perl/Dancer/Dancer-1.307.1.ebuild dev-perl/Dancer/Dancer-1.309.200.ebuild X-VCS-Directories: dev-perl/Dancer/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d381c08bcd2e40ac8fcc8731518e9a1ed54a231e Date: Wed, 8 Feb 2012 13:19:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 68a9055e-b122-41c5-88a9-ad6d023cafa3 X-Archives-Hash: 846eb2ac7cc5edcf21fc3134bfc4a7a5 commit: d381c08bcd2e40ac8fcc8731518e9a1ed54a231e Author: Sergiy Borodych gmail com> AuthorDate: Mon Jan 30 17:20:48 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Feb 8 13:06:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dd381c08b [bump] dev-perl/Dancer-1.3092 --- dev-perl/Dancer/ChangeLog | 9 +++++- dev-perl/Dancer/Dancer-1.306.0.ebuild | 39 ----------------------- dev-perl/Dancer/Dancer-1.307.0.ebuild | 39 ----------------------- dev-perl/Dancer/Dancer-1.307.1.ebuild | 39 ----------------------- dev-perl/Dancer/Dancer-1.309.200.ebuild | 52 +++++++++++++++++++++++++= ++++++ 5 files changed, 60 insertions(+), 118 deletions(-) diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog index cf0a87c..c75a41a3 100644 --- a/dev-perl/Dancer/ChangeLog +++ b/dev-perl/Dancer/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/Dancer -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Dancer-1.309.200 (30 Jan 2012) + + 30 Jan 2012; Sergiy Borodych + -Dancer-1.306.0.ebuild, -Dancer-1.307.0.ebuild, -Dancer-1.307.1.ebuild= , + +Dancer-1.309.200.ebuild: + version bump, cleanup old versions + *Dancer-1.309.100 (20 Dec 2011) =20 20 Dec 2011; Sergiy Borodych diff --git a/dev-perl/Dancer/Dancer-1.306.0.ebuild b/dev-perl/Dancer/Danc= er-1.306.0.ebuild deleted file mode 100644 index f699bb7..0000000 --- a/dev-perl/Dancer/Dancer-1.306.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3D4 -MODULE_AUTHOR=3DSUKRIA -MODULE_VERSION=3D1.3060 -inherit perl-module - -DESCRIPTION=3D"lightweight yet powerful web application framework" -LICENSE=3D"|| ( Artistic GPL-2 )" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -comment() { echo ''; } - -COMMON_DEPEND=3D" - dev-perl/libwww-perl - >=3Ddev-perl/HTTP-Body-1.70.0 - >=3Ddev-perl/HTTP-Server-Simple-PSGI-0.110.0 - dev-perl/MIME-Types - dev-perl/URI - $(comment File::Basename ) - virtual/perl-File-Spec - virtual/perl-Encode - virtual/perl-Time-HiRes - -" -DEPEND=3D" - ${COMMON_DEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=3Dvirtual/perl-Test-Simple-0.94 $(comment 0.940.0) - ) -" -RDEPEND=3D" - ${COMMON_DEPEND} -" -SRC_TEST=3D"do" diff --git a/dev-perl/Dancer/Dancer-1.307.0.ebuild b/dev-perl/Dancer/Danc= er-1.307.0.ebuild deleted file mode 100644 index a720b63..0000000 --- a/dev-perl/Dancer/Dancer-1.307.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3D4 -MODULE_AUTHOR=3DXSAWYERX -MODULE_VERSION=3D1.3070 -inherit perl-module - -DESCRIPTION=3D"lightweight yet powerful web application framework" -LICENSE=3D"|| ( Artistic GPL-2 )" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -comment() { echo ''; } - -COMMON_DEPEND=3D" - dev-perl/libwww-perl - >=3Ddev-perl/HTTP-Body-1.70.0 - >=3Ddev-perl/HTTP-Server-Simple-PSGI-0.110.0 - dev-perl/MIME-Types - dev-perl/URI - $(comment File::Basename ) - virtual/perl-File-Spec - virtual/perl-Encode - virtual/perl-Time-HiRes - -" -DEPEND=3D" - ${COMMON_DEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=3Dvirtual/perl-Test-Simple-0.94 $(comment 0.940.0) - ) -" -RDEPEND=3D" - ${COMMON_DEPEND} -" -SRC_TEST=3D"do" diff --git a/dev-perl/Dancer/Dancer-1.307.1.ebuild b/dev-perl/Dancer/Danc= er-1.307.1.ebuild deleted file mode 100644 index 9bb98b9..0000000 --- a/dev-perl/Dancer/Dancer-1.307.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=3D4 -MODULE_AUTHOR=3DSUKRIA -MODULE_VERSION=3D1.3071 -inherit perl-module - -DESCRIPTION=3D"lightweight yet powerful web application framework" -LICENSE=3D"|| ( Artistic GPL-2 )" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -comment() { echo ''; } - -COMMON_DEPEND=3D" - dev-perl/libwww-perl - >=3Ddev-perl/HTTP-Body-1.70.0 - >=3Ddev-perl/HTTP-Server-Simple-PSGI-0.110.0 - dev-perl/MIME-Types - dev-perl/URI - $(comment File::Basename ) - virtual/perl-File-Spec - virtual/perl-Encode - virtual/perl-Time-HiRes - -" -DEPEND=3D" - ${COMMON_DEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=3Dvirtual/perl-Test-Simple-0.94 $(comment 0.940.0) - ) -" -RDEPEND=3D" - ${COMMON_DEPEND} -" -SRC_TEST=3D"do" diff --git a/dev-perl/Dancer/Dancer-1.309.200.ebuild b/dev-perl/Dancer/Da= ncer-1.309.200.ebuild new file mode 100644 index 0000000..5df8d34 --- /dev/null +++ b/dev-perl/Dancer/Dancer-1.309.200.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DXSAWYERX +MODULE_VERSION=3D1.3092 +inherit perl-module + +DESCRIPTION=3D'A minimal-effort oriented web application framework' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # Test::More 0.94 ( 0.940.0 ) + echo \>=3Dvirtual/perl-Test-Simple-0.94 +} +perl_meta_runtime() { + # Encode + echo virtual/perl-Encode + # File::Basename + echo dev-lang/perl + # File::Spec + echo virtual/perl-File-Spec + # HTTP::Body 1.07 ( 1.70.0 ) + echo \>=3Ddev-perl/HTTP-Body-1.70.0 + # HTTP::Server::Simple::PSGI 0.11 ( 0.110.0 ) + echo \>=3Ddev-perl/HTTP-Server-Simple-PSGI-0.110.0 + # LWP + echo dev-perl/libwww-perl + # MIME::Types + echo dev-perl/MIME-Types + # Time::HiRes + echo virtual/perl-Time-HiRes + # Try::Tiny 0.09 ( 0.90.0 ) + echo \>=3Ddev-perl/Try-Tiny-0.90.0 + # URI 1.59 ( 1.590.0 ) + echo \>=3Ddev-perl/URI-1.590.0 +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do"