Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/aee/files/, app-editors/aee/
Date: Sun, 09 Jul 2017 13:30:55
Message-Id: 1499606305.764ace352cb5de5c51107e668c8f0fe03fc4c665.hattya@gentoo
1 commit: 764ace352cb5de5c51107e668c8f0fe03fc4c665
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 13:18:25 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 13:18:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764ace35
7
8 app-editors/aee: update patch
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-editors/aee/aee-2.2.15b.ebuild | 4 ++--
13 ...location.diff => aee-2.2.15b-ae-location.patch} | 24 +++++++++++-----------
14 2 files changed, 14 insertions(+), 14 deletions(-)
15
16 diff --git a/app-editors/aee/aee-2.2.15b.ebuild b/app-editors/aee/aee-2.2.15b.ebuild
17 index c43d0406861..d32945b2f5d 100644
18 --- a/app-editors/aee/aee-2.2.15b.ebuild
19 +++ b/app-editors/aee/aee-2.2.15b.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26 @@ -18,7 +18,7 @@ RDEPEND="X? ( x11-libs/libX11 )"
27 DEPEND="${RDEPEND}"
28
29 src_prepare() {
30 - epatch "${FILESDIR}"/${PN}-*.diff
31 + epatch "${FILESDIR}"/${P}-ae-location.patch
32
33 sed -i \
34 -e "s/make -/\$(MAKE) -/g" \
35
36 diff --git a/app-editors/aee/files/aee-ae-location.diff b/app-editors/aee/files/aee-2.2.15b-ae-location.patch
37 similarity index 88%
38 rename from app-editors/aee/files/aee-ae-location.diff
39 rename to app-editors/aee/files/aee-2.2.15b-ae-location.patch
40 index 9bc6cd5421c..4a17642b915 100644
41 --- a/app-editors/aee/files/aee-ae-location.diff
42 +++ b/app-editors/aee/files/aee-2.2.15b-ae-location.patch
43 @@ -1,5 +1,5 @@
44 ---- aee-2.2.15b.orig/aee.1
45 -+++ aee-2.2.15b/aee.1
46 +--- a/aee.1
47 ++++ b/aee.1
48 @@ -678,7 +678,7 @@
49 .\"
50 .SS Initializing aee From A File
51 @@ -27,8 +27,8 @@
52 .br
53 .I $HOME/.aeeinfo
54 .br
55 ---- aee-2.2.15b.orig/aee.c
56 -+++ aee-2.2.15b/aee.c
57 +--- a/aee.c
58 ++++ b/aee.c
59 @@ -2612,7 +2612,7 @@
60
61 char *init_name[4] = {
62 @@ -38,8 +38,8 @@
63 NULL,
64 ".init.ae"
65 };
66 ---- aee-2.2.15b.orig/aee.msg
67 -+++ aee-2.2.15b/aee.msg
68 +--- a/aee.msg
69 ++++ b/aee.msg
70 @@ -2,7 +2,7 @@
71 $
72 $set 1
73 @@ -49,8 +49,8 @@
74 2 "main"
75 3 "modes menu"
76 4 "tabs to spaces "
77 ---- aee-2.2.15b.orig/help.ae
78 -+++ aee-2.2.15b/help.ae
79 +--- a/help.ae
80 ++++ b/help.ae
81 @@ -1058,11 +1058,11 @@
82
83 The file 'init.ae' may be used to set parameters and define keys to
84 @@ -65,8 +65,8 @@
85 .init.ae, then the current directory. The settings from each file are read,
86 so that the directives from the most recently read file will take precedence
87 over previously read files. This allows, for example, the .init.ae file in
88 ---- aee-2.2.15b.orig/help.c
89 -+++ aee-2.2.15b/help.c
90 +--- a/help.c
91 ++++ b/help.c
92 @@ -12,7 +12,7 @@
93
94 char *help_file_list[4] = {
95 @@ -76,8 +76,8 @@
96 "~/.help.ae",
97 "help.ae"
98 };
99 ---- aee-2.2.15b.orig/localize.c
100 -+++ aee-2.2.15b/localize.c
101 +--- a/localize.c
102 ++++ b/localize.c
103 @@ -64,7 +64,7 @@
104 catalog = catopen("aee", 0);
105 #endif /* NO_CATGETS */