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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 789AC15810F for ; Fri, 9 Jun 2023 05:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80FE7E07F6; Fri, 9 Jun 2023 05:51:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6297AE07F6 for ; Fri, 9 Jun 2023 05:51:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DA0E340A7B for ; Fri, 9 Jun 2023 05:51:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DFB0A53 for ; Fri, 9 Jun 2023 05:51:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686289872.92eb572898ec2aa4b922ce42816c6ebf178aaaeb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/c2ffi/Manifest dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92eb572898ec2aa4b922ce42816c6ebf178aaaeb X-VCS-Branch: master Date: Fri, 9 Jun 2023 05:51:43 +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: 51e35f98-14c8-4b07-8193-054326d92d7b X-Archives-Hash: 34732fb0bdd275e6b0012c01fa7f3383 commit: 92eb572898ec2aa4b922ce42816c6ebf178aaaeb Author: Harald Judt gmx at> AuthorDate: Thu Jun 8 21:17:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 9 05:51:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92eb5728 dev-lisp/c2ffi: Bump version to c2ffi-15.0.0 Bug: https://bugs.gentoo.org/905165 Signed-off-by: Harald Judt gmx.at> Signed-off-by: Sam James gentoo.org> dev-lisp/c2ffi/Manifest | 1 + dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 42523151c355..e4fac36ecdd1 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1 +1,2 @@ DIST c2ffi-14.0.0.20220729.tar.gz 45224 BLAKE2B 198af0ac778dbf7a10a98230ca6979d7e59b1fdc3b930aee34db66a58b695b39e4195ba9bfc0af2baad28cdc88425a5b8f76c36523b4643c2c0138efe10cff4d SHA512 b53290d1d0139d7736566454f4dd51a096a873a16505cd67aea274662e4f08f62f1c8920a422013d4b5f52738e3970cc400a68403e8a6f684cc3ce58812941e7 +DIST c2ffi-15.0.0.20230608.tar.gz 44151 BLAKE2B 15a4a1f56ccb8c0953379d509bbf68e23badbaf9ca09de96a4326129c40199326f5a7d637901949ac9d6c5d1adbd37865bb0c7afbcfc09c10783d689c51b9110 SHA512 9c9632f5e6ef8dab928697e43365a27cda03d0cab1a4a164721ff7f8ad50a8728e5f8f0ee3dc693a3d81169a45c27c994914a0b577424f7e2f5cdcdf9fba904d diff --git a/dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild b/dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild new file mode 100644 index 000000000000..3845f7d1914c --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=15 +inherit cmake llvm + +MY_COMMIT="3078cb57ccfa43736aa93720a72f1074034cb37d" + +DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp" +HOMEPAGE="https://github.com/rpav/c2ffi" +SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/c2ffi-${MY_COMMIT}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="sys-devel/clang:${LLVM_MAX_SLOT} + sys-devel/llvm:${LLVM_MAX_SLOT}" +RDEPEND="${DEPEND}"