summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-07 19:54:23 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-09 15:27:40 +0200
commit6d46068a9455fa555454ccb1f8842445aef5fa0a (patch)
treecc193c56817fc43cccded2032ec0742726836069 /dev-perl/Mail-IMAPClient/files
parentdev-perl/Mail-Builder: remove unused patch. (diff)
downloadgentoo-6d46068a9455fa555454ccb1f8842445aef5fa0a.tar.gz
gentoo-6d46068a9455fa555454ccb1f8842445aef5fa0a.tar.bz2
gentoo-6d46068a9455fa555454ccb1f8842445aef5fa0a.zip
dev-perl/Mail-IMAPClient: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-IMAPClient/files')
-rw-r--r--dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch b/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch
deleted file mode 100644
index 11ccfb295cfc..000000000000
--- a/dev-perl/Mail-IMAPClient/files/2.2.9-skiptest.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2005-01-07 23:17:00.849874616 -0200
-+++ Makefile.PL 2005-01-07 23:18:32.815893656 -0200
-@@ -49,7 +49,7 @@
-
- sub set_test_data {
- unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return }
-- return if -f "./test.txt";
-+ return if -f "./Makefile.PL";
- print "You have the option of running an extended suite of tests during\n",
- "'make test'. This requires an IMAP server name, user account, and ",
- "password to test with.","\n","\n",