From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C63CD138359 for ; Tue, 25 Aug 2020 22:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E5A2E0970; Tue, 25 Aug 2020 22:49:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF616E0970 for ; Tue, 25 Aug 2020 22:49:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51CAC340F3B for ; Tue, 25 Aug 2020 22:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D39D0347 for ; Tue, 25 Aug 2020 22:49:13 +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: <1598395723.8ac771b39d3a15a8ac5bf00c8735c331a7cd68d6.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Path-Iterator-Rule/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.0.0.ebuild dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.5.0.ebuild dev-perl/Path-Iterator-Rule/metadata.xml X-VCS-Directories: dev-perl/Path-Iterator-Rule/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8ac771b39d3a15a8ac5bf00c8735c331a7cd68d6 X-VCS-Branch: master Date: Tue, 25 Aug 2020 22:49:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9eaba5e9-f5eb-41bc-9c00-f38e39b1a820 X-Archives-Hash: b620e6d7d136c0cd9d131a1798510085 commit: 8ac771b39d3a15a8ac5bf00c8735c331a7cd68d6 Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 25 22:16:36 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Aug 25 22:48:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8ac771b3 dev-perl/Path-Iterator-Rule: Remove, gone to ::gentoo Signed-off-by: Kent Fredric gentoo.org> .../Path-Iterator-Rule-0.11.0.ebuild | 80 --------------------- .../Path-Iterator-Rule-0.14.0.ebuild | 84 ---------------------- .../Path-Iterator-Rule-1.0.0.ebuild | 84 ---------------------- .../Path-Iterator-Rule-1.5.0.ebuild | 84 ---------------------- dev-perl/Path-Iterator-Rule/metadata.xml | 17 ----- 5 files changed, 349 deletions(-) diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild deleted file mode 100644 index ad9499613..000000000 --- a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.11.0.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.011 -inherit perl-module - -DESCRIPTION='Iterative, recursive file finder' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::Clone - echo dev-perl/Data-Clone - # File::Basename - echo dev-lang/perl - # List::Util - echo virtual/perl-Scalar-List-Utils - # Number::Compare 0.02 ( 0.20.0 ) - echo \>=dev-perl/Number-Compare-0.20.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # Text::Glob - echo dev-perl/Text-Glob - # Try::Tiny - echo dev-perl/Try-Tiny - # namespace::clean - echo dev-perl/namespace-clean - # perl 5.010 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 - # re - echo dev-lang/perl - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl - # warnings::register - echo dev-lang/perl -} -perl_meta_test() { - # Config - #echo unresolved - # Exporter - echo virtual/perl-Exporter - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Path::Class - echo dev-perl/Path-Class - # Path::Tiny - echo dev-perl/Path-Tiny - # Test::Deep - echo dev-perl/Test-Deep - # Test::Filename 0.03 ( 0.30.0 ) - echo \>=dev-perl/Test-Filename-0.30.0 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 - # autodie - echo virtual/perl-autodie -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild deleted file mode 100644 index 825ff5f94..000000000 --- a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-0.14.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.014 -inherit perl-module - -DESCRIPTION='Iterative, recursive file finder' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::Clone - echo dev-perl/Data-Clone - # File::Basename - echo dev-lang/perl - # File::Spec - echo virtual/perl-File-Spec - # List::Util - echo virtual/perl-Scalar-List-Utils - # Number::Compare 0.02 ( 0.20.0 ) - echo \>=dev-perl/Number-Compare-0.20.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # Text::Glob - echo dev-perl/Text-Glob - # Try::Tiny - echo dev-perl/Try-Tiny - # namespace::clean - echo dev-perl/namespace-clean - # perl 5.010 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 - # re - echo dev-lang/perl - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl - # warnings::register - echo dev-lang/perl -} -perl_meta_test() { - # Config - #echo unresolved - # Exporter - echo virtual/perl-Exporter - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - # File::Find - echo dev-lang/perl - # File::Spec::Functions - echo virtual/perl-File-Spec - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Path::Tiny - echo dev-perl/Path-Tiny - # Test::Deep - echo dev-perl/Test-Deep - # Test::Filename 0.03 ( 0.30.0 ) - echo \>=dev-perl/Test-Filename-0.30.0 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 - # autodie - echo virtual/perl-autodie -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.0.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.0.0.ebuild deleted file mode 100644 index 704a3ab1d..000000000 --- a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.0.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=1.000 -inherit perl-module - -DESCRIPTION='Iterative, recursive file finder' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::Clone - echo dev-perl/Data-Clone - # File::Basename - echo dev-lang/perl - # File::Spec - echo virtual/perl-File-Spec - # List::Util - echo virtual/perl-Scalar-List-Utils - # Number::Compare 0.02 ( 0.20.0 ) - echo \>=dev-perl/Number-Compare-0.20.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # Text::Glob - echo dev-perl/Text-Glob - # Try::Tiny - echo dev-perl/Try-Tiny - # namespace::clean - echo dev-perl/namespace-clean - # perl 5.012 ( 5.12.0 ) - echo \>=dev-lang/perl-5.12.0 - # re - echo dev-lang/perl - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl - # warnings::register - echo dev-lang/perl -} -perl_meta_test() { - # Config - #echo unresolved - # Exporter - echo virtual/perl-Exporter - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - # File::Find - echo dev-lang/perl - # File::Spec::Functions - echo virtual/perl-File-Spec - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Path::Tiny - echo dev-perl/Path-Tiny - # Test::Deep - echo dev-perl/Test-Deep - # Test::Filename 0.03 ( 0.30.0 ) - echo \>=dev-perl/Test-Filename-0.30.0 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 - # autodie - echo virtual/perl-autodie -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.5.0.ebuild b/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.5.0.ebuild deleted file mode 100644 index 726c4743a..000000000 --- a/dev-perl/Path-Iterator-Rule/Path-Iterator-Rule-1.5.0.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=1.005 -inherit perl-module - -DESCRIPTION='Iterative, recursive file finder' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Data::Clone - echo dev-perl/Data-Clone - # File::Basename - echo dev-lang/perl - # File::Spec - echo virtual/perl-File-Spec - # List::Util - echo virtual/perl-Scalar-List-Utils - # Number::Compare 0.02 ( 0.20.0 ) - echo \>=dev-perl/Number-Compare-0.20.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # Text::Glob - echo dev-perl/Text-Glob - # Try::Tiny - echo dev-perl/Try-Tiny - # namespace::clean - echo dev-perl/namespace-clean - # perl 5.010 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 - # re - echo dev-lang/perl - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl - # warnings::register - echo dev-lang/perl -} -perl_meta_test() { - # Config - #echo unresolved - # Exporter - echo virtual/perl-Exporter - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - # File::Find - echo dev-lang/perl - # File::Spec::Functions - echo virtual/perl-File-Spec - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Path::Tiny - echo dev-perl/Path-Tiny - # Test::Deep - echo dev-perl/Test-Deep - # Test::Filename 0.03 ( 0.30.0 ) - echo \>=dev-perl/Test-Filename-0.30.0 - # Test::More 0.92 ( 0.920.0 ) - echo \>=virtual/perl-Test-Simple-0.92 - # autodie - echo virtual/perl-autodie -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Path-Iterator-Rule/metadata.xml b/dev-perl/Path-Iterator-Rule/metadata.xml deleted file mode 100644 index 59a484dc7..000000000 --- a/dev-perl/Path-Iterator-Rule/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - kentfredric@gmail.com - Kent Fredric - - - Path-Iterator-Rule - PIR - Path::Iterator::Rule - -