Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-UUlib/files/
Date: Tue, 24 Oct 2017 02:45:34
Message-Id: 1508813074.44413cae5a79c82e54a4dc3bdf6d71cebb44a913.kentnl@gentoo
1 commit: 44413cae5a79c82e54a4dc3bdf6d71cebb44a913
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 17 15:56:52 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 02:44:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44413cae
7
8 dev-perl/Convert-UUlib: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5969
11
12 .../files/Convert-UUlib-1.400.0-unbundle.patch | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 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
16 deleted file mode 100644
17 index a7c5cfa81ad..00000000000
18 --- a/dev-perl/Convert-UUlib/files/Convert-UUlib-1.400.0-unbundle.patch
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -diff -ruN Convert-UUlib-1.4.orig/Makefile.PL Convert-UUlib-1.4/Makefile.PL
22 ---- Convert-UUlib-1.4.orig/Makefile.PL 2009-07-10 22:44:52.000000000 +0200
23 -+++ Convert-UUlib-1.4/Makefile.PL 2014-10-11 19:06:36.816968279 +0200
24 -@@ -1,22 +1,5 @@
25 - use ExtUtils::MakeMaker;
26 -
27 --sub MY::postamble {
28 -- my $postamble =<<'END';
29 --
30 --uulib/Makefile:
31 -- cd uulib && CC="$(CC)" CFLAGS="$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)" ./configure
32 --
33 --clean::
34 -- -cd uulib && make distclean
35 --
36 --force:
37 --
38 --$(MYEXTLIB): uulib/Makefile uulib/uulib.c force
39 -- cd uulib && $(MAKE) all
40 --
41 --END
42 --}
43 --
44 - WriteMakefile(
45 - 'dist' => {
46 - PREOP => 'pod2text UUlib.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;',
47 -@@ -25,8 +8,7 @@
48 - },
49 - 'NAME' => 'Convert::UUlib',
50 - 'VERSION_FROM' => 'UUlib.pm',
51 -- 'MYEXTLIB' => 'uulib/libuu$(LIB_EXT)',
52 -- 'LIBS' => [''],
53 -+ 'LIBS' => ['-luu'],
54 - 'DEFINE' => '',
55 - 'INC' => '',
56 - );