public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/stklos/
Date: Fri, 16 Feb 2024 13:40:21 +0000 (UTC)	[thread overview]
Message-ID: <1708090781.246c63d55b1fed5b17d04fc2faedd49f34e5da17.hattya@gentoo> (raw)

commit:     246c63d55b1fed5b17d04fc2faedd49f34e5da17
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 13:39:41 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 13:39:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246c63d5

dev-scheme/stklos: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/stklos/stklos-2.00.ebuild | 58 ------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/dev-scheme/stklos/stklos-2.00.ebuild b/dev-scheme/stklos/stklos-2.00.ebuild
deleted file mode 100644
index 90fa3ef0c997..000000000000
--- a/dev-scheme/stklos/stklos-2.00.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Fast and light Scheme implementation"
-HOMEPAGE="https://stklos.net/"
-SRC_URI="https://${PN}.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="threads"
-
-RDEPEND="dev-libs/boehm-gc[threads?]
-	dev-libs/gmp:=
-	dev-libs/libffi:=
-	dev-libs/libpcre2:="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-DOCS=( AUTHORS ChangeLog NEWS.md PACKAGES-USED {PORTING-NOTES,README}.md SUPPORTED-SRFIS )
-
-src_prepare() {
-	default
-
-	if ! use threads; then
-		sed -i '/threads.adoc/d' doc/refman/${PN}.adoc
-		rm -f tests/srfis/2{16,30}.stk
-	fi
-	eautoreconf
-	export LD="$(tc-getCC)"
-	export STKLOS_CONFDIR="${T}"/.config/${PN}
-}
-
-src_configure() {
-	econf \
-		--enable-threads=$(usex threads pthreads none) \
-		--without-provided-bignum \
-		--without-provided-ffi \
-		--without-provided-gc \
-		--without-provided-regexp
-}
-
-src_compile() {
-	emake
-}
-
-src_test() {
-	emake -j1 check
-}
-
-src_install() {
-	default
-	einstalldocs
-}


             reply	other threads:[~2024-02-16 13:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-16 13:40 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18  5:44 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/stklos/ Akinori Hattori
2024-02-16 13:40 Akinori Hattori
2023-10-30 13:11 Akinori Hattori
2022-12-18  4:20 Sam James
2022-03-03 12:47 Akinori Hattori
2021-11-27  6:39 Akinori Hattori
2021-11-27  6:39 Akinori Hattori
2021-11-27  6:39 Akinori Hattori
2020-11-16 22:53 Sergei Trofimovich
2017-08-02 21:15 Amy Liffey

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=1708090781.246c63d55b1fed5b17d04fc2faedd49f34e5da17.hattya@gentoo \
    --to=hattya@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