commit: 582672bb832c2af2176bff5778fb6f95b6cb71f2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Mar 26 21:52:54 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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"