dev-perl/Mail-IMAPClient: Cleanup old versions
authorKent Fredric <kentnl@gentoo.org>
Wed, 24 Jul 2019 15:03:20 +0000 (03:03 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 25 Jul 2019 06:47:01 +0000 (18:47 +1200)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild [deleted file]
dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.380.0.ebuild [deleted file]
dev-perl/Mail-IMAPClient/Manifest
dev-perl/Mail-IMAPClient/files/3.38-makefilepl.patch [deleted file]

diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.370.0.ebuild
deleted file mode 100644 (file)
index a7ae55b..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PLOBBES
-MODULE_VERSION=3.37
-inherit perl-module
-
-DESCRIPTION="IMAP client module for Perl"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 ~s390 ~sh sparc x86"
-IUSE="test"
-
-RDEPEND="
-       virtual/perl-Carp
-       virtual/perl-File-Temp
-       virtual/perl-Scalar-List-Utils
-       virtual/perl-MIME-Base64
-       >=dev-perl/Parse-RecDescent-1.940.0
-"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-       test? (
-               virtual/perl-Test-Simple
-       )
-"
-
-SRC_TEST="do parallel"
-
-src_test() {
-       perl_rm_files t/pod.t
-       perl-module_src_test
-}
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.380.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.380.0.ebuild
deleted file mode 100644 (file)
index 6147c3c..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PLOBBES
-DIST_VERSION=3.38
-inherit perl-module
-
-DESCRIPTION="IMAP client module for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test ntlm md5 ssl zlib"
-
-PATCHES=(
-       "${FILESDIR}/${DIST_VERSION}-makefilepl.patch"
-)
-PERL_RM_FILES=(
-       "t/quota.t" # Requires imap server config in test.txt
-       "t/basic.t"
-)
-# IO::File, IO::Select, IO::Socket, IO::Socket::INET -> perl-IO
-# Digest::HMAC_MD5 -> Digest-HMAC
-RDEPEND="
-       virtual/perl-Carp
-       virtual/perl-File-Temp
-       >=virtual/perl-IO-1.260.0
-       virtual/perl-Scalar-List-Utils
-       virtual/perl-MIME-Base64
-       >=dev-perl/Parse-RecDescent-1.967.9
-       ntlm? ( dev-perl/Authen-NTLM )
-       md5? (
-               dev-perl/Authen-SASL
-               dev-perl/Digest-HMAC
-               virtual/perl-Digest-MD5
-       )
-       ssl? ( dev-perl/IO-Socket-SSL )
-       zlib? ( virtual/perl-IO-Compress )
-"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-       test? (
-               virtual/perl-Test-Simple
-       )
-"
index 2225a300af51e5713d9e2e21460972aee15270dd..90737abf343c72b1daba3c129aa1b5a008293b1b 100644 (file)
@@ -1,3 +1 @@
-DIST Mail-IMAPClient-3.37.tar.gz 188964 BLAKE2B 24cb8b98476cdf424d515e4a6d640b3290b187a83851aff5b150db78bce3de65c939846c0a7714ce13030737a9e98d41de09774544f2e35aae810dcd6990b87a SHA512 e6baeb880610d55991342fc50acd5bb666a4d94856f4d158172eb5e430aa62296847cb4cec4706398dfbaf7af657ca0024ef92bbb455addd0cd648c47d847fef
-DIST Mail-IMAPClient-3.38.tar.gz 190487 BLAKE2B 0eceee1152eb82f6bffc58fdc18ced421072b6a0902d1e4c51da07e6415c9697e03d5c7e6f9785ba821cdd1550fdf069ed56b7dbe7226650b040012b4165ca4c SHA512 aa2d4ae43ac221db5b99d20884d34ce41fabdc593cee48e7daf7d7048dd351026231f9a4193044f42eb17c8d303b5af0b924bea17fed27c4d0934ca2935b73f3
 DIST Mail-IMAPClient-3.39.tar.gz 190965 BLAKE2B 43fb640d2282945b21e743ccb8bec037103b7bcff78396f1f72f26d7860d5b5f69bcab837f3e857610426f958c860085f66cef21c8d5115940fc64ae3667f1e3 SHA512 156e5f6682d55f2c112ae5065448f0c502d3e748c4405768152ccccd7d944cf949f7c3fd42f30f40c86337457dea5c037959bf29739e4c413e4b45af2b74c222
diff --git a/dev-perl/Mail-IMAPClient/files/3.38-makefilepl.patch b/dev-perl/Mail-IMAPClient/files/3.38-makefilepl.patch
deleted file mode 100644 (file)
index 1224701..0000000
+++ /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
--}