Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/t1lib/files/
Date: Mon, 04 Dec 2017 09:28:08
Message-Id: 1512379677.27f73e75683e42bfa92ad2948fe0f826933871b7.aballier@gentoo
1 commit: 27f73e75683e42bfa92ad2948fe0f826933871b7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 1 15:37:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 09:27:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f73e75
7
8 media-libs/t1lib: remove unused patch
9
10 .../t1lib/files/t1lib-do-not-install-t1lib_doc.patch | 19 -------------------
11 1 file changed, 19 deletions(-)
12
13 diff --git a/media-libs/t1lib/files/t1lib-do-not-install-t1lib_doc.patch b/media-libs/t1lib/files/t1lib-do-not-install-t1lib_doc.patch
14 deleted file mode 100644
15 index e8dc5585e23..00000000000
16 --- a/media-libs/t1lib/files/t1lib-do-not-install-t1lib_doc.patch
17 +++ /dev/null
18 @@ -1,19 +0,0 @@
19 ---- doc/Makefile.in.orig 2008-05-04 17:55:52.000000000 +0400
20 -+++ doc/Makefile.in 2008-05-04 17:55:58.000000000 +0400
21 -@@ -89,16 +89,6 @@
22 -
23 -
24 - install: dummy
25 -- if (test -f t1lib_doc.ps) \
26 -- then \
27 -- $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
28 -- $(INSTALL_DATA) t1lib_doc.ps $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
29 -- fi;
30 -- if (test -f t1lib_doc.pdf) \
31 -- then \
32 -- $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
33 -- $(INSTALL_DATA) t1lib_doc.pdf $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
34 -- fi;
35 -
36 -
37 - uninstall: dummy