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 1S2iKQ-0004fQ-7Q for garchives@archives.gentoo.org; Wed, 29 Feb 2012 12:08:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BD55E094F; Wed, 29 Feb 2012 12:06:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E13CE094F for ; Wed, 29 Feb 2012 12:06:21 +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 75FB31B4020 for ; Wed, 29 Feb 2012 12:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4F2ECE5414 for ; Wed, 29 Feb 2012 12:06:16 +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: <1330499243.f64ed325e956220909aa9b394b21e4f26610a36d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Compile/ChangeLog dev-perl/Test-Compile/Test-Compile-0.13.ebuild dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild X-VCS-Directories: dev-perl/Test-Compile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f64ed325e956220909aa9b394b21e4f26610a36d X-VCS-Branch: master Date: Wed, 29 Feb 2012 12:06:16 +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: e09c56f2-9eeb-4518-9cb1-74600f9e8681 X-Archives-Hash: d7699a677eab380332b54c112ba4a2ff commit: f64ed325e956220909aa9b394b21e4f26610a36d Author: Kent Fredric gmail com> AuthorDate: Wed Feb 29 07:07:23 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Feb 29 07:07:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Df64ed325 [migrate] Test-Compile (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/Test-Compile/ChangeLog | 8 +++++++- ...ile-0.13.ebuild =3D> Test-Compile-0.130.0.ebuild} | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/Chan= geLog index 58eb7fe..e0e00a7 100644 --- a/dev-perl/Test-Compile/ChangeLog +++ b/dev-perl/Test-Compile/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Test-Compile -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Test-Compile-0.130.0 (29 Feb 2012) + + 29 Feb 2012; Kent Fredric -Test-Compile-0.13.e= build, + +Test-Compile-0.130.0.ebuild: + Migrate to x.y.z + 03 Jun 2010; Torsten Veller -Test-Compile-0.08.ebuil= d, -Test-Compile-0.10.ebuild, -Test-Compile-0.11.ebuild: Removed from CPAN diff --git a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild b/dev-perl/Te= st-Compile/Test-Compile-0.130.0.ebuild similarity index 86% rename from dev-perl/Test-Compile/Test-Compile-0.13.ebuild rename to dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild index 3c47a1c..5b8bbb9 100644 --- a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild +++ b/dev-perl/Test-Compile/Test-Compile-0.130.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: $ =20 EAPI=3D2 =20 MODULE_AUTHOR=3DMARCEL +MODULE_VERSION=3D"0.13" inherit perl-module =20 DESCRIPTION=3D"check whether Perl module files compile correctly"