summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2020-11-30 21:29:12 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-12-10 09:30:57 +0200
commit67202d27305f5781dffda90d286b58385fae396d (patch)
tree4751fd4d2abd12e1c4e1380956493234f795dae7 /dev-lisp/c2ffi
parentwww-plugins/chrome-binary-plugins: automated update (88.0.4324.41) (diff)
downloadgentoo-67202d27305f5781dffda90d286b58385fae396d.tar.gz
gentoo-67202d27305f5781dffda90d286b58385fae396d.tar.bz2
gentoo-67202d27305f5781dffda90d286b58385fae396d.zip
dev-lisp/c2ffi: Remove c2ffi-10.0.0.9999
There have not been many updates or fixes to the recent releases upstream, so maintaining this ebuild is not really worth the efforts. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp/c2ffi')
-rw-r--r--dev-lisp/c2ffi/c2ffi-10.0.0.9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-10.0.0.9999.ebuild b/dev-lisp/c2ffi/c2ffi-10.0.0.9999.ebuild
deleted file mode 100644
index dac9e0eb3d31..000000000000
--- a/dev-lisp/c2ffi/c2ffi-10.0.0.9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3 llvm
-
-DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
-HOMEPAGE="https://github.com/rpav/c2ffi"
-EGIT_REPO_URI="https://github.com/rpav/c2ffi.git"
-EGIT_BRANCH="llvm-10.0.0"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND="sys-devel/clang:10=
- sys-devel/llvm:10=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-10.0.0.20200527-add-target-link-directories.patch )