commit:     93ea4886820042b97a3534d011584aaff2284974
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Mon Jul  4 19:25:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 07:19:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ea4886

app-editors/joe: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/1826

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-editors/joe/files/joe-3.7-ftyperc.patch        | 43 ----------------------
 .../joe/files/joe-3.7-sanitise-includes.patch      | 36 ------------------
 app-editors/joe/files/joe-3.7-segfault-fix.patch   | 17 ---------
 3 files changed, 96 deletions(-)

diff --git a/app-editors/joe/files/joe-3.7-ftyperc.patch 
b/app-editors/joe/files/joe-3.7-ftyperc.patch
deleted file mode 100644
index e570d6b..0000000
--- a/app-editors/joe/files/joe-3.7-ftyperc.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- rc/ftyperc 2008-10-31 01:42:29.000000000 +0000
-+++ rc/ftyperc.gentoo  2013-04-05 15:04:49.000000000 +0100
-@@ -753,3 +753,40 @@
- *jpicorc.in
- -syntax joerc
- 
-+ Gentoo files
-+*.ebuild
-+-autoindent
-+-syntax sh
-+-pound_comment
-+-text_delimiters do=done:if=elif=else=fi:case=esac
-+-smarthome
-+-smartbacks
-+-indentc 9
-+-istep 1
-+-tab 4
-+
-+*.eclass
-+-autoindent
-+-syntax sh
-+-pound_comment
-+-text_delimiters do=done:if=elif=else=fi:case=esac
-+-smarthome
-+-smartbacks
-+-indentc 9
-+-istep 1
-+-tab 4
-+
-+*/etc/portage/*
-+-syntax conf
-+
-+*/make.conf
-+-syntax sh
-+
-+*/etc/conf.d/*
-+-syntax conf
-+
-+*/etc/env.d/*
-+-syntax conf
-+
-+*/usr/portage/profiles/*
-+-syntax conf

diff --git a/app-editors/joe/files/joe-3.7-sanitise-includes.patch 
b/app-editors/joe/files/joe-3.7-sanitise-includes.patch
deleted file mode 100644
index 0d60cdb..0000000
--- a/app-editors/joe/files/joe-3.7-sanitise-includes.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-injecting random paths breaks random on Prefix platforms
-
---- configure.ac
-+++ configure.ac
-@@ -23,14 +23,6 @@
- AC_PROG_INSTALL
- AC_PROG_LN_S
- 
--case "$host" in
--      *-*-solaris*)
--              CPPFLAGS="$CPPFLAGS -I/usr/local/include"
--              LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
--              ;;
--      *)      ;;
--esac
--
- search_libs="$search_libs m"
- 
- # Checks for libraries.
---- configure
-+++ configure
-@@ -4071,14 +4071,6 @@
- fi
- 
- 
--case "$host" in
--      *-*-solaris*)
--              CPPFLAGS="$CPPFLAGS -I/usr/local/include"
--              LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
--              ;;
--      *)      ;;
--esac
--
- search_libs="$search_libs m"
- 
- # Checks for libraries.

diff --git a/app-editors/joe/files/joe-3.7-segfault-fix.patch 
b/app-editors/joe/files/joe-3.7-segfault-fix.patch
deleted file mode 100644
index 38efac2..0000000
--- a/app-editors/joe/files/joe-3.7-segfault-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: main.c
-===================================================================
-RCS file: /cvsroot/joe-editor/joe-current/main/main.c,v
-retrieving revision 1.5
-retrieving revision 1.6
-diff -u -r1.5 -r1.6
---- main.c     27 Oct 2008 01:57:13 -0000      1.5
-+++ main.c     23 Nov 2008 21:32:15 -0000      1.6
-@@ -431,7 +431,7 @@
-                               b->orphan = 1;
-                               b->oldcur = pdup(b->bof, USTR "main");
-                               pline(b->oldcur, get_file_pos(b->name));
--                              p_goto_bol(bw->cursor);
-+                              p_goto_bol(b->oldcur);
-                               line = b->oldcur->line - (maint->h - 1) / 2;
-                               if (line < 0)
-                                       line = 0;

Reply via email to