summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2023-06-08 23:17:12 +0200
committerSam James <sam@gentoo.org>2023-06-09 06:51:12 +0100
commit92eb572898ec2aa4b922ce42816c6ebf178aaaeb (patch)
treef502f1afb4767f11b9a5debedc441472373e3faf /dev-lisp
parentwww-apps/grafana-bin: Bump, remove old (diff)
downloadgentoo-92eb572898ec2aa4b922ce42816c6ebf178aaaeb.tar.gz
gentoo-92eb572898ec2aa4b922ce42816c6ebf178aaaeb.tar.bz2
gentoo-92eb572898ec2aa4b922ce42816c6ebf178aaaeb.zip
dev-lisp/c2ffi: Bump version to c2ffi-15.0.0
Bug: https://bugs.gentoo.org/905165 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/c2ffi/Manifest1
-rw-r--r--dev-lisp/c2ffi/c2ffi-15.0.0.20230608.ebuild22
2 files changed, 23 insertions, 0 deletions
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}"