Skip to content

Commit

Permalink
dev-lisp/c2ffi: Bump version to c2ffi-16.0.0
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/905165
Signed-off-by: Harald Judt <[email protected]>
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
hjudt authored and dlan17 committed Oct 17, 2023
1 parent f295377 commit d09372c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-lisp/c2ffi/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST c2ffi-15.0.0.20230608.tar.gz 44151 BLAKE2B 15a4a1f56ccb8c0953379d509bbf68e23badbaf9ca09de96a4326129c40199326f5a7d637901949ac9d6c5d1adbd37865bb0c7afbcfc09c10783d689c51b9110 SHA512 9c9632f5e6ef8dab928697e43365a27cda03d0cab1a4a164721ff7f8ad50a8728e5f8f0ee3dc693a3d81169a45c27c994914a0b577424f7e2f5cdcdf9fba904d
DIST c2ffi-16.0.0.20231016.tar.gz 44266 BLAKE2B 563f4a3d9bffa2ea3aea33de847f5bb8099cf15c85d073a65804d10b0470c47d7932b3064a8b268cd718dbb63501dfa943ecded9f5a1c7f105b3dd15042f1d29 SHA512 ea8c1358d621a0bc8770761e285fab35beab569c740144b4ce6f32db907553530b7766d7364f55dcf30e83d5c87b53dc59516fcf83296482b4c6a5e6fd8f2bc9
22 changes: 22 additions & 0 deletions dev-lisp/c2ffi/c2ffi-16.0.0.20231016.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

LLVM_MAX_SLOT=16
inherit cmake llvm

MY_COMMIT="040e6c0af132e9b315960178d9afdd9d4daaf345"

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}"

0 comments on commit d09372c

Please sign in to comment.