summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2019-11-13 21:11:50 +0100
committerJoonas Niilola <juippis@gentoo.org>2019-12-13 15:48:50 +0200
commit4144d4bdde0f74734e5ffd1f1f8b0c5eff6f4f5e (patch)
tree85714f73867f70e5c2213cb79b5c6ebf32de6bb2 /dev-lisp
parentsys-kernel/gentoo-sources: Linux patch 4.19.89 (diff)
downloadgentoo-4144d4bdde0f74734e5ffd1f1f8b0c5eff6f4f5e.tar.gz
gentoo-4144d4bdde0f74734e5ffd1f1f8b0c5eff6f4f5e.tar.bz2
gentoo-4144d4bdde0f74734e5ffd1f1f8b0c5eff6f4f5e.zip
dev-lisp/c2ffi: Remove c2ffi-8.0.0.9999.ebuild
The llvm-8.0.0 branch has been deprecated upstream with the availability of llvm-9.0.0. Signed-off-by: Harald Judt <h.judt@gmx.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild b/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild
deleted file mode 100644
index 52bbf27c3bde..000000000000
--- a/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils git-r3
-
-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-8.0.0"
-
-LICENSE="LGPL-2.1"
-SLOT="8"
-IUSE=""
-
-DEPEND="sys-devel/clang:8
- sys-devel/llvm:8
-"
-RDEPEND="${DEPEND}"