From 07abf8a8992ca451d1121e3747215ee99808dc35 Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Thu, 24 Jun 2021 14:45:01 +0200 Subject: dev-lisp/c2ffi: Remove c2ffi-11.0.0.20201113 Also remove patches that are no longer needed, and the eutils class can also be dropped. Signed-off-by: Harald Judt Closes: https://github.com/gentoo/gentoo/pull/21403 Signed-off-by: Joonas Niilola --- dev-lisp/c2ffi/Manifest | 1 - dev-lisp/c2ffi/c2ffi-11.0.0.20201113.ebuild | 26 ---------------------- dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild | 2 +- ....0.0.20200527-add-target-link-directories.patch | 11 --------- 4 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 dev-lisp/c2ffi/c2ffi-11.0.0.20201113.ebuild delete mode 100644 dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch (limited to 'dev-lisp') diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 08c9ee3ec2d3..88112b87fbaa 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1,2 +1 @@ -DIST c2ffi-11.0.0.20201113.tar.gz 37608 BLAKE2B 59a97867ab7675a00ef2b513abd67409b6bf4540a46b3f5fb19bf4747cdb5dbe93a01d8b308b917ae4f7c17e9ccc52c6c29c80a5b0cc58cb6a7dacf4a9d0c140 SHA512 2430cb56c29a392c2efbe283761580ec23d8d2a0945a7ca39237bcf68f419ca73ffc2cd8a39f5c822f2e4b8d0b9b2abf9851a908549a639158f8c4858ecf0768 DIST c2ffi-12.0.0.20210615.tar.gz 45048 BLAKE2B 0659ed2ac52eb53f47e8e481c2112c37768f5664799b63b4fca7ca88166dfcdf34b99fd82750f683c2cf0baabe4bcbec22b87d66f6d586ccb09166c82623c767 SHA512 a94aaa1b13b25b9f601ad55609582d9d87ba3e70cadca793184a34b8a21bc39e8915fecd9e4d6e635a555ef083de54d93845a5ffe17f33d087b4511b8ff81a4b diff --git a/dev-lisp/c2ffi/c2ffi-11.0.0.20201113.ebuild b/dev-lisp/c2ffi/c2ffi-11.0.0.20201113.ebuild deleted file mode 100644 index 3476bba406cd..000000000000 --- a/dev-lisp/c2ffi/c2ffi-11.0.0.20201113.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake llvm - -MY_COMMIT="07cda9bd315859d98bb4db83462952bb1bf5ea23" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-devel/clang:11= - sys-devel/llvm:11= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/c2ffi-${MY_COMMIT}" - -PATCHES=( "${FILESDIR}"/${PN}-10.0.0.20200527-add-target-link-directories.patch ) diff --git a/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild b/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild index aa734a19b8af..49b836463adb 100644 --- a/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild +++ b/dev-lisp/c2ffi/c2ffi-12.0.0.20210615.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake llvm eutils +inherit cmake llvm MY_COMMIT="3a92064409d258e1688727266c3f023a502e8866" diff --git a/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch b/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch deleted file mode 100644 index 2dc4a82413b2..000000000000 --- a/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2020-06-05 00:21:43.509980270 +0200 -+++ b/CMakeLists.txt 2020-06-05 00:22:08.679979968 +0200 -@@ -36,6 +36,7 @@ - ${LLVM_INCLUDE_DIRS} - ${SOURCE_ROOT}/src/include - ) -+target_link_directories(c2ffi PUBLIC ${LLVM_LIBRARY_DIRS}) - target_link_libraries(c2ffi PUBLIC clang-cpp LLVM) - - set(APP_BIN_DIR "${CMAKE_BINARY_DIR}/bin") -- cgit v1.2.3-65-gdbad