Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rpl/files/
Date: Tue, 22 Dec 2015 18:27:32
Message-Id: 1450808845.1ac320636f81d700e4b98f1052d08f0e80bac5fd.floppym@gentoo
1 commit: 1ac320636f81d700e4b98f1052d08f0e80bac5fd
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 18:26:52 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 18:27:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac32063
7
8 app-text/rpl: Remove unused patch file
9
10 Package-Manager: portage-2.2.26_p32
11
12 app-text/rpl/files/rpl-1.4.0-gcc4.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/app-text/rpl/files/rpl-1.4.0-gcc4.patch b/app-text/rpl/files/rpl-1.4.0-gcc4.patch
16 deleted file mode 100644
17 index 6cfb8c6..0000000
18 --- a/app-text/rpl/files/rpl-1.4.0-gcc4.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -diff -Naur rpl-1.4.0-clean/src/replace.h rpl-1.4.0/src/replace.h
22 ---- rpl-1.4.0-clean/src/replace.h 2002-07-24 10:41:45.000000000 -0500
23 -+++ rpl-1.4.0/src/replace.h 2006-02-19 16:38:32.000000000 -0500
24 -@@ -77,7 +77,7 @@
25 -
26 - /* This is a simple macro to call malloc() and die if it returns null */
27 - #define MALLOC_FAIL_STRING ("\n" PACKAGE " Unable to allocate memory!")
28 --#define MALLOC_AND_CHECK( x, y ) (void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
29 -+#define MALLOC_AND_CHECK( x, y ) (x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);}
30 -
31 -
32 - /* Function Prototypes */
33 -@@ -90,4 +90,4 @@
34 -
35 - static void EchoFeedback(int, int, int, char*);
36 -
37 --static void SetPerms(struct stat, int, int, char*, int* );
38 -\ No newline at end of file
39 -+static void SetPerms(struct stat, int, int, char*, int* );