summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2020-09-15 12:47:47 +0200
committerStephan Hartmann <sultan@gentoo.org>2020-09-15 12:47:47 +0200
commitfcd6be1b22009f13d0da1a10ef6db0ae249bdb6b (patch)
tree4ef7ed278a3f345d50d96a4e972369ce9c0ba62f /net-mail/ripole
parentsys-fs/multipath-tools: Removed old (diff)
downloadgentoo-fcd6be1b22009f13d0da1a10ef6db0ae249bdb6b.tar.gz
gentoo-fcd6be1b22009f13d0da1a10ef6db0ae249bdb6b.tar.bz2
gentoo-fcd6be1b22009f13d0da1a10ef6db0ae249bdb6b.zip
net-mail/ripole: EAPI 7 bump
Closes: https://bugs.gentoo.org/742236 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'net-mail/ripole')
-rw-r--r--net-mail/ripole/ripole-0.2.2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-mail/ripole/ripole-0.2.2.ebuild b/net-mail/ripole/ripole-0.2.2.ebuild
index b2830570efa9..43f2b111e819 100644
--- a/net-mail/ripole/ripole-0.2.2.ebuild
+++ b/net-mail/ripole/ripole-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Program/library to pull out attachment from OLE2 data files"
HOMEPAGE="http://www.pldaniels.com/ripole/"
@@ -12,11 +12,10 @@ SRC_URI="http://www.pldaniels.com/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.2.0-ldflags.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.2.0-ldflags.patch
+)
src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"