diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-07-09 22:18:25 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-09 22:18:25 +0900 |
commit | 764ace352cb5de5c51107e668c8f0fe03fc4c665 (patch) | |
tree | 3c8462ea2208f11fe680d80f3b85954e00048978 /app-editors/aee | |
parent | app-i18n/canna: fix *DEPEND (diff) | |
download | gentoo-764ace352cb5de5c51107e668c8f0fe03fc4c665.tar.gz gentoo-764ace352cb5de5c51107e668c8f0fe03fc4c665.tar.bz2 gentoo-764ace352cb5de5c51107e668c8f0fe03fc4c665.zip |
app-editors/aee: update patch
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-editors/aee')
-rw-r--r-- | app-editors/aee/aee-2.2.15b.ebuild | 4 | ||||
-rw-r--r-- | app-editors/aee/files/aee-2.2.15b-ae-location.patch (renamed from app-editors/aee/files/aee-ae-location.diff) | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/app-editors/aee/aee-2.2.15b.ebuild b/app-editors/aee/aee-2.2.15b.ebuild index c43d0406861f..d32945b2f5df 100644 --- a/app-editors/aee/aee-2.2.15b.ebuild +++ b/app-editors/aee/aee-2.2.15b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -18,7 +18,7 @@ RDEPEND="X? ( x11-libs/libX11 )" DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}"/${PN}-*.diff + epatch "${FILESDIR}"/${P}-ae-location.patch sed -i \ -e "s/make -/\$(MAKE) -/g" \ diff --git a/app-editors/aee/files/aee-ae-location.diff b/app-editors/aee/files/aee-2.2.15b-ae-location.patch index 9bc6cd5421c0..4a17642b915d 100644 --- a/app-editors/aee/files/aee-ae-location.diff +++ b/app-editors/aee/files/aee-2.2.15b-ae-location.patch @@ -1,5 +1,5 @@ ---- aee-2.2.15b.orig/aee.1 -+++ aee-2.2.15b/aee.1 +--- a/aee.1 ++++ b/aee.1 @@ -678,7 +678,7 @@ .\" .SS Initializing aee From A File @@ -27,8 +27,8 @@ .br .I $HOME/.aeeinfo .br ---- aee-2.2.15b.orig/aee.c -+++ aee-2.2.15b/aee.c +--- a/aee.c ++++ b/aee.c @@ -2612,7 +2612,7 @@ char *init_name[4] = { @@ -38,8 +38,8 @@ NULL, ".init.ae" }; ---- aee-2.2.15b.orig/aee.msg -+++ aee-2.2.15b/aee.msg +--- a/aee.msg ++++ b/aee.msg @@ -2,7 +2,7 @@ $ $set 1 @@ -49,8 +49,8 @@ 2 "main" 3 "modes menu" 4 "tabs to spaces " ---- aee-2.2.15b.orig/help.ae -+++ aee-2.2.15b/help.ae +--- a/help.ae ++++ b/help.ae @@ -1058,11 +1058,11 @@ The file 'init.ae' may be used to set parameters and define keys to @@ -65,8 +65,8 @@ .init.ae, then the current directory. The settings from each file are read, so that the directives from the most recently read file will take precedence over previously read files. This allows, for example, the .init.ae file in ---- aee-2.2.15b.orig/help.c -+++ aee-2.2.15b/help.c +--- a/help.c ++++ b/help.c @@ -12,7 +12,7 @@ char *help_file_list[4] = { @@ -76,8 +76,8 @@ "~/.help.ae", "help.ae" }; ---- aee-2.2.15b.orig/localize.c -+++ aee-2.2.15b/localize.c +--- a/localize.c ++++ b/localize.c @@ -64,7 +64,7 @@ catalog = catopen("aee", 0); #endif /* NO_CATGETS */ |