summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 00:22:27 +0000
committerSam James <sam@gentoo.org>2021-02-27 01:00:08 +0000
commit113937f66e95e36682e0f63392c9034d17594446 (patch)
treefb15d296cddd3b9e398e185f0eb2dd61224b329d /dev-scheme
parentdev-libs/papi: bump to 6.0.0.1 (diff)
downloadgentoo-113937f66e95e36682e0f63392c9034d17594446.tar.gz
gentoo-113937f66e95e36682e0f63392c9034d17594446.tar.bz2
gentoo-113937f66e95e36682e0f63392c9034d17594446.zip
dev-scheme/greg: port to EAPI 7
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/greg/greg-2.0.0-r1.ebuild17
1 files 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 81929f005fb6..4bbcd2f8fb71 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