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 1QbQa9-0001Zx-Rv for garchives@archives.gentoo.org; Tue, 28 Jun 2011 05:11:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E84FE04F2; Tue, 28 Jun 2011 05:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D2E81E04ED for ; Tue, 28 Jun 2011 05:09:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79F4F1BC01E for ; Tue, 28 Jun 2011 05:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D0F9F8004A for ; Tue, 28 Jun 2011 05:09:41 +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: <49a89f8ce0d8649a2dc1f5f4d67784e4cf4f03b3.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Config-Any/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Plugin-Config-Any/CGI-Application-Plugin-Config-Any-0.130.0.ebuild dev-perl/CGI-Application-Plugin-Config-Any/ChangeLog X-VCS-Directories: dev-perl/CGI-Application-Plugin-Config-Any/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 49a89f8ce0d8649a2dc1f5f4d67784e4cf4f03b3 Date: Tue, 28 Jun 2011 05:09:41 +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: 52434d761749411e7942cd4d73711ef9 commit: 49a89f8ce0d8649a2dc1f5f4d67784e4cf4f03b3 Author: Kent Fredric gmail com> AuthorDate: Mon Jun 27 02:33:38 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Jun 27 02:33:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D49a89f8c [fixdep/qa] CGI-Application-Plugin-Config-Any -> CGI-Application / EAPI += SRC_TEST + RDEPEND (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- ...GI-Application-Plugin-Config-Any-0.130.0.ebuild | 11 ++++++++--- .../CGI-Application-Plugin-Config-Any/ChangeLog | 4 ++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/dev-perl/CGI-Application-Plugin-Config-Any/CGI-Application-P= lugin-Config-Any-0.130.0.ebuild b/dev-perl/CGI-Application-Plugin-Config-= Any/CGI-Application-Plugin-Config-Any-0.130.0.ebuild index abdded9..0dae6bb 100644 --- a/dev-perl/CGI-Application-Plugin-Config-Any/CGI-Application-Plugin-C= onfig-Any-0.130.0.ebuild +++ b/dev-perl/CGI-Application-Plugin-Config-Any/CGI-Application-Plugin-C= onfig-Any-0.130.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=3D4 MODULE_AUTHOR=3DMAB MODULE_VERSION=3D"0.13" inherit perl-module @@ -13,8 +13,13 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"" +comment() { echo ''; } +RDEPEND=3D" + >=3Ddev-perl/Config-Any-0.08 $(comment 0.80.0) + >=3Ddev-perl/CGI-Application-4.100.0 +" DEPEND=3D" virtual/perl-Module-Build - >=3Ddev-perl/Config-Any-0.08 - >=3Ddev-perl/CGI-Application-4.10 + ${RDEPEND} " +SRC_TEST=3D"do" diff --git a/dev-perl/CGI-Application-Plugin-Config-Any/ChangeLog b/dev-p= erl/CGI-Application-Plugin-Config-Any/ChangeLog index 1dd4069..756fcfb 100644 --- a/dev-perl/CGI-Application-Plugin-Config-Any/ChangeLog +++ b/dev-perl/CGI-Application-Plugin-Config-Any/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 27 Jun 2011; Kent Fredric + CGI-Application-Plugin-Config-Any-0.130.0.ebuild: + Fixdep to CGI-Application, +QA, EAPI-ify, SRC_TESTing + *CGI-Application-Plugin-Config-Any-0.130.0 (27 Jun 2011) =20 27 Jun 2011; Kent Fredric