Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/files/
Date: Sun, 01 Dec 2019 18:42:47
Message-Id: 1575225753.8e89f90a8d6370d394cd207a33d0a02f2874273d.bman@gentoo
1 commit: 8e89f90a8d6370d394cd207a33d0a02f2874273d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 1 08:21:12 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 18:42:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e89f90a
7
8 net-mail/checkpassword: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-mail/checkpassword/files/0.90-head-1.patch | 39 --------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/net-mail/checkpassword/files/0.90-head-1.patch b/net-mail/checkpassword/files/0.90-head-1.patch
17 deleted file mode 100644
18 index 08e54297de4..00000000000
19 --- a/net-mail/checkpassword/files/0.90-head-1.patch
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -diff -ur checkpassword-0.90.orig/Makefile checkpassword-0.90/Makefile
23 ---- checkpassword-0.90.orig/Makefile 2003-09-03 12:06:23.225291952 -0400
24 -+++ checkpassword-0.90/Makefile 2003-09-03 12:06:29.578326144 -0400
25 -@@ -22,7 +22,7 @@
26 -
27 - auto_home.c: \
28 - auto-str conf-home
29 -- ./auto-str auto_home `head -1 conf-home` > auto_home.c
30 -+ ./auto-str auto_home `head -n 1 conf-home` > auto_home.c
31 -
32 - auto_home.o: \
33 - compile auto_home.c
34 -@@ -91,7 +91,7 @@
35 - choose: \
36 - warn-auto.sh choose.sh conf-home
37 - cat warn-auto.sh choose.sh \
38 -- | sed s}HOME}"`head -1 conf-home`"}g \
39 -+ | sed s}HOME}"`head -n 1 conf-home`"}g \
40 - > choose
41 - chmod 755 choose
42 -
43 -@@ -166,7 +166,7 @@
44 - warn-auto.sh conf-ld
45 - ( cat warn-auto.sh; \
46 - echo 'main="$$1"; shift'; \
47 -- echo exec "`head -1 conf-ld`" \
48 -+ echo exec "`head -n 1 conf-ld`" \
49 - '-o "$$main" "$$main".o $${1+"$$@"}' \
50 - ) > load
51 - chmod 755 load
52 -diff -ur checkpassword-0.90.orig/print-cc.sh checkpassword-0.90/print-cc.sh
53 ---- checkpassword-0.90.orig/print-cc.sh 2003-09-03 12:06:23.227291648 -0400
54 -+++ checkpassword-0.90/print-cc.sh 2003-09-03 12:06:34.308607032 -0400
55 -@@ -1,4 +1,4 @@
56 --cc="`head -1 conf-cc`"
57 -+cc="`head -n 1 conf-cc`"
58 - systype="`cat systype`"
59 -
60 - cat warn-auto.sh