commit:     a7beb5c32dd1c6b60e84d9e884cf42d9fa23fc36
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Sep  7 17:45:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 13:27:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7beb5c3

dev-perl/Crypt-Cracklib: remove unused patch.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../files/1.4-disable-reversed-test.patch               | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch 
b/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
deleted file mode 100644
index f8cde38..00000000
--- a/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- Crypt-Cracklib-1.4/t/01use.t
-+++ Crypt-Cracklib-1.4/t/01use.t
-@@ -1,4 +1,4 @@
--use Test::More tests => 19;
-+use Test::More tests => 18;
- 
- BEGIN { use_ok( 'Crypt::Cracklib' ); }
- 
-@@ -28,7 +28,7 @@
- like(fascist_check('dictionary'), qr/dictionary/, "dictionary");
- 
- # it is based on a (reversed) dictionary word
--like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
-+#like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
- 
- # Ok
- ok(fascist_check('Sil1ntBob') eq 'ok');

Reply via email to