Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/
Date: Sat, 02 Nov 2019 19:09:18
Message-Id: 1572721719.af9a4dafd073b4b41fde54568bfe9efaae716bf5.robbat2@gentoo
1 commit: af9a4dafd073b4b41fde54568bfe9efaae716bf5
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 19:08:36 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 19:08:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9a4daf
7
8 net-mail/checkpassword: fix FILESDIR rename
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12 Fixes: https://bugs.gentoo.org/699138
13 Fixes: https://bugs.gentoo.org/699140
14
15 net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 4 ++--
16 net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
20 index 7c7a9b94f12..5cd7a09218f 100644
21 --- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
22 +++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=0
29 @@ -18,7 +18,7 @@ RESTRICT="mirror bindist"
30 src_unpack() {
31 unpack ${A}
32 cd "${S}"
33 - epatch "${FILESDIR}"/${PV}-errno.patch
34 + epatch "${FILESDIR}"/${P}-errno.patch
35 epatch "${FILESDIR}"/${PV}-head-1.patch
36
37 use static && append-ldflags -static
38
39 diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
40 index 5029a6bdbee..1680029cd0a 100644
41 --- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
42 +++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild
43 @@ -18,7 +18,7 @@ RESTRICT="mirror bindist"
44 PATCHES=(
45 "${FILESDIR}"/${P}-errno.patch
46 "${FILESDIR}"/${P}-exit.patch
47 - "${FILESDIR}"/${P}-headers.diff
48 + "${FILESDIR}"/${P}-headers.patch
49 )
50
51 src_prepare() {