public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuel Bauer" <samuel.bauer@yahoo.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/sirit/
Date: Tue, 26 Jul 2022 02:20:37 +0000 (UTC)	[thread overview]
Message-ID: <1658802011.4d8900bfe68e753fe2f374c66a3a622c3555c605.samuel.bauer@gentoo> (raw)

commit:     4d8900bfe68e753fe2f374c66a3a622c3555c605
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Jul 26 01:55:59 2022 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Jul 26 02:20:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d8900bf

dev-libs/sirit: new ebuild

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 dev-libs/sirit/Manifest                 |  1 +
 dev-libs/sirit/sirit-0_p20220725.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/sirit/Manifest b/dev-libs/sirit/Manifest
new file mode 100644
index 000000000..d4bbb47fc
--- /dev/null
+++ b/dev-libs/sirit/Manifest
@@ -0,0 +1 @@
+DIST sirit-0_p20220725.tar.gz 23535 BLAKE2B 8cdcb2b5007b849b032be1fbe53375a24bd62b109da4c7388e18961294acde0ea3bd2312c5c40eafd2394712fdf83ea16b47df94b8ee5c51f5de37a7e2df79ff SHA512 4424d1020a02877a2465d94ace0309cfc6952b0624ba248c113a5858e3749837d430fb5ec348953c140955ddf013a2a783f97b9594899a989905b08b82722a60

diff --git a/dev-libs/sirit/sirit-0_p20220725.ebuild b/dev-libs/sirit/sirit-0_p20220725.ebuild
new file mode 100644
index 000000000..f05beb5ad
--- /dev/null
+++ b/dev-libs/sirit/sirit-0_p20220725.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake vcs-snapshot
+
+DESCRIPTION="A runtime SPIR-V assembler"
+HOMEPAGE="https://github.com/ReinUsesLisp/sirit"
+SRC_URI="https://github.com/ReinUsesLisp/sirit/archive/aa292d56650bc28f2b2d75973fab2e61d0136f9c.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2" # what is BSD-3-Clause
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-util/spirv-headers"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	local mycmakeargs=(
+		-DSIRIT_USE_SYSTEM_SPIRV_HEADERS=ON
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	dodoc LICENSE.txt README.md
+	dolib.so ${BUILD_DIR}/src/libsirit.so
+	doheader -r include/sirit
+}


             reply	other threads:[~2022-07-26  2:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  2:20 Samuel Bauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-02 10:55 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sirit/ Haelwenn Monnier
2022-08-02 10:54 ` [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2022-09-08 10:24 Andrew Ammerlaan
2025-02-14  6:37 Samuel Bauer
2025-02-14 23:25 Samuel Bauer
2025-07-12 13:47 Pavel Sobolev
2025-10-04 13:32 Pavel Sobolev

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=1658802011.4d8900bfe68e753fe2f374c66a3a622c3555c605.samuel.bauer@gentoo \
    --to=samuel.bauer@yahoo.fr \
    --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