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 1QHvCi-0004aL-4z for garchives@archives.gentoo.org; Thu, 05 May 2011 09:50:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B7EBE0444; Thu, 5 May 2011 09:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19350E0444 for ; Thu, 5 May 2011 09:50:31 +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 87D8D1B400C for ; Thu, 5 May 2011 09:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DC5B680505 for ; Thu, 5 May 2011 09:50: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/Devel-PartialDump/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-PartialDump/ChangeLog dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild X-VCS-Directories: dev-perl/Devel-PartialDump/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: dc472b67ce8beb0533377e9a1d894f2f62ce6df2 Date: Thu, 5 May 2011 09:50: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: X-Archives-Hash: b4c4c6b2ec8dbfd49083bb8f603e2df7 Message-ID: <20110505095030.wfVtJwNxsdIS3L_bv4B1T2otnK3nUWbudg-Yy_VjU0Y@z> commit: dc472b67ce8beb0533377e9a1d894f2f62ce6df2 Author: Kent Fredric gmail com> AuthorDate: Thu May 5 08:49:56 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu May 5 08:49:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Ddc472b67 [migrate] Devel-PartialDump (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Devel-PartialDump/ChangeLog | 8 +++++++- ....13.ebuild =3D> Devel-PartialDump-0.130.0.ebuild} | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-Partia= lDump/ChangeLog index 7dff218..5846932 100644 --- a/dev-perl/Devel-PartialDump/ChangeLog +++ b/dev-perl/Devel-PartialDump/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Devel-PartialDump -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Devel-PartialDump-0.130.0 (05 May 2011) + + 05 May 2011; Kent Fredric + -Devel-PartialDump-0.13.ebuild, +Devel-PartialDump-0.130.0.ebuild: + Migrate to x.y.z + 03 Jun 2010; Torsten Veller -Devel-PartialDump-0.12.ebuild: Cleanup diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild b/d= ev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild similarity index 89% rename from dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild rename to dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild index 5c558a6..1f0b60e 100644 --- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.13.ebuild +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D2 MODULE_AUTHOR=3DFLORA +MODULE_VERSION=3D"0.13" inherit perl-module =20 DESCRIPTION=3D"Partial dumping of data structures, optimized for argumen= t printing."