summaryrefslogtreecommitdiff
path: root/dev-lisp
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2025-01-07 21:53:18 +0100
committerJoonas Niilola <juippis@gentoo.org>2025-02-10 15:28:03 +0200
commit7852b60b1def5b26eb6e426ced3558cd9994ffa2 (patch)
tree5ad2cba13d1beb145e7ce16f1ec1c2a69714c720 /dev-lisp
parent0a0f6194a7e2ab1c78fe3d0c14a8b9d9059a11a2 (diff)
downloadgentoo-7852b60b1def5b26eb6e426ced3558cd9994ffa2.tar.gz
gentoo-7852b60b1def5b26eb6e426ced3558cd9994ffa2.tar.bz2
gentoo-7852b60b1def5b26eb6e426ced3558cd9994ffa2.zip
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>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild
deleted file mode 100644
index b88b17b16641..000000000000
--- a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild
+++ /dev/null
@@ -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}"