From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CE471582EF for ; Mon, 10 Feb 2025 13:28:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0801234315B for ; Mon, 10 Feb 2025 13:28:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9E14311047C; Mon, 10 Feb 2025 13:28:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8DDDB11047B for ; Mon, 10 Feb 2025 13:28:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4569134312C for ; Mon, 10 Feb 2025 13:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F095627A2 for ; Mon, 10 Feb 2025 13:28:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1739194083.7852b60b1def5b26eb6e426ced3558cd9994ffa2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7852b60b1def5b26eb6e426ced3558cd9994ffa2 X-VCS-Branch: master Date: Mon, 10 Feb 2025 13:28:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 194a5701-051e-47c6-aa7d-0c3d2c4e65cb X-Archives-Hash: a8a09c7f2932950c0dfb0a274acebcff commit: 7852b60b1def5b26eb6e426ced3558cd9994ffa2 Author: Harald Judt gmx at> AuthorDate: Tue Jan 7 20:53:18 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 10 13:28:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7852b60b dev-lisp/c2ffi: Drop old ebuild using deprecated llvm eclass Bug: https://bugs.gentoo.org/945344 Signed-off-by: Harald Judt gmx.at> Closes: https://github.com/gentoo/gentoo/pull/40032 Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild deleted file mode 100644 index b88b17b16641..000000000000 --- a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_MAX_SLOT=18 -inherit cmake llvm - -MY_COMMIT="0de81efb64acc82c08c5eee4a7108ddcb1b00d86" - -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="llvm-core/clang:${LLVM_MAX_SLOT} - llvm-core/llvm:${LLVM_MAX_SLOT}" -RDEPEND="${DEPEND}"