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 1PnfMr-0004lS-Vn for garchives@archives.gentoo.org; Thu, 10 Feb 2011 22:52:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47BA0E08A0; Thu, 10 Feb 2011 22:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0FDF0E08A0 for ; Thu, 10 Feb 2011 22:51:57 +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 6585C1B43A2 for ; Thu, 10 Feb 2011 22:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C30A98006A for ; Thu, 10 Feb 2011 22:51:56 +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/Dist-Zilla/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla/ChangeLog dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild X-VCS-Directories: dev-perl/Dist-Zilla/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a13da7b20c42f32e98346fd822e162dcf8e3a6a4 Date: Thu, 10 Feb 2011 22:51:56 +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: 42e49d753524ee322e50cd61c978e5d2 commit: a13da7b20c42f32e98346fd822e162dcf8e3a6a4 Author: Kent Fredric gmail com> AuthorDate: Thu Feb 10 22:51:23 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Feb 10 22:51:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da13da7b2 [fix] Dist-Zilla 4.200.3 wasn't actually a bump :( , forgot internal vers= ion, -r1 is the bump for-reals (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Dist-Zilla/ChangeLog | 7 +++++++ ...4.200.3.ebuild =3D> Dist-Zilla-4.200.3-r1.ebuild} | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/dev-perl/Dist-Zilla/ChangeLog b/dev-perl/Dist-Zilla/ChangeLo= g index 99b7efa..9474df3 100644 --- a/dev-perl/Dist-Zilla/ChangeLog +++ b/dev-perl/Dist-Zilla/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Dist-Zilla-4.200.3-r1 (10 Feb 2011) + + 10 Feb 2011; Kent Fredric -Dist-Zilla-4.200.3.= ebuild, + +Dist-Zilla-4.200.3-r1.ebuild: + Durp, accidentally forgot to increment MODULE_VERSION inside :(, 4.200= .3 was + still 4.200.1 :(=20 + *Dist-Zilla-4.200.3 (09 Feb 2011) =20 09 Feb 2011; Kent Fredric +Dist-Zilla-4.200.3.= ebuild: diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild b/dev-perl/Dis= t-Zilla/Dist-Zilla-4.200.3-r1.ebuild similarity index 99% rename from dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild rename to dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild index fd1ea8d..88371a9 100644 --- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild +++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=3D4 MODULE_AUTHOR=3DRJBS -MODULE_VERSION=3D"4.200001" +MODULE_VERSION=3D"4.200003" inherit perl-module perl-declaredeps =20 DESCRIPTION=3D"distribution builder; installer not included!"