Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/joe/files/
Date: Thu, 07 Jul 2016 09:05:09
Message-Id: 1467875945.93ea4886820042b97a3534d011584aaff2284974.monsieurp@gentoo
1 commit: 93ea4886820042b97a3534d011584aaff2284974
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 4 19:25:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 07:19:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ea4886
7
8 app-editors/joe: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/1826
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-editors/joe/files/joe-3.7-ftyperc.patch | 43 ----------------------
15 .../joe/files/joe-3.7-sanitise-includes.patch | 36 ------------------
16 app-editors/joe/files/joe-3.7-segfault-fix.patch | 17 ---------
17 3 files changed, 96 deletions(-)
18
19 diff --git a/app-editors/joe/files/joe-3.7-ftyperc.patch b/app-editors/joe/files/joe-3.7-ftyperc.patch
20 deleted file mode 100644
21 index e570d6b..0000000
22 --- a/app-editors/joe/files/joe-3.7-ftyperc.patch
23 +++ /dev/null
24 @@ -1,43 +0,0 @@
25 ---- rc/ftyperc 2008-10-31 01:42:29.000000000 +0000
26 -+++ rc/ftyperc.gentoo 2013-04-05 15:04:49.000000000 +0100
27 -@@ -753,3 +753,40 @@
28 - *jpicorc.in
29 - -syntax joerc
30 -
31 -+ Gentoo files
32 -+*.ebuild
33 -+-autoindent
34 -+-syntax sh
35 -+-pound_comment
36 -+-text_delimiters do=done:if=elif=else=fi:case=esac
37 -+-smarthome
38 -+-smartbacks
39 -+-indentc 9
40 -+-istep 1
41 -+-tab 4
42 -+
43 -+*.eclass
44 -+-autoindent
45 -+-syntax sh
46 -+-pound_comment
47 -+-text_delimiters do=done:if=elif=else=fi:case=esac
48 -+-smarthome
49 -+-smartbacks
50 -+-indentc 9
51 -+-istep 1
52 -+-tab 4
53 -+
54 -+*/etc/portage/*
55 -+-syntax conf
56 -+
57 -+*/make.conf
58 -+-syntax sh
59 -+
60 -+*/etc/conf.d/*
61 -+-syntax conf
62 -+
63 -+*/etc/env.d/*
64 -+-syntax conf
65 -+
66 -+*/usr/portage/profiles/*
67 -+-syntax conf
68
69 diff --git a/app-editors/joe/files/joe-3.7-sanitise-includes.patch b/app-editors/joe/files/joe-3.7-sanitise-includes.patch
70 deleted file mode 100644
71 index 0d60cdb..0000000
72 --- a/app-editors/joe/files/joe-3.7-sanitise-includes.patch
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -injecting random paths breaks random on Prefix platforms
76 -
77 ---- configure.ac
78 -+++ configure.ac
79 -@@ -23,14 +23,6 @@
80 - AC_PROG_INSTALL
81 - AC_PROG_LN_S
82 -
83 --case "$host" in
84 -- *-*-solaris*)
85 -- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
86 -- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
87 -- ;;
88 -- *) ;;
89 --esac
90 --
91 - search_libs="$search_libs m"
92 -
93 - # Checks for libraries.
94 ---- configure
95 -+++ configure
96 -@@ -4071,14 +4071,6 @@
97 - fi
98 -
99 -
100 --case "$host" in
101 -- *-*-solaris*)
102 -- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
103 -- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
104 -- ;;
105 -- *) ;;
106 --esac
107 --
108 - search_libs="$search_libs m"
109 -
110 - # Checks for libraries.
111
112 diff --git a/app-editors/joe/files/joe-3.7-segfault-fix.patch b/app-editors/joe/files/joe-3.7-segfault-fix.patch
113 deleted file mode 100644
114 index 38efac2..0000000
115 --- a/app-editors/joe/files/joe-3.7-segfault-fix.patch
116 +++ /dev/null
117 @@ -1,17 +0,0 @@
118 -Index: main.c
119 -===================================================================
120 -RCS file: /cvsroot/joe-editor/joe-current/main/main.c,v
121 -retrieving revision 1.5
122 -retrieving revision 1.6
123 -diff -u -r1.5 -r1.6
124 ---- main.c 27 Oct 2008 01:57:13 -0000 1.5
125 -+++ main.c 23 Nov 2008 21:32:15 -0000 1.6
126 -@@ -431,7 +431,7 @@
127 - b->orphan = 1;
128 - b->oldcur = pdup(b->bof, USTR "main");
129 - pline(b->oldcur, get_file_pos(b->name));
130 -- p_goto_bol(bw->cursor);
131 -+ p_goto_bol(b->oldcur);
132 - line = b->oldcur->line - (maint->h - 1) / 2;
133 - if (line < 0)
134 - line = 0;