Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/
Date: Fri, 08 Nov 2019 15:21:05
Message-Id: 1573226448.c80dde2d63f3fe79e2eb326c17c422e84885dc80.bman@gentoo
1 commit: c80dde2d63f3fe79e2eb326c17c422e84885dc80
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 8 15:11:28 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 8 15:20:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80dde2d
7
8 dev-libs/libofx: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 ...0001-Makefile.am-remove-INSTALL-from-docs.patch | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch b/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch
17 deleted file mode 100644
18 index b4e68e43ec3..00000000000
19 --- a/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -From a8f965718de5c046fa64344b6bae521cbd5a6a20 Mon Sep 17 00:00:00 2001
23 -From: Bernd Waibel <waebbl@×××××.com>
24 -Date: Wed, 21 Aug 2019 10:50:46 +0200
25 -Subject: [PATCH] Makefile.am: remove INSTALL from docs
26 -
27 -Gentoo specific: Remove the missing INSTALL file from Makefile.am
28 -This could have been copied by eautoreconf, but unfortunately isn't.
29 -
30 -Signed-off-by: Bernd Waibel <waebbl@×××××.com>
31 ----
32 - Makefile.am | 1 -
33 - 1 file changed, 1 deletion(-)
34 -
35 -diff --git a/Makefile.am b/Makefile.am
36 -index 3a83560..fd81144 100644
37 ---- a/Makefile.am
38 -+++ b/Makefile.am
39 -@@ -11,7 +11,6 @@ docdir = $(datadir)/doc/libofx
40 - doc_DATA = \
41 - AUTHORS \
42 - COPYING \
43 -- INSTALL \
44 - NEWS \
45 - README \
46 - ChangeLog \
47 ---
48 -2.22.0
49 -