Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/
Date: Wed, 01 Jan 2020 10:17:34
Message-Id: 1577873835.3023287e391ff04bec1efe8e6d63eb2a4c114826.asturm@gentoo
1 commit: 3023287e391ff04bec1efe8e6d63eb2a4c114826
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 10:15:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 10:17:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3023287e
7
8 dev-lisp/c2ffi: Switch to cmake.eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild | 4 ++--
14 dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
18 index 4f2748bb7f4..53c06c02177 100644
19 --- a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
20 +++ b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 2019 Gentoo Authors
23 +# Copyright 2019-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit cmake-utils llvm
29 +inherit cmake llvm
30
31 MY_COMMIT="15fda06de0bad97bf91f5590f7f24623eab2f580"
32
33
34 diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild b/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
35 index 34977fe7f69..6a2256dee41 100644
36 --- a/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
37 +++ b/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 2019 Gentoo Authors
40 +# Copyright 2019-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -inherit cmake-utils git-r3 llvm
46 +inherit cmake git-r3 llvm
47
48 DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
49 HOMEPAGE="https://github.com/rpav/c2ffi"