From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-perl/PPIx-EditorTools/Manifest | 6 + .../PPIx-EditorTools-0.190.0.ebuild | 35 ++++ .../PPIx-EditorTools-0.200.0.ebuild | 35 ++++ .../PPIx-EditorTools-0.20-fix-pseudo-deps.patch | 204 +++++++++++++++++++++ dev-perl/PPIx-EditorTools/metadata.xml | 21 +++ 5 files changed, 301 insertions(+) create mode 100644 dev-perl/PPIx-EditorTools/Manifest create mode 100644 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild create mode 100644 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild create mode 100644 dev-perl/PPIx-EditorTools/files/PPIx-EditorTools-0.20-fix-pseudo-deps.patch create mode 100644 dev-perl/PPIx-EditorTools/metadata.xml (limited to 'dev-perl/PPIx-EditorTools') diff --git a/dev-perl/PPIx-EditorTools/Manifest b/dev-perl/PPIx-EditorTools/Manifest new file mode 100644 index 000000000000..3498978672a6 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/Manifest @@ -0,0 +1,6 @@ +AUX PPIx-EditorTools-0.20-fix-pseudo-deps.patch 5895 BLAKE2B bc7e02fec7ced2190b0f2e1a32465851903e0024b89ffe37e1f0fbf5200d5ee87b9dcc41871c749cfb90d828e2f6c602a74c5112aa58a3a24de4e2fd15ebaf3f SHA512 868dd49fa151515da9762d7941cab9db963fe88e9d8f61565944ebd5fe6150bbb7ca387a496f83c50617c3ebcadbdd7c6cd60f60b2660e59eaebfad2ec12d29b +DIST PPIx-EditorTools-0.18.tar.gz 38874 BLAKE2B 4f33c7053b028a30b01396d5f4af789b83aa18cf4ee754c32595ccc78272ba660e5934d97f3ede49cad1245dfabdecc1185931b0a16274f44c0d9fb191c1c91a SHA512 84be683e7f745c3b5d57944d9f91f0fb53274c2c5bd9f1b252b76d9f0a531f4cc4fbe45592fb70da5f91f978493e2f7c723d4222d99ce73aeebfacfb97110d0a +DIST PPIx-EditorTools-0.20.tar.gz 37102 BLAKE2B 2f77696826c964ff3b31d21e6f0021be921a5b72a0d50dbe239f28bab91e79b4aca30ad189c6a1a28c074e9b2cc919cca37ae79c9cdeb274fa499e84f3bcb18b SHA512 1762e7d8b6a4e95a547932ecfeb029866a3259bc58409ab6d4f55d83f2d83bfe353c82ddc777b41f499d395b1d11ad12d912e541d06e1779fb25a7e17ba6f405 +EBUILD PPIx-EditorTools-0.190.0.ebuild 736 BLAKE2B 957eee26b3404adce8270d86c53140de099f5d08bfbd50a43cfc08120d10bae803dd02e5b7fadd2623c0ee028343a3c07f930d6f89c4cb36bdf09c0c51944b2b SHA512 21c07b2bc03e748a19e32213c3e32f7f46ab1358abe3e0078ec0ea3cae461344e6c0e78d2e8bd21e12cfff532417990a274ad518f24c2cf781b671d647f01a8d +EBUILD PPIx-EditorTools-0.200.0.ebuild 712 BLAKE2B d63429c54cc86f8df855c29bba684e1a0b6da794bebf8f192825e072168475d7ec8a8aaa000c315d938188788815fe1b702f3f4acce6fbc71f79501470be7bf8 SHA512 3edcfd4ecb2b78eb3e92927369e13905628dd6a1dcc38ab7af3faabee730a64475c4bbb863a70e3c899e6384617d2d78e6d60981ee1f1d34ac29ea54c62fa7bf +MISC metadata.xml 1137 BLAKE2B 00e498e97e5885959c77aaf678e4ffaf7d6109d61a4287ee6ba5dac1ee9c5d7a00031cac8ffd0ba0c77266eeb5664406e6f7f3b5c9d9f7113aa3cea751268ab0 SHA512 9ca46509feb83da6572facbff1e5318a315feeeb0d868e05500b78b83fbfe847a220c0bf05e921855454cf77f086327c9280b6b0509ad8c66b4b34ba8423c00a diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild new file mode 100644 index 000000000000..46be8ddd25e3 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SZABGAB +DIST_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-XSAccessor-1.20.0 + >=dev-perl/PPI-1.215.0 + >=dev-perl/Try-Tiny-0.110.0 +" +DEPEND=" + test? ( + ${RDEPEND} + dev-perl/Test-Most + >=dev-perl/Test-Differences-0.480.100 + dev-perl/Test-NoWarnings + dev-perl/CPAN-Changes + ) +" + +src_prepare() { + sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild new file mode 100644 index 000000000000..2917e8496957 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=YANICK +DIST_VERSION=0.20 +inherit perl-module + +DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Class-XSAccessor-1.20.0 + virtual/perl-File-Spec + >=dev-perl/PPI-1.215.0 + dev-perl/Try-Tiny +" +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + ${RDEPEND} + virtual/perl-File-Temp + virtual/perl-IO + >=dev-perl/Test-Differences-0.480.100 + dev-perl/Test-Exception + dev-perl/Test-Most + virtual/perl-Test-Simple + ) +" +PATCHES=("${FILESDIR}/${PN}-0.20-fix-pseudo-deps.patch") diff --git a/dev-perl/PPIx-EditorTools/files/PPIx-EditorTools-0.20-fix-pseudo-deps.patch b/dev-perl/PPIx-EditorTools/files/PPIx-EditorTools-0.20-fix-pseudo-deps.patch new file mode 100644 index 000000000000..7bf56bdce9d7 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/files/PPIx-EditorTools-0.20-fix-pseudo-deps.patch @@ -0,0 +1,204 @@ +From a83ab92189a6aa9d81f0f96aa905d023853a3c12 Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sun, 24 Dec 2017 17:20:33 +1300 +Subject: Fix pseudo-dependencies + +See also: https://github.com/yanick/PPIx-EditorTools/pull/9 +--- + META.json | 9 +-------- + META.yml | 7 ------- + Makefile.PL | 16 +--------------- + cpanfile | 7 ------- + dist.ini | 5 +++++ + t/00-report-prereqs.dd | 9 +-------- + 6 files changed, 8 insertions(+), 45 deletions(-) + +diff --git a/META.json b/META.json +index e5a97e2..c97d9ab 100644 +--- a/META.json ++++ b/META.json +@@ -49,22 +49,15 @@ + "CPAN::Meta" : "2.120900" + }, + "requires" : { +- "Class::Accessor" : "0", + "ExtUtils::MakeMaker" : "0", + "File::Spec" : "0", + "File::Temp" : "0", + "IO::Handle" : "0", + "IPC::Open3" : "0", +- "Method::Signatures" : "0", +- "Moose" : "0", +- "MooseX::Declare" : "0", + "Test::Differences" : "0", + "Test::Exception" : "0", + "Test::More" : "0", +- "Test::Most" : "0", +- "autodie" : "0", +- "lib" : "0", +- "version" : "0" ++ "Test::Most" : "0" + } + } + }, +diff --git a/META.yml b/META.yml +index 33840f5..5cf9d6a 100644 +--- a/META.yml ++++ b/META.yml +@@ -7,22 +7,15 @@ author: + - 'Gabor Szabo ' + - 'Yanick Champoux ' + build_requires: +- Class::Accessor: '0' + ExtUtils::MakeMaker: '0' + File::Spec: '0' + File::Temp: '0' + IO::Handle: '0' + IPC::Open3: '0' +- Method::Signatures: '0' +- Moose: '0' +- MooseX::Declare: '0' + Test::Differences: '0' + Test::Exception: '0' + Test::More: '0' + Test::Most: '0' +- autodie: '0' +- lib: '0' +- version: '0' + configure_requires: + ExtUtils::MakeMaker: '0' + dynamic_config: 0 +diff --git a/Makefile.PL b/Makefile.PL +index 15dacc8..d1ae11e 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -29,22 +29,15 @@ my %WriteMakefileArgs = ( + "warnings" => 0 + }, + "TEST_REQUIRES" => { +- "Class::Accessor" => 0, + "ExtUtils::MakeMaker" => 0, + "File::Spec" => 0, + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, +- "Method::Signatures" => 0, +- "Moose" => 0, +- "MooseX::Declare" => 0, + "Test::Differences" => 0, + "Test::Exception" => 0, + "Test::More" => 0, +- "Test::Most" => 0, +- "autodie" => 0, +- "lib" => 0, +- "version" => 0 ++ "Test::Most" => 0 + }, + "VERSION" => "0.20", + "test" => { +@@ -55,7 +48,6 @@ my %WriteMakefileArgs = ( + + my %FallbackPrereqs = ( + "Carp" => 0, +- "Class::Accessor" => 0, + "Class::XSAccessor" => "1.02", + "ExtUtils::MakeMaker" => 0, + "File::Basename" => 0, +@@ -63,9 +55,6 @@ my %FallbackPrereqs = ( + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, +- "Method::Signatures" => 0, +- "Moose" => 0, +- "MooseX::Declare" => 0, + "PPI" => "1.203", + "PPI::Find" => 0, + "Test::Differences" => 0, +@@ -73,11 +62,8 @@ my %FallbackPrereqs = ( + "Test::More" => 0, + "Test::Most" => 0, + "Try::Tiny" => 0, +- "autodie" => 0, + "base" => 0, +- "lib" => 0, + "strict" => 0, +- "version" => 0, + "warnings" => 0 + ); + +diff --git a/cpanfile b/cpanfile +index 770d0bc..c8a3208 100644 +--- a/cpanfile ++++ b/cpanfile +@@ -11,22 +11,15 @@ requires "strict" => "0"; + requires "warnings" => "0"; + + on 'test' => sub { +- requires "Class::Accessor" => "0"; + requires "ExtUtils::MakeMaker" => "0"; + requires "File::Spec" => "0"; + requires "File::Temp" => "0"; + requires "IO::Handle" => "0"; + requires "IPC::Open3" => "0"; +- requires "Method::Signatures" => "0"; +- requires "Moose" => "0"; +- requires "MooseX::Declare" => "0"; + requires "Test::Differences" => "0"; + requires "Test::Exception" => "0"; + requires "Test::More" => "0"; + requires "Test::Most" => "0"; +- requires "autodie" => "0"; +- requires "lib" => "0"; +- requires "version" => "0"; + }; + + on 'test' => sub { +diff --git a/dist.ini b/dist.ini +index 37e7ddc..d38eb38 100644 +--- a/dist.ini ++++ b/dist.ini +@@ -10,8 +10,13 @@ license = Perl_5 + copyright_holder = The Padre development team as listed in Padre.pm. + copyright_year = 2011 + ++[FileFinder::Filter / NoExecTests] ++finder = :TestFiles ++skip = outline ++ + [@Filter] + -bundle=@YANICK + -remove=Covenant + NextVersion::Semantic.format=%d.%2d + AutoPrereqs.skip=Abc ++AutoPrereqs.test_finder = NoExecTests +diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd +index b8c35ca..30d5772 100644 +--- a/t/00-report-prereqs.dd ++++ b/t/00-report-prereqs.dd +@@ -30,22 +30,15 @@ do { my $x = { + 'CPAN::Meta' => '2.120900' + }, + 'requires' => { +- 'Class::Accessor' => '0', + 'ExtUtils::MakeMaker' => '0', + 'File::Spec' => '0', + 'File::Temp' => '0', + 'IO::Handle' => '0', + 'IPC::Open3' => '0', +- 'Method::Signatures' => '0', +- 'Moose' => '0', +- 'MooseX::Declare' => '0', + 'Test::Differences' => '0', + 'Test::Exception' => '0', + 'Test::More' => '0', +- 'Test::Most' => '0', +- 'autodie' => '0', +- 'lib' => '0', +- 'version' => '0' ++ 'Test::Most' => '0' + } + } + }; +-- +2.15.1 + diff --git a/dev-perl/PPIx-EditorTools/metadata.xml b/dev-perl/PPIx-EditorTools/metadata.xml new file mode 100644 index 000000000000..f32578343291 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/metadata.xml @@ -0,0 +1,21 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + PPIx-EditorTools + PPIx::EditorTools + PPIx::EditorTools::FindUnmatchedBrace + PPIx::EditorTools::FindVariableDeclaration + PPIx::EditorTools::IntroduceTemporaryVariable + PPIx::EditorTools::Lexer + PPIx::EditorTools::Outline + PPIx::EditorTools::RenamePackage + PPIx::EditorTools::RenamePackageFromPath + PPIx::EditorTools::RenameVariable + PPIx::EditorTools::ReturnObject + + -- cgit v1.2.3