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 15D78138CC5 for ; Thu, 26 Mar 2015 22:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14660E0866; Thu, 26 Mar 2015 22:05:25 +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 145DAE0866 for ; Thu, 26 Mar 2015 22:05:23 +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 0B142340A9C for ; Thu, 26 Mar 2015 22:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD2D149AE for ; Thu, 26 Mar 2015 22:05:16 +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: <1427406774.582672bb832c2af2176bff5778fb6f95b6cb71f2.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.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 dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild X-VCS-Directories: dev-perl/File-ChangeNotify/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 582672bb832c2af2176bff5778fb6f95b6cb71f2 X-VCS-Branch: master Date: Thu, 26 Mar 2015 22:05:16 +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: 282ab241-5e3e-44fc-b643-10bae6d070d5 X-Archives-Hash: 12079c2b9be4b99a2a11d45465b671c0 commit: 582672bb832c2af2176bff5778fb6f95b6cb71f2 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 21:52:54 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 21:52:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=582672bb [cleanup] File-ChangeNotify: Remove old versions Package-Manager: portage-2.2.17 .../File-ChangeNotify-0.120.0.ebuild | 35 --------- .../File-ChangeNotify-0.130.0.ebuild | 38 ---------- .../File-ChangeNotify-0.160.0.ebuild | 39 ---------- .../File-ChangeNotify-0.190.0.ebuild | 40 ---------- .../File-ChangeNotify-0.200.0.ebuild | 40 ---------- .../File-ChangeNotify-0.210.0.ebuild | 85 ---------------------- .../File-ChangeNotify-0.220.0.ebuild | 83 --------------------- 7 files changed, 360 deletions(-) diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild deleted file mode 100644 index c09c7bf..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.120.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.12" -inherit perl-module - -DESCRIPTION="Watch for changes to files, cross-platform style." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Moose-1.990.0 - virtual/perl-Module-Pluggable - dev-perl/Moose - >=dev-perl/MooseX-Params-Validate-0.80 - dev-perl/MooseX-SemiAffordanceAccessor - virtual/perl-File-Spec - virtual/perl-Time-HiRes - " -DEPEND=" - ${RDEPEND} - >=virtual/perl-Module-Build-0.35 - virtual/perl-File-Path - virtual/perl-File-Temp - test? ( - virtual/perl-Test-Simple - ) -" -SRC_TEST=do diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild deleted file mode 100644 index 1c2dd2c..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.130.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.13" -inherit perl-module - -DESCRIPTION="Watch for changes to files, cross-platform style." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test inotify" - -# TODO: Add KQueue auto_feature and deps. - -RDEPEND=" - >=dev-perl/Moose-1.990.0 - virtual/perl-Module-Pluggable - dev-perl/Moose - >=dev-perl/MooseX-Params-Validate-0.80 - dev-perl/MooseX-SemiAffordanceAccessor - virtual/perl-File-Spec - virtual/perl-Time-HiRes - inotify? ( - >=dev-perl/Linux-Inotify2-1.2 - ) -" -DEPEND=" - ${RDEPEND} - >=virtual/perl-Module-Build-0.35 - virtual/perl-File-Path - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.88 -" -SRC_TEST=do diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild deleted file mode 100644 index f6431e5..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.160.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.16" -inherit perl-module - -DESCRIPTION="Watch for changes to files, cross-platform style." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test inotify" - -# TODO: Add KQueue auto_feature and deps. - -RDEPEND=" - >=dev-perl/Moose-1.990.0 - virtual/perl-Module-Pluggable - dev-perl/Moose - >=dev-perl/MooseX-Params-Validate-0.80 - dev-perl/MooseX-SemiAffordanceAccessor - virtual/perl-File-Spec - virtual/perl-Time-HiRes - dev-perl/namespace-autoclean - inotify? ( - >=dev-perl/Linux-Inotify2-1.2 - ) -" -DEPEND=" - ${RDEPEND} - >=virtual/perl-Module-Build-0.36.01 - virtual/perl-File-Path - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.88 -" -SRC_TEST=do diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild deleted file mode 100644 index 5f33891..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.190.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.19" -inherit perl-module - -DESCRIPTION="Watch for changes to files, cross-platform style." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test inotify" - -# TODO: Add KQueue auto_feature and deps. - -RDEPEND=" - >=dev-perl/Moose-1.990.0 - virtual/perl-Module-Pluggable - dev-perl/Moose - >=dev-perl/MooseX-Params-Validate-0.80 - dev-perl/MooseX-SemiAffordanceAccessor - virtual/perl-File-Spec - virtual/perl-Time-HiRes - dev-perl/namespace-autoclean - inotify? ( - >=dev-perl/Linux-Inotify2-1.2 - ) -" -DEPEND=" - ${RDEPEND} - >=virtual/perl-Module-Build-0.36.01 - virtual/perl-File-Path - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.88 - dev-perl/Test-Exception -" -SRC_TEST=do diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild deleted file mode 100644 index 2e1ec40..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.200.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION="0.20" -inherit perl-module - -DESCRIPTION="Watch for changes to files, cross-platform style." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test inotify" - -# TODO: Add KQueue auto_feature and deps. - -RDEPEND=" - >=dev-perl/Moose-1.990.0 - virtual/perl-Module-Pluggable - dev-perl/Moose - >=dev-perl/MooseX-Params-Validate-0.80 - dev-perl/MooseX-SemiAffordanceAccessor - virtual/perl-File-Spec - virtual/perl-Time-HiRes - dev-perl/namespace-autoclean - inotify? ( - >=dev-perl/Linux-Inotify2-1.2 - ) -" -DEPEND=" - ${RDEPEND} - >=virtual/perl-Module-Build-0.36.01 - virtual/perl-File-Path - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.88 - dev-perl/Test-Exception -" -SRC_TEST=do diff --git a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild deleted file mode 100644 index d9e6825..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.210.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.21 -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-perl/Carp - # 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 - # perl 5.010 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 - # 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.220.0.ebuild b/dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild deleted file mode 100644 index 45313cd..0000000 --- a/dev-perl/File-ChangeNotify/File-ChangeNotify-0.220.0.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.22 -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 virtual/perl-Carp - # 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"