Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/files/
Date: Sat, 02 Sep 2017 15:15:41
Message-Id: 1504365329.e2d2227079e700c98fde2b7b5bfe8d3c82880b85.kensington@gentoo
1 commit: e2d2227079e700c98fde2b7b5bfe8d3c82880b85
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 16 09:08:39 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 15:15:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d22270
7
8 net-mail/dot-forward: remove unused patch
9
10 net-mail/dot-forward/files/0.71-head-1.patch | 22 ----------------------
11 1 file changed, 22 deletions(-)
12
13 diff --git a/net-mail/dot-forward/files/0.71-head-1.patch b/net-mail/dot-forward/files/0.71-head-1.patch
14 deleted file mode 100644
15 index 8becc029726..00000000000
16 --- a/net-mail/dot-forward/files/0.71-head-1.patch
17 +++ /dev/null
18 @@ -1,22 +0,0 @@
19 ---- Makefile.orig 2003-09-03 12:02:43.275729368 -0400
20 -+++ Makefile 2003-09-03 12:02:52.751288864 -0400
21 -@@ -19,8 +19,8 @@
22 - auto-ccld.sh: \
23 - conf-cc conf-ld warn-auto.sh
24 - ( cat warn-auto.sh; \
25 -- echo CC=\'`head -1 conf-cc`\'; \
26 -- echo LD=\'`head -1 conf-ld`\' \
27 -+ echo CC=\'`head -n 1 conf-cc`\'; \
28 -+ echo LD=\'`head -n 1 conf-ld`\' \
29 - ) > auto-ccld.sh
30 -
31 - auto-str: \
32 -@@ -33,7 +33,7 @@
33 -
34 - auto_qmail.c: \
35 - auto-str conf-qmail
36 -- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
37 -+ ./auto-str auto_qmail `head -n 1 conf-qmail` > auto_qmail.c
38 -
39 - auto_qmail.o: \
40 - compile auto_qmail.c