public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/cyclone/
Date: Sat, 27 Aug 2022 15:04:11 +0000 (UTC)	[thread overview]
Message-ID: <1661612649.032868896dae09e5e0411b3b53ed3de693d398ec.xgqt@gentoo> (raw)

commit:     032868896dae09e5e0411b3b53ed3de693d398ec
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 14:35:07 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 15:04:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03286889

dev-scheme/cyclone: sync live

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/cyclone/cyclone-9999.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/cyclone/cyclone-9999.ebuild b/dev-scheme/cyclone/cyclone-9999.ebuild
index 12a81a63780a..23bf9fb347ee 100644
--- a/dev-scheme/cyclone/cyclone-9999.ebuild
+++ b/dev-scheme/cyclone/cyclone-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Cyclone is a self-hosting Scheme to C compiler
-# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C
+# cyclone-bootstrap is the Cyclone source transpiled by it to C.
 
 EAPI=8
 
@@ -11,13 +11,13 @@ inherit flag-o-matic toolchain-funcs
 DESCRIPTION="R7RS Scheme to C compiler"
 HOMEPAGE="http://justinethier.github.io/cyclone/"
 
-if [[ "${PV}" == *9999* ]]; then
+if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/justinethier/${PN}-bootstrap.git"
 else
-	SRC_URI="https://github.com/justinethier/${PN}-bootstrap/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}-bootstrap-${PV}"
+	SRC_URI="https://github.com/justinethier/${PN}-bootstrap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	S="${WORKDIR}"/${PN}-bootstrap-${PV}
 fi
 
 LICENSE="MIT"
@@ -49,7 +49,6 @@ src_test() {
 }
 
 src_install() {
-	einstalldocs
-
 	emake PREFIX="/usr" DESTDIR="${D}" install
+	einstalldocs
 }


             reply	other threads:[~2022-08-27 23:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 15:04 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-14 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/cyclone/ Maciej Barć
2024-02-14 20:28 Maciej Barć
2024-02-14 20:28 Maciej Barć
2024-02-14 20:28 Maciej Barć
2022-08-27 15:04 Maciej Barć
2022-02-07  6:32 Sam James
2022-02-05  6:34 Sam James
2022-01-03 18:23 Maciej Barć
2022-01-03 18:22 Maciej Barć
2021-11-25 17:53 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661612649.032868896dae09e5e0411b3b53ed3de693d398ec.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox