Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/ncpfs/
Date: Sat, 16 Feb 2019 15:50:36
Message-Id: 1550332174.ab60db98ed2c9b3dca50392135b8fd067f8b8bdc.grknight@gentoo
1 commit: ab60db98ed2c9b3dca50392135b8fd067f8b8bdc
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 15:49:34 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 15:49:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab60db98
7
8 net-fs/ncpfs: Drop epatch use in EAPI=6
9
10 Non-maintainer commit
11
12 Package-Manager: Portage-2.3.60, Repoman-2.3.12
13 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
14
15 net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
19 index 14c992bac3a..a024decda07 100644
20 --- a/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
21 +++ b/net-fs/ncpfs/ncpfs-2.2.6-r5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -20,7 +20,7 @@ DEPEND="
29
30 RDEPEND="${DEPEND}"
31
32 -MY_PATCHES=(
33 +PATCHES=(
34 # Build fixes.
35 "${FILESDIR}"/${P}-gcc4.patch
36 "${FILESDIR}"/${P}-missing-includes.patch
37 @@ -60,12 +60,10 @@ MY_PATCHES=(
38 DOCS=( FAQ README )
39
40 src_prepare() {
41 - default
42 -
43 # Bug #273484.
44 sed -i '/ldconfig/d' lib/Makefile.in || die
45
46 - epatch "${MY_PATCHES[@]}"
47 + default
48 }
49
50 src_configure() {