From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0178138200 for ; Sun, 28 Oct 2012 14:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8221C21C013; Sun, 28 Oct 2012 14:02:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF575E05EC for ; Sun, 28 Oct 2012 14:02:34 +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 30F5533D92B for ; Sun, 28 Oct 2012 14:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 608FBE5456 for ; Sun, 28 Oct 2012 14:02:30 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1351425629.120488291a7dfb25f896c41365a76013c72fa6ef.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Time-Format/ChangeLog dev-perl/Time-Format/Time-Format-1.11.ebuild dev-perl/Time-Format/Time-Format-1.110.0.ebuild X-VCS-Directories: dev-perl/Time-Format/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 120488291a7dfb25f896c41365a76013c72fa6ef X-VCS-Branch: master Date: Sun, 28 Oct 2012 14:02: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 X-Archives-Salt: d646fa01-e635-46c4-98e1-d74d9068a146 X-Archives-Hash: fb950bcb67e688e1e35bb000fd131c0d commit: 120488291a7dfb25f896c41365a76013c72fa6ef Author: Kent Fredric gmail com> AuthorDate: Sun Oct 28 12:00:29 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 28 12:00:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=12048829 [migrate] Time-Format to x.y.z Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Time-Format/ChangeLog | 8 +++++++- ...rmat-1.11.ebuild => Time-Format-1.110.0.ebuild} | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-perl/Time-Format/ChangeLog b/dev-perl/Time-Format/ChangeLog index 9d9e114..e6493a2 100644 --- a/dev-perl/Time-Format/ChangeLog +++ b/dev-perl/Time-Format/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Time-Format -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Time-Format-1.110.0 (28 Oct 2012) + + 28 Oct 2012; Kent Fredric -Time-Format-1.11.ebuild, + +Time-Format-1.110.0.ebuild: + migrate to x.y.z + *Time-Format-1.11 (24 Mar 2010) 24 Mar 2010; Torsten Veller +Time-Format-1.11.ebuild, diff --git a/dev-perl/Time-Format/Time-Format-1.11.ebuild b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild similarity index 84% rename from dev-perl/Time-Format/Time-Format-1.11.ebuild rename to dev-perl/Time-Format/Time-Format-1.110.0.ebuild index fd763e9..43ed411 100644 --- a/dev-perl/Time-Format/Time-Format-1.11.ebuild +++ b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 MODULE_AUTHOR=ROODE +MODULE_VERSION="1.11" inherit perl-module DESCRIPTION="Easy-to-use date/time formatting"