mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lisp/c2ffi: Drop old ebuild using deprecated llvm eclass
Bug: https://bugs.gentoo.org/945344 Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/40032 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
0a0f6194a7
commit
7852b60b1d
@@ -1,22 +0,0 @@
|
||||
# Copyright 2019-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LLVM_MAX_SLOT=18
|
||||
inherit cmake llvm
|
||||
|
||||
MY_COMMIT="0de81efb64acc82c08c5eee4a7108ddcb1b00d86"
|
||||
|
||||
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="llvm-core/clang:${LLVM_MAX_SLOT}
|
||||
llvm-core/llvm:${LLVM_MAX_SLOT}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user