From b6fc8e4f4d4bcf0d7b418968237bb33ac02125f9 Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Tue, 11 Oct 2022 23:02:26 +0200 Subject: dev-lisp/c2ffi: Bump version to c2ffi-14.0.0.20220729-r1 Signed-off-by: Harald Judt Closes: https://github.com/gentoo/gentoo/pull/27744 Signed-off-by: Sam James --- dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild | 23 +++++++++++++++++++++++ dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild delete mode 100644 dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild (limited to 'dev-lisp') diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild new file mode 100644 index 000000000000..445a9b2cf0b0 --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake llvm + +MY_COMMIT="25fcec13381f495460f4a4eafdd1b939c799df4a" + +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" + +LLVM_MAX_SLOT=14 + +DEPEND="sys-devel/clang:14 + sys-devel/llvm:14" +RDEPEND="${DEPEND}" diff --git a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild b/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild deleted file mode 100644 index 445a9b2cf0b0..000000000000 --- a/dev-lisp/c2ffi/c2ffi-14.0.0.20220729.ebuild +++ /dev/null @@ -1,23 +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="25fcec13381f495460f4a4eafdd1b939c799df4a" - -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" - -LLVM_MAX_SLOT=14 - -DEPEND="sys-devel/clang:14 - sys-devel/llvm:14" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad