public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/sagittarius/
Date: Sun, 28 Apr 2024 09:22:46 +0000 (UTC)	[thread overview]
Message-ID: <1714295610.93384e5440043750054aa00f7429b9c88479c26e.dev@gentoo> (raw)

commit:     93384e5440043750054aa00f7429b9c88479c26e
Author:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Apr 28 09:13:30 2024 +0000
Commit:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Apr 28 09:13:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93384e54

dev-scheme/sagittarius: new package, add 0.9.11

Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>

 dev-scheme/sagittarius/Manifest                  |  1 +
 dev-scheme/sagittarius/metadata.xml              | 11 ++++++++
 dev-scheme/sagittarius/sagittarius-0.9.11.ebuild | 35 ++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-scheme/sagittarius/Manifest b/dev-scheme/sagittarius/Manifest
new file mode 100644
index 0000000000..fe8dbd494b
--- /dev/null
+++ b/dev-scheme/sagittarius/Manifest
@@ -0,0 +1 @@
+DIST sagittarius-0.9.11.tar.gz 13043532 BLAKE2B 81ed8faf797a6494322aecf474f42bce71a0e950ff4a1a009631befaedd968fa36516f530a9eb0a3f1c6eb90fb7c45cb5c321384b658dffe1b610af749ef3359 SHA512 4daa51c1901d86640b9b59db0316087d05089167c7f771e816fe7dba8ef6398c4f65a8df85c22629cff1c9e05344c933695470849739ccb97732581b5647b10e

diff --git a/dev-scheme/sagittarius/metadata.xml b/dev-scheme/sagittarius/metadata.xml
new file mode 100644
index 0000000000..2d979bdfe8
--- /dev/null
+++ b/dev-scheme/sagittarius/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>dev@dyama.net</email>
+    <name>Daichi Yamamoto</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="bitbucket">ktakashi/sagittarius-scheme</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-scheme/sagittarius/sagittarius-0.9.11.ebuild b/dev-scheme/sagittarius/sagittarius-0.9.11.ebuild
new file mode 100644
index 0000000000..ff75b5fa2e
--- /dev/null
+++ b/dev-scheme/sagittarius/sagittarius-0.9.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="R6RS/R7RS Scheme system."
+HOMEPAGE="https://bitbucket.org/ktakashi/sagittarius-scheme"
+SRC_URI="https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/boehm-gc
+	dev-libs/libffi
+	dev-libs/openssl
+	sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	default
+
+	# avoid running ldconfig
+	truncate -s0 "${S}"/cmake/CMakeLists.txt
+
+	# following tests always fail in sandbox
+	cd "${S}"/test/tests
+	rm net/http-client.scm
+	rm net/socket.scm
+	rm rfc/websocket.scm
+}


             reply	other threads:[~2024-04-28  9:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28  9:22 Daichi Yamamoto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28 21:31 [gentoo-commits] repo/proj/guru:dev commit in: dev-scheme/sagittarius/ Daichi Yamamoto
2025-02-20  6:42 Daichi Yamamoto

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=1714295610.93384e5440043750054aa00f7429b9c88479c26e.dev@gentoo \
    --to=dev@dyama.net \
    --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