summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-21 08:32:37 -0500
committerSam James <sam@gentoo.org>2024-12-21 20:31:58 +0000
commit409bfd4bc655b97cbff40b840741588cd0766d3d (patch)
treea2a2def569ab1d0d894c30e2e9f2f7199425470c /dev-perl/MIME-tools
parentdev-perl/MIME-EncWords: Drop old versions (diff)
downloadgentoo-409bfd4bc655b97cbff40b840741588cd0766d3d.tar.gz
gentoo-409bfd4bc655b97cbff40b840741588cd0766d3d.tar.bz2
gentoo-409bfd4bc655b97cbff40b840741588cd0766d3d.zip
dev-perl/MIME-tools: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/MIME-tools')
-rw-r--r--dev-perl/MIME-tools/MIME-tools-5.510.0-r1.ebuild43
-rw-r--r--dev-perl/MIME-tools/Manifest1
-rw-r--r--dev-perl/MIME-tools/files/MIME-tools-5.510.0-perl-5.38.patch36
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-perl/MIME-tools/MIME-tools-5.510.0-r1.ebuild b/dev-perl/MIME-tools/MIME-tools-5.510.0-r1.ebuild
deleted file mode 100644
index bc8911f18b00..000000000000
--- a/dev-perl/MIME-tools/MIME-tools-5.510.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=DSKOLL
-DIST_VERSION=5.510
-DIST_EXAMPLES=("examples/*")
-# tests fail when done in parallel
-DIST_TEST="do"
-inherit perl-module
-
-DESCRIPTION="A Perl module for parsing and creating MIME entities"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="
- >=virtual/perl-File-Path-1
- >=virtual/perl-File-Spec-0.600.0
- >=virtual/perl-File-Temp-0.180.0
- virtual/perl-IO
- >=virtual/perl-MIME-Base64-2.200.0
- dev-perl/MailTools
-"
-BDEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.420.0
- test? (
- dev-perl/Test-Deep
- )
-"
-
-PERL_RM_FILES=(
- # Author tests
- t/02-kwalitee.t
- t/02-pod.t
- t/02-pod-coverage.t
- # Fails under FEATURES="network-sandbox"
- t/Smtpsend.t
-)
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.510.0-perl-5.38.patch
-)
diff --git a/dev-perl/MIME-tools/Manifest b/dev-perl/MIME-tools/Manifest
index 0c7d919365ae..1cb85b3c1456 100644
--- a/dev-perl/MIME-tools/Manifest
+++ b/dev-perl/MIME-tools/Manifest
@@ -1,2 +1 @@
-DIST MIME-tools-5.510.tar.gz 417208 BLAKE2B d819b7e243a5edc72204c78467f0603c6be576ef5e7285b2c500ce8498ef631bbd2cc921d5d32ec7c1243da8dc20ff5c209a6682215404358f9d1e1c69c81884 SHA512 86d110cc3ed3e9744a07a7b671df713708ab70f57aea858a9570bd021102b4cea91a869239f6c40611f1b1fae190e1b6d1bd65b54914ffc3a41fdf9160977328
DIST MIME-tools-5.515.tar.gz 424146 BLAKE2B 158cfa70318d986a400a9122815b2f2b9f2ae56bc0bdb997068c3abe00dffdad01adea139cf746ca439f0810d2967bbcdf3597af0e4c6221b9c2b28a9ce582a2 SHA512 3a9bbc1b58762170bfb3ccdc2d5fda006fcfdb5eca6092555011819e9fd0b68f1b0a178c86dc7e95a2e6f8d89d6988b1c26823d06ca201859ddc87f9e37981db
diff --git a/dev-perl/MIME-tools/files/MIME-tools-5.510.0-perl-5.38.patch b/dev-perl/MIME-tools/files/MIME-tools-5.510.0-perl-5.38.patch
deleted file mode 100644
index 4c2cbc39129a..000000000000
--- a/dev-perl/MIME-tools/files/MIME-tools-5.510.0-perl-5.38.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-https://bugs.gentoo.org/913854
-https://bugs.debian.org/1040377
-https://rt.cpan.org/Public/Bug/Display.html?id=149225
-
-From 5964839271fd856076da6c7ed7822bcd39324c82 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni@debian.org>
-Date: Sat, 29 Jul 2023 18:54:01 +0100
-Subject: [PATCH] Fix MIME::QuotedPrint version parsing
-
-Perl 5.38 bundles MIME::QuotedPrint at version 3.16_01 which is not
-numeric, causing spurious warnings on usage.
-
-Bug-Debian: https://bugs.debian.org/1040377
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=149225
-Bug: https://rt.cpan.org/Ticket/Display.html?id=149225
---- a/lib/MIME/Decoder/QuotedPrint.pm
-+++ b/lib/MIME/Decoder/QuotedPrint.pm
-@@ -1,6 +1,7 @@
- package MIME::Decoder::QuotedPrint;
- use strict;
- use warnings;
-+use version;
-
-
- =head1 NAME
-@@ -73,7 +74,7 @@ $VERSION = "5.510";
- # The following code is horrible. I know. Beat me up. --dfs
- BEGIN {
- if (!defined(&encode_qp_threearg)) {
-- if ($::MIME::QuotedPrint::VERSION >= 3.03) {
-+ if (version->parse($::MIME::QuotedPrint::VERSION) >= version->parse(3.03)) {
- eval 'sub encode_qp_threearg ( $$$ ) { encode_qp(shift, shift, shift); }';
- } else {
- eval 'sub encode_qp_threearg ( $$$ ) { encode_qp(shift); }';
---
-2.39.1