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 1Q0Q3z-0006V3-HW for garchives@archives.gentoo.org; Fri, 18 Mar 2011 03:09:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6289D1C01D; Fri, 18 Mar 2011 03:09:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 34BB61C013 for ; Fri, 18 Mar 2011 03:09:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A43251B40C0 for ; Fri, 18 Mar 2011 03:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D0CBE80072 for ; Fri, 18 Mar 2011 03:09:10 +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/MooseX-App-Cmd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-App-Cmd/ChangeLog dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild X-VCS-Directories: dev-perl/MooseX-App-Cmd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a5ba7f1bbf67dff5269ee774e784e88c0e3cf68f Date: Fri, 18 Mar 2011 03:09:10 +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: X-Archives-Hash: 78fb001efccc1f0b0fe0d3121edef09d commit: a5ba7f1bbf67dff5269ee774e784e88c0e3cf68f Author: Kent Fredric gmail com> AuthorDate: Fri Mar 18 03:07:04 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Mar 18 03:07:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da5ba7f1b [migrate] MooseX-App-Cmd (Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/MooseX-App-Cmd/ChangeLog | 6 ++++++ ...md-0.06.ebuild =3D> MooseX-App-Cmd-0.60.0.ebuild} | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dev-perl/MooseX-App-Cmd/ChangeLog b/dev-perl/MooseX-App-Cmd/= ChangeLog index d7d2dde..968e4f3 100644 --- a/dev-perl/MooseX-App-Cmd/ChangeLog +++ b/dev-perl/MooseX-App-Cmd/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*MooseX-App-Cmd-0.60.0 (18 Mar 2011) + + 18 Mar 2011; Kent Fredric + -MooseX-App-Cmd-0.06.ebuild, +MooseX-App-Cmd-0.60.0.ebuild: + Migrate to x.y.z + 18 Mar 2011; Kent Fredric MooseX-App-Cmd-0.06.= ebuild: Fixdep App::Cmd =20 diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild b/dev-per= l/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild similarity index 95% rename from dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild rename to dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild index f1f3385..f6d91c0 100644 --- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.06.ebuild +++ b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild @@ -3,6 +3,7 @@ # $Header: $ EAPI=3D2 MODULE_AUTHOR=3DNUFFIN +MODULE_VERSION=3D"0.06" inherit perl-module =20 DESCRIPTION=3D"Mashes up MooseX::Getopt and App::Cmd."