From f961679f3084ad0b695832fac80f1f0fe908f2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 28 Jul 2021 22:35:53 +0200 Subject: [PATCH] dev-scheme/cyclone: bump to EAPI 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Maciej Barć --- dev-scheme/cyclone/cyclone-0.28.0.ebuild | 18 +++++++----------- dev-scheme/cyclone/cyclone-9999.ebuild | 18 +++++++----------- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild b/dev-scheme/cyclone/cyclone-0.28.0.ebuild index e7a88f4ff7..5e03406476 100644 --- a/dev-scheme/cyclone/cyclone-0.28.0.ebuild +++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild @@ -4,7 +4,7 @@ # Cyclone is a self-hosting Scheme to C compiler # cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C -EAPI=7 +EAPI=8 inherit flag-o-matic toolchain-funcs @@ -23,12 +23,8 @@ fi LICENSE="MIT" SLOT="0" -DEPEND=" - dev-libs/concurrencykit -" -RDEPEND=" - ${DEPEND} -" +DEPEND="dev-libs/concurrencykit" +RDEPEND="${DEPEND}" src_configure() { export CYC_GCC_OPT_FLAGS="${CFLAGS}" @@ -37,10 +33,6 @@ src_configure() { tc-export AR CC RANLIB } -src_test() { - emake test LDFLAGS="" -} - src_compile() { local myopts=( PREFIX="${EPREFIX}/usr" @@ -52,6 +44,10 @@ src_compile() { emake "${myopts[@]}" } +src_test() { + emake LDFLAGS="" test +} + src_install() { einstalldocs diff --git a/dev-scheme/cyclone/cyclone-9999.ebuild b/dev-scheme/cyclone/cyclone-9999.ebuild index e7a88f4ff7..5e03406476 100644 --- a/dev-scheme/cyclone/cyclone-9999.ebuild +++ b/dev-scheme/cyclone/cyclone-9999.ebuild @@ -4,7 +4,7 @@ # Cyclone is a self-hosting Scheme to C compiler # cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C -EAPI=7 +EAPI=8 inherit flag-o-matic toolchain-funcs @@ -23,12 +23,8 @@ fi LICENSE="MIT" SLOT="0" -DEPEND=" - dev-libs/concurrencykit -" -RDEPEND=" - ${DEPEND} -" +DEPEND="dev-libs/concurrencykit" +RDEPEND="${DEPEND}" src_configure() { export CYC_GCC_OPT_FLAGS="${CFLAGS}" @@ -37,10 +33,6 @@ src_configure() { tc-export AR CC RANLIB } -src_test() { - emake test LDFLAGS="" -} - src_compile() { local myopts=( PREFIX="${EPREFIX}/usr" @@ -52,6 +44,10 @@ src_compile() { emake "${myopts[@]}" } +src_test() { + emake LDFLAGS="" test +} + src_install() { einstalldocs