Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dinero/
Date: Tue, 15 Sep 2020 02:48:04
Message-Id: 1600138055.28cb7ada361184d2e0dbe5eb043a0c87ff2439c3.sam@gentoo
1 commit: 28cb7ada361184d2e0dbe5eb043a0c87ff2439c3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 02:47:35 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 02:47:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cb7ada
7
8 app-emulation/dinero: bump to EAPI 7
9
10 Closes: https://bugs.gentoo.org/742047
11 Closes: https://bugs.gentoo.org/632412
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-emulation/dinero/dinero-4.7-r1.ebuild | 17 +++++++++++++----
16 1 file changed, 13 insertions(+), 4 deletions(-)
17
18 diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild b/app-emulation/dinero/dinero-4.7-r1.ebuild
19 index 6a9d150497b..5768448f388 100644
20 --- a/app-emulation/dinero/dinero-4.7-r1.ebuild
21 +++ b/app-emulation/dinero/dinero-4.7-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=4
28 +EAPI=7
29
30 inherit autotools toolchain-funcs
31
32 @@ -14,13 +14,22 @@ SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz"
33 LICENSE="free-noncomm"
34 SLOT="0"
35 KEYWORDS="amd64 ppc x86"
36 -IUSE=""
37
38 src_prepare() {
39 + default
40 +
41 + # 331837
42 sed -e "s/\$(CC)/& \$(LDFLAGS)/" \
43 - -i Makefile.in || die #331837
44 + -i Makefile.in || die
45 +
46 + mv configure.{in,ac} || die
47 +
48 eautoreconf
49 +}
50 +
51 +src_configure() {
52 tc-export AR
53 + default
54 }
55
56 src_install() {