Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/greg/
Date: Sat, 27 Feb 2021 01:00:33
Message-Id: 1614387608.113937f66e95e36682e0f63392c9034d17594446.sam@gentoo
1 commit: 113937f66e95e36682e0f63392c9034d17594446
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 00:22:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 01:00:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113937f6
7
8 dev-scheme/greg: port to EAPI 7
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-scheme/greg/greg-2.0.0-r1.ebuild | 17 +++++++++--------
14 1 file changed, 9 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-scheme/greg/greg-2.0.0-r1.ebuild b/dev-scheme/greg/greg-2.0.0-r1.ebuild
17 index 81929f005fb..4bbcd2f8fb7 100644
18 --- a/dev-scheme/greg/greg-2.0.0-r1.ebuild
19 +++ b/dev-scheme/greg/greg-2.0.0-r1.ebuild
20 @@ -1,11 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -AUTOTOOLS_AUTORECONF=true
29 -
30 -inherit autotools-utils
31 +inherit autotools
32
33 DESCRIPTION="Testing-Framework for guile"
34 HOMEPAGE="http://gna.org/projects/greg/"
35 @@ -14,15 +12,18 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 LICENSE="GPL-2"
39 -IUSE="static-libs"
40
41 RDEPEND=">=dev-scheme/guile-1.8"
42 -DEPEND=""
43
44 PATCHES=(
45 "${FILESDIR}"/${P}-test.patch
46 "${FILESDIR}"/${P}-guile2.patch
47 - )
48 +)
49 +
50 +src_prepare() {
51 + default
52 + eautoreconf
53 +}
54
55 src_test() {
56 cd test || die