From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DA1A1382C5 for ; Sun, 16 May 2021 22:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6988AE0823; Sun, 16 May 2021 22:32:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53F5EE0823 for ; Sun, 16 May 2021 22:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5E9B340F71 for ; Sun, 16 May 2021 22:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B46643 for ; Sun, 16 May 2021 22:32:27 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1621203845.099b467c22994a7d3e2a75649ec1bb11a8121fb8.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/cyclone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-scheme/cyclone/cyclone-0.28.0.ebuild dev-scheme/cyclone/cyclone-9999.ebuild X-VCS-Directories: dev-scheme/cyclone/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 099b467c22994a7d3e2a75649ec1bb11a8121fb8 X-VCS-Branch: dev Date: Sun, 16 May 2021 22:32:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 281f4ea2-9af9-413e-b3d5-f0a7e0a0f7c4 X-Archives-Hash: 1fcd54bbf7535bd0d8837219e43ea6d8 commit: 099b467c22994a7d3e2a75649ec1bb11a8121fb8 Author: Maciej Barć riseup net> AuthorDate: Sun May 16 22:24:05 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Sun May 16 22:24:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099b467c dev-scheme/cyclone: fix description Signed-off-by: Maciej Barć riseup.net> dev-scheme/cyclone/cyclone-0.28.0.ebuild | 4 ++-- dev-scheme/cyclone/cyclone-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild b/dev-scheme/cyclone/cyclone-0.28.0.ebuild index 237aaef9d..cd6aa09a0 100644 --- a/dev-scheme/cyclone/cyclone-0.28.0.ebuild +++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild @@ -2,13 +2,13 @@ # 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 transpired by it to C +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Scheme R7RS to C compiler" +DESCRIPTION="R7RS Scheme to C compiler" HOMEPAGE="http://justinethier.github.io/cyclone/" if [[ "${PV}" == *9999* ]]; then diff --git a/dev-scheme/cyclone/cyclone-9999.ebuild b/dev-scheme/cyclone/cyclone-9999.ebuild index 237aaef9d..cd6aa09a0 100644 --- a/dev-scheme/cyclone/cyclone-9999.ebuild +++ b/dev-scheme/cyclone/cyclone-9999.ebuild @@ -2,13 +2,13 @@ # 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 transpired by it to C +# cyclone-bootstrap is the Cyclone SOURCE transpiled by it to C EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Scheme R7RS to C compiler" +DESCRIPTION="R7RS Scheme to C compiler" HOMEPAGE="http://justinethier.github.io/cyclone/" if [[ "${PV}" == *9999* ]]; then