diff options
author | Harald Judt <h.judt@gmx.at> | 2022-07-18 15:57:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-18 23:37:39 +0200 |
commit | 48b95b54f79a23f896eb60ba64a7715c5146d382 (patch) | |
tree | fef8d8d94f12a188f11103215e9874f6382dd6bc /dev-lisp/c2ffi | |
parent | games-action/psychonauts2-hb: New package at version 1097251 (diff) | |
download | gentoo-48b95b54f79a23f896eb60ba64a7715c5146d382.tar.gz gentoo-48b95b54f79a23f896eb60ba64a7715c5146d382.tar.bz2 gentoo-48b95b54f79a23f896eb60ba64a7715c5146d382.zip |
dev-lisp/c2ffi: Bump version to c2ffi-13.0.0
Closes: https://bugs.gentoo.org/840610
Signed-off-by: Harald Judt <h.judt@gmx.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lisp/c2ffi')
-rw-r--r-- | dev-lisp/c2ffi/Manifest | 1 | ||||
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 88112b87fbaa..b0c626c4846a 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1 +1,2 @@ DIST c2ffi-12.0.0.20210615.tar.gz 45048 BLAKE2B 0659ed2ac52eb53f47e8e481c2112c37768f5664799b63b4fca7ca88166dfcdf34b99fd82750f683c2cf0baabe4bcbec22b87d66f6d586ccb09166c82623c767 SHA512 a94aaa1b13b25b9f601ad55609582d9d87ba3e70cadca793184a34b8a21bc39e8915fecd9e4d6e635a555ef083de54d93845a5ffe17f33d087b4511b8ff81a4b +DIST c2ffi-13.0.0.20220626.tar.gz 44547 BLAKE2B 1e9274abb9443d14f1df108fd422becc04b23c96cd93111810917cd852d4dd118b68f27a0f4674af9e32713bba19971a952f6db4af0292d8416747f60ca225af SHA512 d39d0356af654b0dac0c774a6927cc2ff39c2a06e2b8b52b4783086dc063b79aec85daa0b3a4a80b63366b45d15e38f07e9066edc1a1c53a25c2afbe306121ef diff --git a/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild b/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild new file mode 100644 index 000000000000..52168c39da05 --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.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="bfa50485ffa86b886215c72ea1e43dbd3acaf940" + +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:13=" +RDEPEND="${DEPEND}" |