Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotoxx/files/
Date: Wed, 07 Sep 2022 13:49:56
Message-Id: 1662558592.d27a247b32e3ee5136f2ef3ef0b05b6773b7ee05.bkohler@gentoo
1 commit: d27a247b32e3ee5136f2ef3ef0b05b6773b7ee05
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Sep 6 16:31:35 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 13:49:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27a247b
7
8 media-gfx/fotoxx: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/27165
13 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
14
15 .../fotoxx/files/fotoxx-21.40-documentation.patch | 33 ----------------------
16 1 file changed, 33 deletions(-)
17
18 diff --git a/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch b/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch
19 deleted file mode 100644
20 index 523c640cc001..000000000000
21 --- a/media-gfx/fotoxx/files/fotoxx-21.40-documentation.patch
22 +++ /dev/null
23 @@ -1,33 +0,0 @@
24 -diff -ur a/Makefile b/Makefile
25 ---- a/Makefile 2021-04-08 10:05:46.064519573 -0500
26 -+++ b/Makefile 2021-04-08 10:51:26.906128397 -0500
27 -@@ -97,6 +97,7 @@
28 -
29 - zfuncs.o: zfuncs.cc zfuncs.h
30 - $(CXX) zfuncs.cc $(CFLAGS) \
31 -+ -D DOCDIR=\"$(DOCDIR)\" \
32 -
33 - # install application files in standard locations
34 - PREFIX ?= /usr
35 -@@ -122,8 +123,7 @@
36 - cp -f -R data/* $(DESTDIR)$(DATADIR)
37 - cp -f -R images/* $(DESTDIR)$(IMAGEDIR)
38 - # man page (21.29)
39 -- gzip -fk -9 man/fotoxx.man
40 -- mv -f man/fotoxx.man.gz $(DESTDIR)$(MANDIR)/fotoxx.1.gz
41 -+ cp man/fotoxx.man $(DESTDIR)$(MANDIR)/fotoxx.1
42 - # desktop file and icon
43 - cp -f fotoxx.desktop $(DESTDIR)$(MENUDIR)
44 - cp -f fotoxx.png $(DESTDIR)$(ICONDIR)
45 -diff -ur a/zfuncs.cc b/zfuncs.cc
46 ---- a/zfuncs.cc 2021-04-08 10:05:46.062519630 -0500
47 -+++ b/zfuncs.cc 2021-04-08 11:09:07.977258807 -0500
48 -@@ -5615,7 +5615,7 @@
49 -
50 - strncatv(zdatadir,199,zprefix,"/share/",zappname,"/data",null); // /prefix/share/appname/data
51 - strncatv(zimagedir,199,zprefix,"/share/",zappname,"/images",null); // /prefix/share/appname/images
52 -- strncatv(zdocdir,199,zprefix,"/share/doc/",zappname,null); // /prefix/share/doc/appname
53 -+ strncatv(zdocdir,199,zprefix,"/share/doc/",zappvers,null); // /prefix/share/doc/appname
54 -
55 - ch_time = zstrdup(build_date_time,"zinitapp");
56 - if (ch_time[4] == ' ') ch_time[4] = '0'; // replace month day ' d' with '0d'