commit:     44413cae5a79c82e54a4dc3bdf6d71cebb44a913
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Oct 17 15:56:52 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 02:44:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44413cae

dev-perl/Convert-UUlib: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/5969

 .../files/Convert-UUlib-1.400.0-unbundle.patch     | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-perl/Convert-UUlib/files/Convert-UUlib-1.400.0-unbundle.patch 
b/dev-perl/Convert-UUlib/files/Convert-UUlib-1.400.0-unbundle.patch
deleted file mode 100644
index a7c5cfa81ad..00000000000
--- a/dev-perl/Convert-UUlib/files/Convert-UUlib-1.400.0-unbundle.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ruN Convert-UUlib-1.4.orig/Makefile.PL Convert-UUlib-1.4/Makefile.PL
---- Convert-UUlib-1.4.orig/Makefile.PL 2009-07-10 22:44:52.000000000 +0200
-+++ Convert-UUlib-1.4/Makefile.PL      2014-10-11 19:06:36.816968279 +0200
-@@ -1,22 +1,5 @@
- use ExtUtils::MakeMaker;
- 
--sub MY::postamble {
--    my $postamble =<<'END';
--
--uulib/Makefile:
--      cd uulib && CC="$(CC)" CFLAGS="$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)" 
./configure
--
--clean::
--      -cd uulib && make distclean
--
--force:
--
--$(MYEXTLIB): uulib/Makefile uulib/uulib.c force
--      cd uulib && $(MAKE) all
--
--END
--}
--
- WriteMakefile(
-     'dist'    => {
-                   PREOP       => 'pod2text UUlib.pm | tee README 
>$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;',
-@@ -25,8 +8,7 @@
-                  },
-     'NAME'    => 'Convert::UUlib',
-     'VERSION_FROM' => 'UUlib.pm',
--    'MYEXTLIB'  => 'uulib/libuu$(LIB_EXT)',
--    'LIBS'    => [''],
-+    'LIBS'    => ['-luu'],
-     'DEFINE'  => '',
-     'INC'     => '',
- );

Reply via email to