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 1QA1H8-00043o-05 for garchives@archives.gentoo.org; Wed, 13 Apr 2011 14:42:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEE01C006; Wed, 13 Apr 2011 14:41:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD41D1C004 for ; Wed, 13 Apr 2011 14:41:46 +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 E92F71B4113 for ; Wed, 13 Apr 2011 14:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4402D80065 for ; Wed, 13 Apr 2011 14:41:45 +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/Cache-FastMmap/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Cache-FastMmap/Cache-FastMmap-1.34.ebuild dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild dev-perl/Cache-FastMmap/Cache-FastMmap-1.35.ebuild dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild dev-perl/Cache-FastMmap/Cache-FastMmap-1.36.ebuild dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild dev-perl/Cache-FastMmap/ChangeLog X-VCS-Directories: dev-perl/Cache-FastMmap/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ff9baf51c952c3d84cab811bc5f2ee4720396646 Date: Wed, 13 Apr 2011 14:41:45 +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: 673b77a7e8e3ab6a6aaf49ca4ca4b765 commit: ff9baf51c952c3d84cab811bc5f2ee4720396646 Author: Kent Fredric gmail com> AuthorDate: Wed Apr 13 13:35:02 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Apr 13 13:35:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dff9baf51 [migrate] Cache-FastMmap (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- ...p-1.34.ebuild =3D> Cache-FastMmap-1.340.0.ebuild} | 3 ++- ...p-1.35.ebuild =3D> Cache-FastMmap-1.350.0.ebuild} | 3 ++- ...p-1.36.ebuild =3D> Cache-FastMmap-1.360.0.ebuild} | 3 ++- dev-perl/Cache-FastMmap/ChangeLog | 12 +++++++++++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.34.ebuild b/dev-per= l/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild similarity index 83% rename from dev-perl/Cache-FastMmap/Cache-FastMmap-1.34.ebuild rename to dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild index 359b338..346ea8d 100644 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.34.ebuild +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D2 =20 MODULE_AUTHOR=3DROBM +MODULE_VERSION=3D"1.34" inherit perl-module =20 DESCRIPTION=3D"Uses an mmap'ed file to act as a shared memory interproce= ss cache" diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.35.ebuild b/dev-per= l/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild similarity index 83% rename from dev-perl/Cache-FastMmap/Cache-FastMmap-1.35.ebuild rename to dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild index 3a86df9..bcf4aff 100644 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.35.ebuild +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D2 =20 MODULE_AUTHOR=3DROBM +MODULE_VERSION=3D"1.35" inherit perl-module =20 DESCRIPTION=3D"Uses an mmap'ed file to act as a shared memory interproce= ss cache" diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.36.ebuild b/dev-per= l/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild similarity index 83% rename from dev-perl/Cache-FastMmap/Cache-FastMmap-1.36.ebuild rename to dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild index c9de3c9..77c1da8 100644 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.36.ebuild +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 =20 MODULE_AUTHOR=3DROBM +MODULE_VERSION=3D"1.36" inherit perl-module =20 DESCRIPTION=3D"Uses an mmap'ed file to act as a shared memory interproce= ss cache" diff --git a/dev-perl/Cache-FastMmap/ChangeLog b/dev-perl/Cache-FastMmap/= ChangeLog index 0365634..b49a0af 100644 --- a/dev-perl/Cache-FastMmap/ChangeLog +++ b/dev-perl/Cache-FastMmap/ChangeLog @@ -1,7 +1,17 @@ # ChangeLog for dev-perl/Cache-FastMmap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Cache-FastMmap-1.360.0 (13 Apr 2011) +*Cache-FastMmap-1.350.0 (13 Apr 2011) +*Cache-FastMmap-1.340.0 (13 Apr 2011) + + 13 Apr 2011; Kent Fredric + -Cache-FastMmap-1.34.ebuild, -Cache-FastMmap-1.35.ebuild, + -Cache-FastMmap-1.36.ebuild, +Cache-FastMmap-1.340.0.ebuild, + +Cache-FastMmap-1.350.0.ebuild, +Cache-FastMmap-1.360.0.ebuild: + Migrate + *Cache-FastMmap-1.36 (06 Nov 2010) =20 06 Nov 2010; Torsten Veller +Cache-FastMmap-1.36.ebu= ild: