diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-perl/Mail-IMAPClient | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/files/3.39-makefilepl.patch | 89 |
2 files changed, 0 insertions, 90 deletions
diff --git a/dev-perl/Mail-IMAPClient/Manifest b/dev-perl/Mail-IMAPClient/Manifest index 74b8eea1ca15..bd2139872b97 100644 --- a/dev-perl/Mail-IMAPClient/Manifest +++ b/dev-perl/Mail-IMAPClient/Manifest @@ -1,4 +1,3 @@ -AUX 3.39-makefilepl.patch 2592 BLAKE2B f19b22a6f32c6acb1cdfd2bbf7f6a14d1d4b360933c5832e949be73e21167b3eb814078466722ee35fb582271b46e0c0b65125ee16e3a1fa73bd8962fc346789 SHA512 007dd94afc738de520317275c940569bc4bb95b4a70eb8e0699c59c23a9e58d2bd68f5ae73ceeb7b7e9b84cf1f61f1e28ed0f05a20eff89191589b9342d443d1 AUX 3.43-makefilepl.patch 2676 BLAKE2B feb527eb527a9d678ce8b14672b5dd1d686221289b3c0ddfe33c329a15de20c3e6b53c389d07e74c90850221bf5b619242134e2b96b052ca5b1dbeef92244959 SHA512 98d1740ab709e4f1d7ff467d9f0ed8d4d381f9a1a2e2bfb4b957a87c6c6bda3a273b12f61bc55f2f76b008ceee39fcc0a363dca72f943191e8878aefd9bee33b DIST Mail-IMAPClient-3.43.tar.gz 189679 BLAKE2B da28ec4358532dcac59241dca4ffc29c3cf86bc3bba388dd66e27f45ac675c4754d0def00eb7112e4b1ffb1d595b3941b160a3f3e81a8ffccacc8351b4f96a94 SHA512 9e2346238d68ea62c0ad2e5c03ae9a36face8238dbccbbc083bcefd41d82a7f75887e3245c792e4bd2a5999ce66fabdc4e861118904e96cf2781e1ca549a1b09 EBUILD Mail-IMAPClient-3.430.0.ebuild 1082 BLAKE2B 4b0772131b69ec0d89d352ec9a6a7e3ca9a1e267de3c03b7c4b0a948a318b7dc6ed4bbf6fad69030e102dc21ae4face76199ce281d29adc693cd2182573dfcda SHA512 4b4ed5346432ea8c1e8c3d963c33e7b4099773679361c441bf595dca78ec3eee1c8f1a5285be4ed906e7105b239f8c86c8fe1595cb8e99726354cdfb2b07aff2 diff --git a/dev-perl/Mail-IMAPClient/files/3.39-makefilepl.patch b/dev-perl/Mail-IMAPClient/files/3.39-makefilepl.patch deleted file mode 100644 index 1224701a2988..000000000000 --- a/dev-perl/Mail-IMAPClient/files/3.39-makefilepl.patch +++ /dev/null @@ -1,89 +0,0 @@ -diff -Naur Mail-IMAPClient-3.38/Makefile.PL Mail-IMAPClient-3.38/Makefile.PL ---- Mail-IMAPClient-3.38/Makefile.PL -+++ Mail-IMAPClient-3.38/Makefile.PL -@@ -4,39 +4,6 @@ - - use 5.008_001; - --my @missing; --my %optional = ( -- "Authen::NTLM" => { for => "Authmechanism 'NTLM'" }, -- "Authen::SASL" => { for => "Authmechanism 'DIGEST-MD5'" }, -- "Compress::Zlib" => { for => "COMPRESS DEFLATE support" }, -- "Digest::HMAC_MD5" => { for => "Authmechanism 'CRAM-MD5'" }, -- "Digest::MD5" => { for => "Authmechanism 'DIGEST-MD5'" }, -- "IO::Socket::SSL" => { for => "SSL enabled connections (Ssl => 1)" }, -- "Test::Pod" => { for => "Pod tests", ver => "1.00" }, --); -- --foreach my $mod ( sort keys %optional ) { -- my $for = $optional{$mod}->{"for"} || ""; -- my $ver = $optional{$mod}->{"ver"} || ""; -- eval "use $mod $ver ();"; -- push @missing, $mod . ( $for ? " for $for" : "" ) if $@; --} -- --# similar message to one used in DBI: --if (@missing) { -- print( "The following optional modules were not found:", -- map( "\n\t" . $_, @missing ), "\n" ); -- -- print <<'MSG'; --Optional modules are available from any CPAN mirror, reference: -- http://search.cpan.org/ -- http://www.perl.com/CPAN/modules/by-module -- http://www.perl.org/CPAN/modules/by-module -- --MSG -- sleep 3; --} -- - # HACK: die on broken Parse::RecDescent 1.966002 through 1.967009 - # - rt.cpan.org#74593: Recent changes break Module::ExtractUse and ... - # - rt.cpan.org#74733: Fails with Parse::RecDescent >= 1.966_002 -@@ -94,45 +61,4 @@ - clean => { FILES => 'test.txt' }, - ); - --set_test_data(); -- - exit 0; -- --### --### HELPERS --### -- --sub set_test_data { -- unless ( -f "lib/Mail/IMAPClient.pm" ) { -- warn("ERROR: not in installation directory\n"); -- return; -- } -- -- if ( -s "./test.txt" ) { -- print("The file test.txt will be used for extended tests.\n"); -- return; -- } -- -- print <<EOF; -- --(OPTIONAL) For extended tests during 'make test', create a file --'test.txt' in the top level directory of this distribution (the same --directory as the Makefile.PL, etc.). This file must contain an IMAP --server name or IP (server=...), a user account (user=...), and a --password (passed=...). A port (port=....) and an authentication --mechanism to be used (authmechanism=...) can also be specified. -- --Example: -- ----- BEGIN: test.txt --- --server=localhost --user=mytestuser --passed=mypassword --port=143 ----- END: test.txt --- -- --NOTE: When testing is completed, be sure to remove test.txt (either by --hand or by 'make clean'). -- --EOF --} |