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 1BCE413877A for ; Thu, 24 Jul 2014 22:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5625DE1363; Thu, 24 Jul 2014 22:33:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F50BE0FBE for ; Thu, 24 Jul 2014 22:31:07 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91716340D3A for ; Thu, 24 Jul 2014 02:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 41904193E6 for ; Thu, 24 Jul 2014 02:12:04 +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: <1406165660.e9d68ca31878cf1c2f49fae48c6dc94b5f845d50.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-TT/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0.ebuild dev-perl/CGI-Application-Plugin-TT/ChangeLog X-VCS-Directories: dev-perl/CGI-Application-Plugin-TT/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e9d68ca31878cf1c2f49fae48c6dc94b5f845d50 X-VCS-Branch: master Date: Thu, 24 Jul 2014 02:12:04 +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: a3e3c982-0526-465a-9b60-847c3ea715f2 X-Archives-Hash: 5a68ee3a184a901b7bf72d81ce28ebf3 commit: e9d68ca31878cf1c2f49fae48c6dc94b5f845d50 Author: Kent Fredric gmail com> AuthorDate: Thu Jul 24 00:35:32 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 24 01:34:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e9d68ca3 [fix] dev-perl/CGI-Application-Plugin-TT -> Class-ISA to dev-perl Package-Manager: portage-2.2.10 Manifest-Sign-Key: E854324B1366A820 --- ...-1.50.0.ebuild => CGI-Application-Plugin-TT-1.50.0-r1.ebuild} | 4 ++-- dev-perl/CGI-Application-Plugin-TT/ChangeLog | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0.ebuild b/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild similarity index 88% rename from dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0.ebuild rename to dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild index ac35e1e..7eb34d5 100644 --- a/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0.ebuild +++ b/dev-perl/CGI-Application-Plugin-TT/CGI-Application-Plugin-TT-1.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 @@ -18,7 +18,7 @@ RDEPEND=" >=dev-perl/Template-Toolkit-2.0.0 virtual/perl-Scalar-List-Utils virtual/perl-File-Spec - virtual/perl-Class-ISA + dev-perl/Class-ISA " DEPEND="${RDEPEND} virtual/perl-Module-Build diff --git a/dev-perl/CGI-Application-Plugin-TT/ChangeLog b/dev-perl/CGI-Application-Plugin-TT/ChangeLog index 2c7a183..f63883a 100644 --- a/dev-perl/CGI-Application-Plugin-TT/ChangeLog +++ b/dev-perl/CGI-Application-Plugin-TT/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/CGI-Application-Plugin-TT -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*CGI-Application-Plugin-TT-1.50.0-r1 (24 Jul 2014) + + 24 Jul 2014; Kent Fredric + -CGI-Application-Plugin-TT-1.50.0.ebuild, + +CGI-Application-Plugin-TT-1.50.0-r1.ebuild: + Fix dep on Class-ISA + 27 Jun 2011; Kent Fredric CGI-Application-Plugin-TT-1.40.0.ebuild, CGI-Application-Plugin-TT-1.50.0.ebuild: