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 8102F138CE7 for ; Sat, 13 Jun 2015 15:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BED6E08AA; Sat, 13 Jun 2015 15:21:51 +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 F021DE08AA for ; Sat, 13 Jun 2015 15:21:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14EEC340B77 for ; Sat, 13 Jun 2015 15:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2FA5A42 for ; Sat, 13 Jun 2015 15:21:36 +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: <1434206871.4c8cd25a14d3881b7e0d5f59ba84e1a6f5957152.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/File-ChangeNotify-0.230.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.240.0.ebuild X-VCS-Directories: dev-perl/File-ChangeNotify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4c8cd25a14d3881b7e0d5f59ba84e1a6f5957152 X-VCS-Branch: master Date: Sat, 13 Jun 2015 15:21:36 +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: 6688fa51-7503-4806-ac52-bbd20a06f77d X-Archives-Hash: 6f5ec43dcfd3d6c6c6030b891e86484b commit: 4c8cd25a14d3881b7e0d5f59ba84e1a6f5957152 Author: Kent Fredric gmail com> AuthorDate: Tue Mar 31 10:25:00 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 13 14:47:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4c8cd25a [bump] File-ChangeNotify-0.240.0 Package-Manager: portage-2.2.17 .../File-ChangeNotify-0.230.0.ebuild | 83 ---------------------- .../File-ChangeNotify-0.240.0.ebuild | 57 +++++++++++++++ 2 files changed, 57 insertions(+), 83 deletions(-) diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild deleted file mode 100644 index a783b60..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.23 -inherit perl-module - -DESCRIPTION='Watch for changes to files, cross-platform style' -LICENSE=" Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test inotify" -perl_inotify() { - echo \>=dev-perl/Linux-Inotify2-1.200.0 -} -perl_meta_configure() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_build() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_runtime() { - echo "inotify? ( $(perl_inotify) )" - # Carp - # echo dev-lang/perl - # Class::Load - echo dev-perl/Class-Load - # File::Find - echo dev-lang/perl - # File::Spec - echo virtual/perl-File-Spec - # List::MoreUtils - echo dev-perl/List-MoreUtils - # Module::Pluggable::Object - echo virtual/perl-Module-Pluggable - # Moose - echo dev-perl/Moose - # Moose::Util::TypeConstraints - echo dev-perl/Moose - # MooseX::Params::Validate - echo dev-perl/MooseX-Params-Validate - # MooseX::SemiAffordanceAccessor - echo dev-perl/MooseX-SemiAffordanceAccessor - # Time::HiRes - echo virtual/perl-Time-HiRes - # namespace::autoclean - echo dev-perl/namespace-autoclean - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # Data::Dumper - echo virtual/perl-Data-Dumper - # Exporter - echo virtual/perl-Exporter - # File::Path - echo virtual/perl-File-Path - # File::Temp - echo virtual/perl-File-Temp - # FindBin - echo dev-lang/perl - # Test::Exception - echo dev-perl/Test-Exception - # Test::More - echo virtual/perl-Test-Simple - # base - # echo virtual/perl-base -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.240.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.240.0.ebuild new file mode 100644 index 0000000..246c407 --- /dev/null +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.240.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION='Watch for changes to files, cross-platform style' +LICENSE=" Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test inotify" + +# File::Find -> perl +# Module::Pluggable::Object -> Module-Pluggable +# Moose::Util::TypeConstraints +# FindBin -> perl +# Test::More -> Test-Simple +RDEPEND_inotify=" + >=dev-perl/Linux-Inotify2-1.200.0 +" +PERL_RM_FILES=( + t/author-pod-spell.t + t/release-cpan-changes.t + t/release-eol.t + t/release-pod-no404s.t + t/release-pod-syntax.t + t/release-synopsis.t + t/release-try-load.t +) + +RDEPEND=" + inotify? ( ${RDEPEND_inotify} ) + virtual/perl-Carp + dev-perl/Class-Load + virtual/perl-File-Spec + dev-perl/List-MoreUtils + dev-perl/Module-Pluggable + dev-perl/Moose + dev-perl/MooseX-Params-Validate + dev-perl/MooseX-SemiAffordanceAccessor + virtual/perl-Time-HiRes + dev-perl/namespace-autoclean +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-Module-Build-0.360.100 + test? ( + virtual/perl-Data-Dumper + virtual/perl-Exporter + virtual/perl-File-Path + virtual/perl-File-Temp + dev-perl/Test-Exception + virtual/perl-Test-Simple + ) +"