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 92E12158095 for ; Wed, 17 Aug 2022 16:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC775E08BB; Wed, 17 Aug 2022 16:18: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 A42D5E08AD for ; Wed, 17 Aug 2022 16:18:04 +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 A3951341362 for ; Wed, 17 Aug 2022 16:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46189568 for ; Wed, 17 Aug 2022 16:18:02 +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: <1660753073.c8da4443ca3df133eb14142fc866c53401fbbd22.juippis@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-13.0.0.20220626.ebuild X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c8da4443ca3df133eb14142fc866c53401fbbd22 X-VCS-Branch: master Date: Wed, 17 Aug 2022 16:18:02 +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: 31b60b32-04e6-47df-b615-61a5466c7a35 X-Archives-Hash: d368377d99057a026b6ca73c0ef07c84 commit: c8da4443ca3df133eb14142fc866c53401fbbd22 Author: Harald Judt gmx at> AuthorDate: Fri Jul 29 19:20:38 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 17 16:17:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8da4443 dev-lisp/c2ffi: Remove c2ffi-13.0.0 Signed-off-by: Harald Judt gmx.at> Closes: https://github.com/gentoo/gentoo/pull/26656 Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/c2ffi/Manifest | 1 - dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild | 20 -------------------- 2 files changed, 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}"