Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/cyclone/
Date: Sun, 16 May 2021 22:32:31
Message-Id: 1621203845.099b467c22994a7d3e2a75649ec1bb11a8121fb8.xgqt@gentoo
1 commit: 099b467c22994a7d3e2a75649ec1bb11a8121fb8
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Sun May 16 22:24:05 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Sun May 16 22:24:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099b467c
7
8 dev-scheme/cyclone: fix description
9
10 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
11
12 dev-scheme/cyclone/cyclone-0.28.0.ebuild | 4 ++--
13 dev-scheme/cyclone/cyclone-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
17 index 237aaef9d..cd6aa09a0 100644
18 --- a/dev-scheme/cyclone/cyclone-0.28.0.ebuild
19 +++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
20 @@ -2,13 +2,13 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 # Cyclone is a self-hosting Scheme to C compiler
24 -# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C
25 +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C
26
27 EAPI=7
28
29 inherit flag-o-matic toolchain-funcs
30
31 -DESCRIPTION="Scheme R7RS to C compiler"
32 +DESCRIPTION="R7RS Scheme to C compiler"
33 HOMEPAGE="http://justinethier.github.io/cyclone/"
34
35 if [[ "${PV}" == *9999* ]]; then
36
37 diff --git a/dev-scheme/cyclone/cyclone-9999.ebuild b/dev-scheme/cyclone/cyclone-9999.ebuild
38 index 237aaef9d..cd6aa09a0 100644
39 --- a/dev-scheme/cyclone/cyclone-9999.ebuild
40 +++ b/dev-scheme/cyclone/cyclone-9999.ebuild
41 @@ -2,13 +2,13 @@
42 # Distributed under the terms of the GNU General Public License v2
43
44 # Cyclone is a self-hosting Scheme to C compiler
45 -# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C
46 +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C
47
48 EAPI=7
49
50 inherit flag-o-matic toolchain-funcs
51
52 -DESCRIPTION="Scheme R7RS to C compiler"
53 +DESCRIPTION="R7RS Scheme to C compiler"
54 HOMEPAGE="http://justinethier.github.io/cyclone/"
55
56 if [[ "${PV}" == *9999* ]]; then