summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2023-06-08 23:20:15 +0200
committerSam James <sam@gentoo.org>2023-06-09 06:51:12 +0100
commitfaaab38080e05f99b9cba7f364002b9db52d53fb (patch)
treeac83008c671d1c3b3100cdca721f25487eb9b42d /dev-lisp
parentdev-lisp/c2ffi: Bump version to c2ffi-15.0.0 (diff)
downloadgentoo-faaab38080e05f99b9cba7f364002b9db52d53fb.tar.gz
gentoo-faaab38080e05f99b9cba7f364002b9db52d53fb.tar.bz2
gentoo-faaab38080e05f99b9cba7f364002b9db52d53fb.zip
dev-lisp/c2ffi: Remove c2ffi-14.0.0, #905165
Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://bugs.gentoo.org/905165 Closes: https://github.com/gentoo/gentoo/pull/31359 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/c2ffi/Manifest1
-rw-r--r--dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest
index e4fac36ecdd1..9338423a9a1f 100644
--- a/dev-lisp/c2ffi/Manifest
+++ b/dev-lisp/c2ffi/Manifest
@@ -1,2 +1 @@
-DIST c2ffi-14.0.0.20220729.tar.gz 45224 BLAKE2B 198af0ac778dbf7a10a98230ca6979d7e59b1fdc3b930aee34db66a58b695b39e4195ba9bfc0af2baad28cdc88425a5b8f76c36523b4643c2c0138efe10cff4d SHA512 b53290d1d0139d7736566454f4dd51a096a873a16505cd67aea274662e4f08f62f1c8920a422013d4b5f52738e3970cc400a68403e8a6f684cc3ce58812941e7
DIST c2ffi-15.0.0.20230608.tar.gz 44151 BLAKE2B 15a4a1f56ccb8c0953379d509bbf68e23badbaf9ca09de96a4326129c40199326f5a7d637901949ac9d6c5d1adbd37865bb0c7afbcfc09c10783d689c51b9110 SHA512 9c9632f5e6ef8dab928697e43365a27cda03d0cab1a4a164721ff7f8ad50a8728e5f8f0ee3dc693a3d81169a45c27c994914a0b577424f7e2f5cdcdf9fba904d
diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild
deleted file mode 100644
index a67ff86bbfa7..000000000000
--- a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_MAX_SLOT=14
-inherit cmake llvm
-
-MY_COMMIT="25fcec13381f495460f4a4eafdd1b939c799df4a"
-
-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="sys-devel/clang:${LLVM_MAX_SLOT}
- sys-devel/llvm:${LLVM_MAX_SLOT}"
-RDEPEND="${DEPEND}"