diff options
author | Harald Judt <h.judt@gmx.at> | 2022-07-18 15:58:53 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-18 23:37:39 +0200 |
commit | 3c8c0e1056af9c932dd500ff702d35ee138e4812 (patch) | |
tree | 9c5b966b28e3cd4aec6c65f7758dfad6ab603791 /dev-lisp | |
parent | dev-lisp/c2ffi: Bump version to c2ffi-13.0.0 (diff) | |
download | gentoo-3c8c0e1056af9c932dd500ff702d35ee138e4812.tar.gz gentoo-3c8c0e1056af9c932dd500ff702d35ee138e4812.tar.bz2 gentoo-3c8c0e1056af9c932dd500ff702d35ee138e4812.zip |
dev-lisp/c2ffi: Remove c2ffi-12.0.0
Signed-off-by: Harald Judt <h.judt@gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/26464
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/c2ffi/Manifest | 1 | ||||
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index b0c626c4846a..5436dc2ed414 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1,2 +1 @@ -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-12.0.0.20210615.ebuild b/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild deleted file mode 100644 index 49b836463adb..000000000000 --- a/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake llvm - -MY_COMMIT="3a92064409d258e1688727266c3f023a502e8866" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-devel/clang:12= - sys-devel/llvm:12= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/c2ffi-${MY_COMMIT}" |