Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/jfbterm/files/, app-i18n/jfbterm/
Date: Thu, 07 Oct 2021 14:13:43
Message-Id: 1633616005.98a04d17c51d43f158eb6f1c77db86f8f390b4d9.hattya@gentoo
1 commit: 98a04d17c51d43f158eb6f1c77db86f8f390b4d9
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 14:08:17 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 14:13:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a04d17
7
8 app-i18n/jfbterm: update patches
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 ...bterm-0.4.7-gentoo.patch => jfbterm-gentoo.patch} | 20 ++++++++------------
14 ...headers.patch => jfbterm-no-kernel-headers.patch} | 4 ++--
15 ...hld-debian.patch => jfbterm-sigchld-debian.patch} | 8 ++++----
16 ...ne-gcc5.patch => jfbterm-wrong-inline-gcc5.patch} | 10 +++++-----
17 app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild | 10 +++++-----
18 5 files changed, 24 insertions(+), 28 deletions(-)
19
20 diff --git a/app-i18n/jfbterm/files/jfbterm-0.4.7-gentoo.patch b/app-i18n/jfbterm/files/jfbterm-gentoo.patch
21 similarity index 89%
22 rename from app-i18n/jfbterm/files/jfbterm-0.4.7-gentoo.patch
23 rename to app-i18n/jfbterm/files/jfbterm-gentoo.patch
24 index 8dc8bc097b0..48286aa8b22 100644
25 --- a/app-i18n/jfbterm/files/jfbterm-0.4.7-gentoo.patch
26 +++ b/app-i18n/jfbterm/files/jfbterm-gentoo.patch
27 @@ -1,6 +1,5 @@
28 -diff -Naur jfbterm-0.4.7.orig/fbcommon.c jfbterm-0.4.7/fbcommon.c
29 ---- jfbterm-0.4.7.orig/fbcommon.c 2003-09-03 00:23:17.000000000 +0900
30 -+++ jfbterm-0.4.7/fbcommon.c 2007-08-18 10:55:30.000000000 +0900
31 +--- a/fbcommon.c
32 ++++ b/fbcommon.c
33 @@ -46,7 +46,6 @@
34 #endif
35 #include <linux/vt.h>
36 @@ -19,9 +18,8 @@ diff -Naur jfbterm-0.4.7.orig/fbcommon.c jfbterm-0.4.7/fbcommon.c
37 close(fd);
38 snprintf(fbdn, 15, "/dev/fb%d", c2m.framebuffer);
39 }
40 -diff -Naur jfbterm-0.4.7.orig/jfbterm.conf.sample jfbterm-0.4.7/jfbterm.conf.sample
41 ---- jfbterm-0.4.7.orig/jfbterm.conf.sample 2003-09-16 00:16:35.000000000 +0900
42 -+++ jfbterm-0.4.7/jfbterm.conf.sample 2007-08-18 10:19:00.000000000 +0900
43 +--- a/jfbterm.conf.sample
44 ++++ b/jfbterm.conf.sample
45 @@ -19,29 +19,29 @@
46 # Absolute path or relative path to PWD
47 #
48 @@ -71,9 +69,8 @@ diff -Naur jfbterm-0.4.7.orig/jfbterm.conf.sample jfbterm-0.4.7/jfbterm.conf.sam
49
50
51 ###############################################################################
52 -diff -Naur jfbterm-0.4.7.orig/jfbterm.conf.sample.ja jfbterm-0.4.7/jfbterm.conf.sample.ja
53 ---- jfbterm-0.4.7.orig/jfbterm.conf.sample.ja 2003-09-16 00:16:35.000000000 +0900
54 -+++ jfbterm-0.4.7/jfbterm.conf.sample.ja 2007-08-18 10:19:11.000000000 +0900
55 +--- a/jfbterm.conf.sample.ja
56 ++++ b/jfbterm.conf.sample.ja
57 @@ -25,29 +25,29 @@
58 # 絶対パス or PWDからの相対パス
59 #
60 @@ -123,9 +120,8 @@ diff -Naur jfbterm-0.4.7.orig/jfbterm.conf.sample.ja jfbterm-0.4.7/jfbterm.conf.
61
62 ################################################################################
63 #
64 -diff -Naur jfbterm-0.4.7.orig/util.h jfbterm-0.4.7/util.h
65 ---- jfbterm-0.4.7.orig/util.h 2003-09-16 00:45:31.000000000 +0900
66 -+++ jfbterm-0.4.7/util.h 2007-08-18 08:48:49.000000000 +0900
67 +--- a/util.h
68 ++++ b/util.h
69 @@ -31,6 +31,7 @@
70
71 #include <sys/types.h>
72
73 diff --git a/app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch b/app-i18n/jfbterm/files/jfbterm-no-kernel-headers.patch
74 similarity index 74%
75 rename from app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch
76 rename to app-i18n/jfbterm/files/jfbterm-no-kernel-headers.patch
77 index 06c6e603348..aa0b39ed269 100644
78 --- a/app-i18n/jfbterm/files/jfbterm-0.4.7-no-kernel-headers.patch
79 +++ b/app-i18n/jfbterm/files/jfbterm-no-kernel-headers.patch
80 @@ -3,8 +3,8 @@ Patch by Shunichi Fuji <palgowr@×××××.com>.
81
82 See bug #156306
83
84 ---- jfbterm-0.4.7.orig/fbdpsp.c 2003-08-30 03:48:16.000000000 +0900
85 -+++ jfbterm-0.4.7/fbdpsp.c 2006-11-27 01:22:20.000000000 +0900
86 +--- a/fbdpsp.c
87 ++++ b/fbdpsp.c
88 @@ -827,8 +827,7 @@
89
90 #ifdef JFB_VGA16FB
91
92 diff --git a/app-i18n/jfbterm/files/jfbterm-0.4.7-sigchld-debian.patch b/app-i18n/jfbterm/files/jfbterm-sigchld-debian.patch
93 similarity index 75%
94 rename from app-i18n/jfbterm/files/jfbterm-0.4.7-sigchld-debian.patch
95 rename to app-i18n/jfbterm/files/jfbterm-sigchld-debian.patch
96 index 2e803640077..60deee49422 100644
97 --- a/app-i18n/jfbterm/files/jfbterm-0.4.7-sigchld-debian.patch
98 +++ b/app-i18n/jfbterm/files/jfbterm-sigchld-debian.patch
99 @@ -1,5 +1,5 @@
100 ---- jfbterm-0.4.7.orig/main.c
101 -+++ jfbterm-0.4.7/main.c
102 +--- a/main.c
103 ++++ b/main.c
104 @@ -184,7 +184,7 @@
105 p->gExecShellArgv = NULL;
106 p->gConfFile = FILE_JFBTERM_CONF;
107 @@ -9,8 +9,8 @@
108 atexit(tapp_final_at_exit);
109 }
110
111 ---- jfbterm-0.4.7.orig/term.h
112 -+++ jfbterm-0.4.7/term.h
113 +--- a/term.h
114 ++++ b/term.h
115 @@ -44,7 +44,7 @@
116 } TTerm;
117
118
119 diff --git a/app-i18n/jfbterm/files/jfbterm-0.4.7-wrong-inline-gcc5.patch b/app-i18n/jfbterm/files/jfbterm-wrong-inline-gcc5.patch
120 similarity index 54%
121 rename from app-i18n/jfbterm/files/jfbterm-0.4.7-wrong-inline-gcc5.patch
122 rename to app-i18n/jfbterm/files/jfbterm-wrong-inline-gcc5.patch
123 index 974ccbc4130..aa41d5e02ce 100644
124 --- a/app-i18n/jfbterm/files/jfbterm-0.4.7-wrong-inline-gcc5.patch
125 +++ b/app-i18n/jfbterm/files/jfbterm-wrong-inline-gcc5.patch
126 @@ -1,7 +1,7 @@
127 -Source: http://pkgs.fedoraproject.org/cgit/rpms/jfbterm.git/plain/jfbterm-0.4.7-wrong-inline-gcc5.patch
128 +https://src.fedoraproject.org/rpms/jfbterm/blob/rawhide/f/jfbterm-0.4.7-wrong-inline-gcc5.patch
129
130 ---- jfbterm-0.4.7/pen.c.inline_gcc5 2003-08-30 03:48:16.000000000 +0900
131 -+++ jfbterm-0.4.7/pen.c 2015-02-09 10:36:47.182751545 +0900
132 +--- a/pen.c
133 ++++ b/pen.c
134 @@ -62,7 +62,7 @@
135 p->attr = q->attr;
136 }
137 @@ -11,8 +11,8 @@ Source: http://pkgs.fedoraproject.org/cgit/rpms/jfbterm.git/plain/jfbterm-0.4.7-
138 {
139 p->bcol = 0;
140 p->fcol = 7;
141 ---- jfbterm-0.4.7/pen.h.inline_gcc5 2002-07-17 01:21:23.000000000 +0900
142 -+++ jfbterm-0.4.7/pen.h 2015-02-09 10:36:52.058705503 +0900
143 +--- a/pen.h
144 ++++ b/pen.h
145 @@ -58,7 +58,7 @@
146 void tpen_init(TPen* p);
147 void tpen_final(TPen* p);
148
149 diff --git a/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild b/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild
150 index 93989a66a5a..70443ef74fd 100644
151 --- a/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild
152 +++ b/app-i18n/jfbterm/jfbterm-0.4.7-r4.ebuild
153 @@ -1,4 +1,4 @@
154 -# Copyright 1999-2017 Gentoo Foundation
155 +# Copyright 1999-2021 Gentoo Authors
156 # Distributed under the terms of the GNU General Public License v2
157
158 EAPI=6
159 @@ -21,10 +21,10 @@ RDEPEND="
160 media-fonts/intlfonts"
161
162 PATCHES=(
163 - "${FILESDIR}"/${P}-sigchld-debian.patch
164 - "${FILESDIR}"/${P}-no-kernel-headers.patch
165 - "${FILESDIR}"/${P}-gentoo.patch
166 - "${FILESDIR}"/${P}-wrong-inline-gcc5.patch
167 + "${FILESDIR}"/${PN}-sigchld-debian.patch
168 + "${FILESDIR}"/${PN}-no-kernel-headers.patch
169 + "${FILESDIR}"/${PN}-gentoo.patch
170 + "${FILESDIR}"/${PN}-wrong-inline-gcc5.patch
171 )
172
173 src_prepare() {