From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- .../Class-MakeMethods-1.10.0-r1.ebuild | 17 ------ dev-perl/Class-MakeMethods/Manifest | 4 -- .../files/Class-MakeMethods-1.10.0-perl526.patch | 27 --------- dev-perl/Class-MakeMethods/metadata.xml | 67 ---------------------- 4 files changed, 115 deletions(-) delete mode 100644 dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild delete mode 100644 dev-perl/Class-MakeMethods/Manifest delete mode 100644 dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch delete mode 100644 dev-perl/Class-MakeMethods/metadata.xml (limited to 'dev-perl/Class-MakeMethods') diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild deleted file mode 100644 index 26ee9d48c461..000000000000 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=EVO -MODULE_VERSION=1.01 -inherit perl-module - -DESCRIPTION="Automated method creation module for Perl" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~ppc-aix ~x86-solaris" -IUSE="" - -PATCHES=( "${FILESDIR}/${P}-perl526.patch" ) -SRC_TEST="do" diff --git a/dev-perl/Class-MakeMethods/Manifest b/dev-perl/Class-MakeMethods/Manifest deleted file mode 100644 index 7708ec6dee84..000000000000 --- a/dev-perl/Class-MakeMethods/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX Class-MakeMethods-1.10.0-perl526.patch 853 BLAKE2B 142c8a65cad473952682ace36ddb6978835442d09574f07c240488e2c1281798233036da3800439d2c54e1ad3e835e50ccdd5131513a1a7e1fc933444d61dac7 SHA512 701e37e8e5c915b325d2b23f499cf26ad82a0e09b722a17496378bebc5dad2ca2600a06a73b5b2e5689556152893ae30dc37b6fb2be923a91b3487c75f2d41af -DIST Class-MakeMethods-1.01.tar.gz 162174 BLAKE2B 4c8f65ee1b0a91b9a66159d847ac358833c31874d3921c8844b36e9c244fb8268ad8b52ef3d27e9334b0a9eb7c702d32a656c303049440c2ac8eac67b5e024c3 SHA512 3eb30d7a97362dc3e4622d5efbce903c38b90f98c9612734406db07e8c8c048ec528eb6f0556a67e8f89f267dd458c1c6bae94a43fdab9e28be83c905567d81e -EBUILD Class-MakeMethods-1.10.0-r1.ebuild 390 BLAKE2B 9d6ceebea7d939d26bbab7bfc9186c6a4fd24f88d90a59b1e5180fc3fc6bb1937ad66565c5fa9ea8a996b4cbc532fca56c6ce5daaddead801652967c91ee1cd1 SHA512 0dacfdc084f4e9d9f7ed18300da23af5cc240adb9590108b9b1535839a54ba63608482df1f418679ca73d00f08aaeaac5cf8f762f5b136fcbcae162cdb6ad482 -MISC metadata.xml 4967 BLAKE2B 2c7bbc80f678c9fd49e210f47cdc83ee6a5c2de3ad5cbb585b32544a6b8042a3e400ea860e949246963bedd6f4281e35b580d2557d0602fac6d8d319a954054f SHA512 d3be6e5405e4c46bcc90e000f8fdf55cbe4e9ecae421f1eb07adb14ce81b12e3636904480cb6362a465fbcb8d6a23a2b954ddde5964dd977bbff2e1c655c8cad diff --git a/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch b/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch deleted file mode 100644 index 90d6954e854f..000000000000 --- a/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e9ca634f9d11894aec3236a8166b48b5bd25e582 Mon Sep 17 00:00:00 2001 -From: Slaven Rezic -Date: Wed, 8 Jun 2016 22:47:42 +0200 -Subject: fix for "Unescaped left brace in regex is deprecated" (RT #115108) - -Bug: https://rt.cpan.org/Ticket/Display.html?id=115108 -Bug: https://bugs.gentoo.org/615120 ---- - tests/xemulator/class_methodmaker/Test.pm | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/xemulator/class_methodmaker/Test.pm b/tests/xemulator/class_methodmaker/Test.pm -index fc37552..4ab84ad 100644 ---- a/tests/xemulator/class_methodmaker/Test.pm -+++ b/tests/xemulator/class_methodmaker/Test.pm -@@ -48,7 +48,7 @@ sub COUNT_TESTS { - open(IN, $file) or die "Can't open $file: $!"; - while () { - /^\s*#/ and next; -- $c += s/(TEST\s{)/$1/g; -+ $c += s/(TEST\s\{)/$1/g; - } - $c; - } --- -2.14.1 - diff --git a/dev-perl/Class-MakeMethods/metadata.xml b/dev-perl/Class-MakeMethods/metadata.xml deleted file mode 100644 index fd8669312cbc..000000000000 --- a/dev-perl/Class-MakeMethods/metadata.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - Class-MakeMethods - Class::MakeMethods - Class::MakeMethods::Attribute - Class::MakeMethods::Autoload - Class::MakeMethods::Basic - Class::MakeMethods::Basic::Array - Class::MakeMethods::Basic::Global - Class::MakeMethods::Basic::Hash - Class::MakeMethods::Composite - Class::MakeMethods::Composite::Array - Class::MakeMethods::Composite::Global - Class::MakeMethods::Composite::Hash - Class::MakeMethods::Composite::Inheritable - Class::MakeMethods::Composite::Universal - Class::MakeMethods::Emulator - Class::MakeMethods::Emulator::AccessorFast - Class::MakeMethods::Emulator::Inheritable - Class::MakeMethods::Emulator::MethodMaker - Class::MakeMethods::Emulator::Singleton - Class::MakeMethods::Emulator::Struct - Class::MakeMethods::Emulator::accessors - Class::MakeMethods::Emulator::accessors::chained - Class::MakeMethods::Emulator::accessors::classic - Class::MakeMethods::Emulator::mcoder - Class::MakeMethods::Evaled - Class::MakeMethods::Evaled::Hash - Class::MakeMethods::Standard - Class::MakeMethods::Standard::Array - Class::MakeMethods::Standard::Global - Class::MakeMethods::Standard::Hash - Class::MakeMethods::Standard::Inheritable - Class::MakeMethods::Standard::Universal - Class::MakeMethods::Template - Class::MakeMethods::Template::Array - Class::MakeMethods::Template::Class - Class::MakeMethods::Template::ClassInherit - Class::MakeMethods::Template::ClassName - Class::MakeMethods::Template::ClassVar - Class::MakeMethods::Template::Flyweight - Class::MakeMethods::Template::Generic - Class::MakeMethods::Template::Global - Class::MakeMethods::Template::Hash - Class::MakeMethods::Template::Inheritable - Class::MakeMethods::Template::InsideOut - Class::MakeMethods::Template::PackageVar - Class::MakeMethods::Template::Ref - Class::MakeMethods::Template::Scalar - Class::MakeMethods::Template::Static - Class::MakeMethods::Template::Struct - Class::MakeMethods::Template::StructBuiltin - Class::MakeMethods::Template::Universal - Class::MakeMethods::Utility::ArraySplicer - Class::MakeMethods::Utility::DiskCache - Class::MakeMethods::Utility::Inheritable - Class::MakeMethods::Utility::Ref - Class::MakeMethods::Utility::TextBuilder - TieScalarTest - - -- cgit v1.2.3