commit: 4c8cd25a14d3881b7e0d5f59ba84e1a6f5957152
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 31 10:25:00 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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
+ )
+"