public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Lite/files/
Date: Tue, 23 Nov 2021 20:37:17 +0000 (UTC)	[thread overview]
Message-ID: <1637699613.75810542b1f5a3f7fa76e3d3607c8e8c0a79348d.conikost@gentoo> (raw)

commit:     75810542b1f5a3f7fa76e3d3607c8e8c0a79348d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Nov 16 16:50:54 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 20:33:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75810542

dev-perl/MIME-Lite: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/22974
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-perl/MIME-Lite/files/3.030-makefilepl.patch | 43 -------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-perl/MIME-Lite/files/3.030-makefilepl.patch b/dev-perl/MIME-Lite/files/3.030-makefilepl.patch
deleted file mode 100644
index 1fea2f7f53a4..000000000000
--- a/dev-perl/MIME-Lite/files/3.030-makefilepl.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Naur MIME-Lite-3.030/Makefile.PL MIME-Lite-3.030.new/Makefile.PL
---- MIME-Lite-3.030/Makefile.PL	2013-11-04 02:04:48.000000000 +0000
-+++ MIME-Lite-3.030.new/Makefile.PL	2016-02-22 10:15:49.107771292 +0000
-@@ -5,39 +5,12 @@
- #------------------------------------------------------------
- # Makefile:
- #------------------------------------------------------------
--my %extra_prereq = (
--  'Mail::Address'     => 1.62,
--  'MIME::Types'       => 1.28,
--  'MIME::Base64'      => undef,
--  'MIME::QuotedPrint' => undef,
--);
--
--for my $module (sort keys %extra_prereq) {
--  local $@;
--  my $ok = eval "require $module; \$extra_prereq{\$module} && \$module->VERSION(\$extra_prereq{\$module}); 1";
--  delete $extra_prereq{ $module } if $ok;
--}
--
- my %prereq = (
-   'File::Spec'          => 0,
-   'File::Basename'      => 0,
-   'Email::Date::Format' => '1.000', # first release
- );
- 
--if (%extra_prereq) {
--  print "MIME::Lite is designed to take advantage of a variety of external modules\n",
--        "if they are not present then MIME::Lite will attempt to do its best\n",
--        "but its strongly recommend that you install them.\n\n",
--        "These modules are:\n",
--        (map {; "\t$_\n" } sort keys %extra_prereq),
--        "I can add these modules to the prereq list which will cause the files to be\n",
--        "automatically installed if they aren't already present\n";
--
--  if (prompt("Add prereqs?",'Yes')=~/y/i) {
--    %prereq = (%prereq, %extra_prereq);
--  }
--}
--
- # Write the Makefile:
- WriteMakefile(
-   NAME         => 'MIME::Lite',


                 reply	other threads:[~2021-11-23 20:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637699613.75810542b1f5a3f7fa76e3d3607c8e8c0a79348d.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox