Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/
Date: Wed, 17 Aug 2022 16:18:05
Message-Id: 1660753073.c8da4443ca3df133eb14142fc866c53401fbbd22.juippis@gentoo
1 commit: c8da4443ca3df133eb14142fc866c53401fbbd22
2 Author: Harald Judt <h.judt <AT> gmx <DOT> at>
3 AuthorDate: Fri Jul 29 19:20:38 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 16:17:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8da4443
7
8 dev-lisp/c2ffi: Remove c2ffi-13.0.0
9
10 Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
11 Closes: https://github.com/gentoo/gentoo/pull/26656
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-lisp/c2ffi/Manifest | 1 -
15 dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild | 20 --------------------
16 2 files changed, 21 deletions(-)
17
18 diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest
19 index 87fef40db2c2..42523151c355 100644
20 --- a/dev-lisp/c2ffi/Manifest
21 +++ b/dev-lisp/c2ffi/Manifest
22 @@ -1,2 +1 @@
23 -DIST c2ffi-13.0.0.20220626.tar.gz 44547 BLAKE2B 1e9274abb9443d14f1df108fd422becc04b23c96cd93111810917cd852d4dd118b68f27a0f4674af9e32713bba19971a952f6db4af0292d8416747f60ca225af SHA512 d39d0356af654b0dac0c774a6927cc2ff39c2a06e2b8b52b4783086dc063b79aec85daa0b3a4a80b63366b45d15e38f07e9066edc1a1c53a25c2afbe306121ef
24 DIST c2ffi-14.0.0.20220729.tar.gz 45224 BLAKE2B 198af0ac778dbf7a10a98230ca6979d7e59b1fdc3b930aee34db66a58b695b39e4195ba9bfc0af2baad28cdc88425a5b8f76c36523b4643c2c0138efe10cff4d SHA512 b53290d1d0139d7736566454f4dd51a096a873a16505cd67aea274662e4f08f62f1c8920a422013d4b5f52738e3970cc400a68403e8a6f684cc3ce58812941e7
25
26 diff --git a/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild b/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild
27 deleted file mode 100644
28 index 52168c39da05..000000000000
29 --- a/dev-lisp/c2ffi/c2ffi-13.0.0.20220626.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 2019-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit cmake llvm
38 -
39 -MY_COMMIT="bfa50485ffa86b886215c72ea1e43dbd3acaf940"
40 -
41 -DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
42 -HOMEPAGE="https://github.com/rpav/c2ffi"
43 -SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
44 -S="${WORKDIR}/c2ffi-${MY_COMMIT}"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -DEPEND="sys-devel/clang:13="
51 -RDEPEND="${DEPEND}"