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 354A113893C for ; Sat, 9 Feb 2013 13:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6868721C07F; Sat, 9 Feb 2013 13:27:49 +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 C4B2321C091 for ; Sat, 9 Feb 2013 13:27:48 +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 932F633E33A for ; Sat, 9 Feb 2013 13:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2DA11E4090 for ; Sat, 9 Feb 2013 13:27:46 +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: <1360346763.1b5309c7bd9a86043e7d47da47da2f9e228a6fdd.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.230.0.ebuild X-VCS-Directories: dev-perl/File-ChangeNotify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1b5309c7bd9a86043e7d47da47da2f9e228a6fdd X-VCS-Branch: master Date: Sat, 9 Feb 2013 13:27:46 +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: 63ea25d4-bd62-48f8-a6f7-1b191d3b6d98 X-Archives-Hash: 7367e902578698e81dd5f4f140cd8c16 commit: 1b5309c7bd9a86043e7d47da47da2f9e228a6fdd Author: Kent Fredric gmail com> AuthorDate: Fri Feb 8 18:06:03 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 8 18:06:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1b5309c7 [newversion] File-ChangeNotify-0.230.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/File-ChangeNotify/ChangeLog | 6 ++ .../File-ChangeNotify-0.230.0.ebuild | 83 ++++++++++++++++++++ 2 files changed, 89 insertions(+), 0 deletions(-) diff --git a/dev-perl/File-ChangeNotify/ChangeLog b/dev-perl/File-ChangeNotify/ChangeLog index 681c5ec..0ed28b0 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: $ +*File-ChangeNotify-0.230.0 (08 Feb 2013) + + 08 Feb 2013; Kent Fredric + +File-ChangeNotify-0.230.0.ebuild: + Version Bump + 07 Feb 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, diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild new file mode 100644 index 0000000..a783b60 --- /dev/null +++ b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.230.0.ebuild @@ -0,0 +1,83 @@ +# 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"