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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F44F138334 for ; Wed, 15 May 2019 11:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41FF5E093E; Wed, 15 May 2019 11:37:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24355E093E for ; Wed, 15 May 2019 11:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0A1C344538 for ; Wed, 15 May 2019 11:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751A35D7 for ; Wed, 15 May 2019 11:37:49 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1557920257.8af3a0782b735703438a02928d1ec8126c2dfaa0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild dev-lisp/c2ffi/metadata.xml X-VCS-Directories: dev-lisp/c2ffi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8af3a0782b735703438a02928d1ec8126c2dfaa0 X-VCS-Branch: master Date: Wed, 15 May 2019 11:37:49 +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: f8fb69b2-8cf1-4d0c-9327-f64fb6b86a5b X-Archives-Hash: 5d1be6b60c712b60601826188370556e commit: 8af3a0782b735703438a02928d1ec8126c2dfaa0 Author: Harald Judt gmx at> AuthorDate: Tue May 14 09:36:12 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed May 15 11:37:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af3a078 dev-lisp/c2ffi: Clang-based FFI wrapper generator for Common Lisp Closes: https://github.com/gentoo/gentoo/pull/11995 Closes: https://bugs.gentoo.org/673970 Signed-off-by: Harald Judt gmx.at> Signed-off-by: Michael Palimaka gentoo.org> dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild | 20 ++++++++++++++++++++ dev-lisp/c2ffi/metadata.xml | 15 +++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild b/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild new file mode 100644 index 00000000000..52bbf27c3bd --- /dev/null +++ b/dev-lisp/c2ffi/c2ffi-8.0.0.9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils git-r3 + +DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp" +HOMEPAGE="https://github.com/rpav/c2ffi" +EGIT_REPO_URI="https://github.com/rpav/c2ffi.git" +EGIT_BRANCH="llvm-8.0.0" + +LICENSE="LGPL-2.1" +SLOT="8" +IUSE="" + +DEPEND="sys-devel/clang:8 + sys-devel/llvm:8 +" +RDEPEND="${DEPEND}" diff --git a/dev-lisp/c2ffi/metadata.xml b/dev-lisp/c2ffi/metadata.xml new file mode 100644 index 00000000000..d30f4079e72 --- /dev/null +++ b/dev-lisp/c2ffi/metadata.xml @@ -0,0 +1,15 @@ + + + + + h.judt@gmx.at + Harald Judt + + + proxy-maint@gentoo.org + Proxy Maintainers + + + rpav/c2ffi + +