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 63B79158096 for ; Wed, 17 Aug 2022 16:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0DA9E08C3; Wed, 17 Aug 2022 16:18:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BBF8E089C for ; Wed, 17 Aug 2022 16:18:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94BA4340F6D for ; Wed, 17 Aug 2022 16:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32985558 for ; Wed, 17 Aug 2022 16:18:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1660753072.39a2cd9338647a1e3b657a3ccbbdde4a13bce026.juippis@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-14.0.0.20220729.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 39a2cd9338647a1e3b657a3ccbbdde4a13bce026 X-VCS-Branch: master Date: Wed, 17 Aug 2022 16:18:02 +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: 2693fd02-5aef-49a9-a205-d9542a9fabf4 X-Archives-Hash: 550a22ae62348acac352310167707e30 commit: 39a2cd9338647a1e3b657a3ccbbdde4a13bce026 Author: Harald Judt gmx at> AuthorDate: Fri Jul 29 19:19:15 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 17 16:17:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a2cd93 dev-lisp/c2ffi: Bump version to c2ffi-14.0.0 Signed-off-by: Harald Judt gmx.at> Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/c2ffi/Manifest | 1 + dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 5436dc2ed414..87fef40db2c2 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1 +1,2 @@ DIST c2ffi-13.0.0.20220626.tar.gz 44547 BLAKE2B 1e9274abb9443d14f1df108fd422becc04b23c96cd93111810917cd852d4dd118b68f27a0f4674af9e32713bba19971a952f6db4af0292d8416747f60ca225af SHA512 d39d0356af654b0dac0c774a6927cc2ff39c2a06e2b8b52b4783086dc063b79aec85daa0b3a4a80b63366b45d15e38f07e9066edc1a1c53a25c2afbe306121ef +DIST c2ffi-14.0.0.20220729.tar.gz 45224 BLAKE2B 198af0ac778dbf7a10a98230ca6979d7e59b1fdc3b930aee34db66a58b695b39e4195ba9bfc0af2baad28cdc88425a5b8f76c36523b4643c2c0138efe10cff4d SHA512 b53290d1d0139d7736566454f4dd51a096a873a16505cd67aea274662e4f08f62f1c8920a422013d4b5f52738e3970cc400a68403e8a6f684cc3ce58812941e7 diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild new file mode 100644 index 000000000000..8eaaac1727e5 --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake llvm + +MY_COMMIT="25fcec13381f495460f4a4eafdd1b939c799df4a" + +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:14=" +RDEPEND="${DEPEND}"