commit:     113937f66e95e36682e0f63392c9034d17594446
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 00:22:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 01:00:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113937f6

dev-scheme/greg: port to EAPI 7

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-scheme/greg/greg-2.0.0-r1.ebuild | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/greg/greg-2.0.0-r1.ebuild 
b/dev-scheme/greg/greg-2.0.0-r1.ebuild
index 81929f005fb..4bbcd2f8fb7 100644
--- a/dev-scheme/greg/greg-2.0.0-r1.ebuild
+++ b/dev-scheme/greg/greg-2.0.0-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="Testing-Framework for guile"
 HOMEPAGE="http://gna.org/projects/greg/";
@@ -14,15 +12,18 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz";
 SLOT="0"
 KEYWORDS="amd64 x86"
 LICENSE="GPL-2"
-IUSE="static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8"
-DEPEND=""
 
 PATCHES=(
        "${FILESDIR}"/${P}-test.patch
        "${FILESDIR}"/${P}-guile2.patch
-       )
+)
+
+src_prepare() {
+       default
+       eautoreconf
+}
 
 src_test() {
        cd test || die

Reply via email to