Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ripole/
Date: Tue, 15 Sep 2020 10:51:27
Message-Id: 1600166867.fcd6be1b22009f13d0da1a10ef6db0ae249bdb6b.sultan@gentoo
1 commit: fcd6be1b22009f13d0da1a10ef6db0ae249bdb6b
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 10:47:47 2020 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 10:47:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd6be1b
7
8 net-mail/ripole: EAPI 7 bump
9
10 Closes: https://bugs.gentoo.org/742236
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
13
14 net-mail/ripole/ripole-0.2.2.ebuild | 13 ++++++-------
15 1 file changed, 6 insertions(+), 7 deletions(-)
16
17 diff --git a/net-mail/ripole/ripole-0.2.2.ebuild b/net-mail/ripole/ripole-0.2.2.ebuild
18 index b2830570efa..43f2b111e81 100644
19 --- a/net-mail/ripole/ripole-0.2.2.ebuild
20 +++ b/net-mail/ripole/ripole-0.2.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=4
27 +EAPI=7
28
29 -inherit eutils toolchain-funcs
30 +inherit toolchain-funcs
31
32 DESCRIPTION="Program/library to pull out attachment from OLE2 data files"
33 HOMEPAGE="http://www.pldaniels.com/ripole/"
34 @@ -12,11 +12,10 @@ SRC_URI="http://www.pldaniels.com/${PN}/${P}.tar.gz"
35 LICENSE="BSD"
36 SLOT="0"
37 KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
38 -IUSE=""
39
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${PN}-0.2.0-ldflags.patch
42 -}
43 +PATCHES=(
44 + "${FILESDIR}"/${PN}-0.2.0-ldflags.patch
45 +)
46
47 src_compile() {
48 emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"