From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29EF215808B for ; Fri, 27 Sep 2024 05:57:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0631D2BC044; Fri, 27 Sep 2024 05:57:04 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E21D02BC044 for ; Fri, 27 Sep 2024 05:57:03 +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 1778F3431B9 for ; Fri, 27 Sep 2024 05:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE3A27E9 for ; Fri, 27 Sep 2024 05:57:01 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1727416550.e7a162d387d64d1b639e135a3f0e0be00128ee66.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/c2ffi/Manifest dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e7a162d387d64d1b639e135a3f0e0be00128ee66 X-VCS-Branch: master Date: Fri, 27 Sep 2024 05:57:01 +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: 7f8fe91a-2ce1-4278-85aa-c4c4484addb2 X-Archives-Hash: 2e26025b2294417fe99f0a0ff328fdea commit: e7a162d387d64d1b639e135a3f0e0be00128ee66 Author: Harald Judt gmx at> AuthorDate: Thu Sep 26 10:55:17 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Sep 27 05:55:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a162d3 dev-lisp/c2ffi: Remove c2ffi-17.0.0 Signed-off-by: Harald Judt gmx.at> Closes: https://github.com/gentoo/gentoo/pull/38777 Signed-off-by: Eli Schwartz gentoo.org> dev-lisp/c2ffi/Manifest | 1 - dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest index 9e1fe9b3a237..dd258cee2dd0 100644 --- a/dev-lisp/c2ffi/Manifest +++ b/dev-lisp/c2ffi/Manifest @@ -1,2 +1 @@ -DIST c2ffi-17.0.0.20240314.tar.gz 44258 BLAKE2B 522fcf2671f5ce6bc0a8bef533da806954cb6083f54ba27455903f618fea2b20eda7a2b7a8fe0f56c8d4904181c84db1031ee824301ff9004aeb1f149b48baf5 SHA512 6e5e8a5809592873edae95c117cf1e5494cc62ecae5ecee6dd4a0928b138f33e60baa2e918aaa6a779e6d89e592f651bb8914795257c6abfe51ee7a56eb70788 DIST c2ffi-18.1.0.20240926.tar.gz 44577 BLAKE2B 53017254fe51ec55d23ebc658679cec405783255cc29b65aea5bf4c447d9dd6658aa5834bb7757de1bc50832eabdb2ee3bc7a07edd64b78a5d1aa9d41c5155e9 SHA512 1b5c5260e855bf9d6bd4b1b222ed1ac4405151cdff63623cbe72211b33c2f1bd33f40ef6e4877b0f75eaccc1eaa4ac93fd97a3b0469f05aa59f710bab804340c diff --git a/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild b/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.ebuild deleted file mode 100644 index f9d9ec225c5e..000000000000 --- a/dev-lisp/c2ffi/c2ffi-17.0.0.20240314.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=17 -inherit cmake llvm - -MY_COMMIT="164637979127b2f995930b352d06dea5e9572064" - -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}"