summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2022-07-29 21:20:38 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-08-17 19:17:53 +0300
commitc8da4443ca3df133eb14142fc866c53401fbbd22 (patch)
tree2344e6e2fbc771c6e7ebca24debced96b7f4d76d /dev-lisp/c2ffi
parentdev-lisp/c2ffi: Bump version to c2ffi-14.0.0 (diff)
downloadgentoo-c8da4443ca3df133eb14142fc866c53401fbbd22.tar.gz
gentoo-c8da4443ca3df133eb14142fc866c53401fbbd22.tar.bz2
gentoo-c8da4443ca3df133eb14142fc866c53401fbbd22.zip
dev-lisp/c2ffi: Remove c2ffi-13.0.0
Signed-off-by: Harald Judt <h.judt@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/26656 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp/c2ffi')
-rw-r--r--dev-lisp/c2ffi/Manifest1
-rw-r--r--dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest
index 87fef40db2c2..42523151c355 100644
--- a/dev-lisp/c2ffi/Manifest
+++ b/dev-lisp/c2ffi/Manifest
@@ -1,2 +1 @@
-DIST c2ffi-13.0.0.20220626.tar.gz 44547 BLAKE2B 1e9274abb9443d14f1df108fd422becc04b23c96cd93111810917cd852d4dd118b68f27a0f4674af9e32713bba19971a952f6db4af0292d8416747f60ca225af SHA512 d39d0356af654b0dac0c774a6927cc2ff39c2a06e2b8b52b4783086dc063b79aec85daa0b3a4a80b63366b45d15e38f07e9066edc1a1c53a25c2afbe306121ef
DIST c2ffi-14.0.0.20220729.tar.gz 45224 BLAKE2B 198af0ac778dbf7a10a98230ca6979d7e59b1fdc3b930aee34db66a58b695b39e4195ba9bfc0af2baad28cdc88425a5b8f76c36523b4643c2c0138efe10cff4d SHA512 b53290d1d0139d7736566454f4dd51a096a873a16505cd67aea274662e4f08f62f1c8920a422013d4b5f52738e3970cc400a68403e8a6f684cc3ce58812941e7
diff --git a/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild b/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild
deleted file mode 100644
index 52168c39da05..000000000000
--- a/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake llvm
-
-MY_COMMIT="bfa50485ffa86b886215c72ea1e43dbd3acaf940"
-
-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:13="
-RDEPEND="${DEPEND}"