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 4D20B1381F3 for ; Fri, 3 May 2013 04:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F60E097B; Fri, 3 May 2013 04:12:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB684E097B for ; Fri, 3 May 2013 04:12:15 +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 E06DC33DFC4 for ; Fri, 3 May 2013 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C4258E48D8 for ; Fri, 3 May 2013 04:12:02 +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: <1367554065.bb0f438f5387764fc400f35339c905c8f0fe46c4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Pod-WikiDoc/ChangeLog dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild X-VCS-Directories: dev-perl/Pod-WikiDoc/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bb0f438f5387764fc400f35339c905c8f0fe46c4 X-VCS-Branch: master Date: Fri, 3 May 2013 04:12:02 +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: 577d9bef-3ac9-4ea6-b090-f0804341bf81 X-Archives-Hash: 42d16197952e85e4d1105de92bde3fa0 commit: bb0f438f5387764fc400f35339c905c8f0fe46c4 Author: Kent Fredric gmail com> AuthorDate: Fri May 3 04:07:45 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 3 04:07:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb0f438f [fixdep] dev-perl/Pod-WikiDoc -> File-pushd ( normalize ) Package-Manager: portage-2.2.0_alpha173 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Pod-WikiDoc/ChangeLog | 5 ++++- dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog index c39da32..c7b10a1 100644 --- a/dev-perl/Pod-WikiDoc/ChangeLog +++ b/dev-perl/Pod-WikiDoc/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-perl/Pod-WikiDoc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 May 2013; Kent Fredric Pod-WikiDoc-0.180.0.ebuild: + Fix dependency on File-pushd ( normalize ) + *Pod-WikiDoc-0.200.0 (01 Mar 2012) 01 Mar 2012; Kent Fredric diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild index c732552..d6f59df 100644 --- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild +++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 @@ -24,7 +24,7 @@ DEPEND=" >=virtual/perl-Test-Simple-0.45 >=dev-perl/IPC-Run3-0.033 >=dev-perl/Probe-Perl-0.01 - >=dev-perl/File-pushd-0.30 + >=dev-perl/File-pushd-0.300.0 >=virtual/perl-File-Spec-3 >=virtual/perl-File-Temp-0.14 "