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 1RxpR6-0000ii-V1 for garchives@archives.gentoo.org; Thu, 16 Feb 2012 00:43:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF2E7E0B91; Thu, 16 Feb 2012 00:34:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9E3EE0AC3 for ; Thu, 16 Feb 2012 00:26:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF0141B4026 for ; Thu, 16 Feb 2012 00:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2E90E540B for ; Thu, 16 Feb 2012 00:26:39 +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: <1316763004.10f7d2d1360635dc7dafc797f449cf9ebe7a97f0.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Git/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-Git/ChangeLog dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-Git/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 10f7d2d1360635dc7dafc797f449cf9ebe7a97f0 X-VCS-Branch: eclass-moretests Date: Thu, 16 Feb 2012 00:26:39 +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: db7027d7-2a53-4c5e-abf6-89ce296f9a54 X-Archives-Hash: d610d9e66a77d1075da4337b28dad102 commit: 10f7d2d1360635dc7dafc797f449cf9ebe7a97f0 Author: Kent Fredric gmail com> AuthorDate: Fri Sep 23 07:30:04 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Sep 23 07:30:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D10f7d2d1 [newversion] Dist-Zilla-Plugin-Git-1.112.510 (Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/Dist-Zilla-Plugin-Git/ChangeLog | 6 + .../Dist-Zilla-Plugin-Git-1.112.510.ebuild | 127 ++++++++++++++= ++++++ 2 files changed, 133 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zil= la-Plugin-Git/ChangeLog index 4439013..54b9360 100644 --- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog +++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Dist-Zilla-Plugin-Git-1.112.510 (23 Sep 2011) + + 23 Sep 2011; Kent Fredric + +Dist-Zilla-Plugin-Git-1.112.510.ebuild: + Version Bump + 23 Sep 2011; Kent Fredric -Dist-Zilla-Plugin-Git-1.101.680.ebuild, -Dist-Zilla-Plugin-Git-1.102.90.ebuild, diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.5= 10.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.51= 0.ebuild new file mode 100644 index 0000000..c24c5e6 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebui= ld @@ -0,0 +1,127 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DJQUELIN +MODULE_VERSION=3D1.112510 +inherit perl-module + +DESCRIPTION=3D"update your git repository after release" +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { true;} +COMMON_DEPEND=3D" + $(comment Class::MOP) + || ( >=3Ddev-perl/Moose-1.990 dev-perl/Class-MOP ) + + $(comment Cwd) + virtual/perl-File-Spec + + $(comment DateTime) + dev-perl/DateTime + + $(comment Dist::Zilla 4) + $(comment Dist::Zilla::Role::AfterBuild) + $(comment Dist::Zilla::Role::AfterMint) + $(comment Dist::Zilla::Role::AfterRelease) + $(comment Dist::Zilla::Role::BeforeRelease) + $(comment Dist::Zilla::Role::PluginBundle) + $(comment Dist::Zilla::Role::VersionProvider) + >=3Ddev-perl/Dist-Zilla-4.0.0 + + $(comment File::Spec::Functions) + virtual/perl-File-Spec + + $(comment File::Temp) + virtual/perl-File-Temp + + $(comment File::chdir) + dev-perl/File-chdir + + $(comment Git::Wrapper) + dev-perl/Git-Wrapper + + $(comment IPC::Open3) + + $(comment Moose) + dev-perl/Moose + + $(comment Moose::Autobox) + dev-perl/Moose-Autobox + + $(comment Moose::Role) + + $(comment MooseX::Has::Sugar) + dev-perl/MooseX-Has-Sugar + + $(comment Moose::Types::Moose) + dev-perl/MooseX-Types + + $(comment Path::Class::Dir) + dev-perl/Path-Class + + $(comment String::Formatter) + dev-perl/String-Formatter + + $(comment Version::Next) + dev-perl/Version-Next + + $(comment namespace::autoclean 0.09) + >=3Ddev-perl/namespace-autoclean-0.90.0 + + $(comment perl 5.010) + >=3Ddev-lang/perl-5.10.0 + + $(comment strict) + + $(comment version 0.80) + >=3Dvirtual/perl-version-0.80 + + $(comment warnings) +" +DEPEND=3D" + $(comment build) + $(comment Dist::Zilla::Role::Releaser) + $(comment Dist::Zilla::Tester) + >=3Ddev-perl/Dist-Zilla-4.0.0 + + $(comment File::Copy) + + $(comment File::Copy::Recursive) + dev-perl/File-Copy-Recursive + + $(comment File::Find) + + $(comment File::Path) + virtual/perl-File-Path + + $(comment File::Which) + dev-perl/File-Which + + $(comment File::pushd) + dev-perl/File-pushd + + $(comment Module::Build 0.3601) + >=3Dvirtual/perl-Module-Build-0.36.01 + + $(comment Path::Class) + dev-perl/Path-Class + + $(comment Test::Exception) + dev-perl/Test-Exception + + $(comment Test::More 0.88) + >=3Dvirtual/perl-Test-Simple-0.88 + + $(comment configure) + $(comment Module::Build 0.3601) + >=3Dvirtual/perl-Module-Build-0.36.01 + + ${COMMON_DEPEND} +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do"