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 98FB11381F3 for ; Fri, 3 May 2013 07:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB88E09A6; Fri, 3 May 2013 07:51:58 +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 D4A5BE09A6 for ; Fri, 3 May 2013 07:51:47 +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 B163733DFCC for ; Fri, 3 May 2013 07:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0CDE8E48F3 for ; Fri, 3 May 2013 07:51:39 +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: <1367566650.d214b36083401e738527678f3c88053e4c58a3d1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/File-ChangeNotify/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/File-ChangeNotify/ChangeLog dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild X-VCS-Directories: dev-perl/File-ChangeNotify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d214b36083401e738527678f3c88053e4c58a3d1 X-VCS-Branch: master Date: Fri, 3 May 2013 07:51:39 +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: 69d35a8c-4b5a-4869-9f64-e268f9bb9d4f X-Archives-Hash: 2e1c92715cf1000fadae4c8464cbaca0 commit: d214b36083401e738527678f3c88053e4c58a3d1 Author: Kent Fredric gmail com> AuthorDate: Fri May 3 07:37:30 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 3 07:37:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d214b360 [fixdep] File-ChangeNotify: remove Class-MOP Package-Manager: portage-2.2.0_alpha173 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/File-ChangeNotify/ChangeLog | 6 ++++++ .../File-ChangeNotify-0.120.0.ebuild | 2 +- .../File-ChangeNotify-0.130.0.ebuild | 2 +- .../File-ChangeNotify-0.160.0.ebuild | 2 +- .../File-ChangeNotify-0.190.0.ebuild | 2 +- .../File-ChangeNotify-0.200.0.ebuild | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/dev-perl/File-ChangeNotify/ChangeLog b/dev-perl/File-ChangeNotify/ChangeLog index 0ed28b0..a06ad5a 100644 --- a/dev-perl/File-ChangeNotify/ChangeLog +++ b/dev-perl/File-ChangeNotify/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 May 2013; Kent Fredric + File-ChangeNotify-0.120.0.ebuild, File-ChangeNotify-0.130.0.ebuild, + File-ChangeNotify-0.160.0.ebuild, File-ChangeNotify-0.190.0.ebuild, + File-ChangeNotify-0.200.0.ebuild: + Remove Class-MOP dep + *File-ChangeNotify-0.230.0 (08 Feb 2013) 08 Feb 2013; Kent Fredric diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild index 79cf82c..c09c7bf 100644 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" - || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP ) + >=dev-perl/Moose-1.990.0 virtual/perl-Module-Pluggable dev-perl/Moose >=dev-perl/MooseX-Params-Validate-0.80 diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild index 7363cb6..1c2dd2c 100644 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild @@ -17,7 +17,7 @@ IUSE="test inotify" # TODO: Add KQueue auto_feature and deps. RDEPEND=" - || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP ) + >=dev-perl/Moose-1.990.0 virtual/perl-Module-Pluggable dev-perl/Moose >=dev-perl/MooseX-Params-Validate-0.80 diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild index 58a265f..f6431e5 100644 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild @@ -17,7 +17,7 @@ IUSE="test inotify" # TODO: Add KQueue auto_feature and deps. RDEPEND=" - || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP ) + >=dev-perl/Moose-1.990.0 virtual/perl-Module-Pluggable dev-perl/Moose >=dev-perl/MooseX-Params-Validate-0.80 diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild index 5c3fe92..5f33891 100644 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild @@ -17,7 +17,7 @@ IUSE="test inotify" # TODO: Add KQueue auto_feature and deps. RDEPEND=" - || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP ) + >=dev-perl/Moose-1.990.0 virtual/perl-Module-Pluggable dev-perl/Moose >=dev-perl/MooseX-Params-Validate-0.80 diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild index 158194a..2e1ec40 100644 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild @@ -17,7 +17,7 @@ IUSE="test inotify" # TODO: Add KQueue auto_feature and deps. RDEPEND=" - || ( >=dev-perl/Moose-1.990.0 dev-perl/Class-MOP ) + >=dev-perl/Moose-1.990.0 virtual/perl-Module-Pluggable dev-perl/Moose >=dev-perl/MooseX-Params-Validate-0.80