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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B08A158020 for ; Sat, 24 Dec 2022 22:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C748EE07D4; Sat, 24 Dec 2022 22:26:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADD99E07D4 for ; Sat, 24 Dec 2022 22:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 868A0340955 for ; Sat, 24 Dec 2022 22:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CF67EB for ; Sat, 24 Dec 2022 22:26:51 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1671920809.dd5837f89259971fd9e1fa05d402c1595b1f4ac4.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gappalib-coq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gappalib-coq/Manifest sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild sci-mathematics/gappalib-coq/metadata.xml X-VCS-Directories: sci-mathematics/gappalib-coq/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: dd5837f89259971fd9e1fa05d402c1595b1f4ac4 X-VCS-Branch: master Date: Sat, 24 Dec 2022 22:26:51 +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: 9e38c204-463f-461f-96ef-e1ae12fa3611 X-Archives-Hash: 977fddaf2a15946ce85b882db61ac4da commit: dd5837f89259971fd9e1fa05d402c1595b1f4ac4 Author: Maciej Barć gentoo org> AuthorDate: Sat Dec 24 22:08:37 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Dec 24 22:26:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5837f8 sci-mathematics/gappalib-coq: new package; add 1.5.2 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/gappalib-coq/Manifest | 1 + .../gappalib-coq/gappalib-coq-1.5.2.ebuild | 40 ++++++++++++++++++++++ sci-mathematics/gappalib-coq/metadata.xml | 12 +++++++ 3 files changed, 53 insertions(+) diff --git a/sci-mathematics/gappalib-coq/Manifest b/sci-mathematics/gappalib-coq/Manifest new file mode 100644 index 000000000000..77c1b5979ea9 --- /dev/null +++ b/sci-mathematics/gappalib-coq/Manifest @@ -0,0 +1 @@ +DIST gappalib-coq-1.5.2.tar.gz 115236 BLAKE2B a2515d488e229cfe8dd44ac3508af9b8e0ad96dda7cb4ffdbea7f4d75e97a3263c29a043b6484351df995129c77af9af11d3c226dd4f63630816f50a9a50639a SHA512 4b3d8dcb5d97a5fb9fad9d9997eb1f19a62262ea930e157e10dd06ef7f99cc45a25a024f03ce984ebd0d142edd62dbbdbd832a4da41ea5eb8ea3287c7109dda2 diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild new file mode 100644 index 000000000000..6bf57a25ef10 --- /dev/null +++ b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multiprocessing + +DESCRIPTION="Allows the certificates Gappa generates to be imported by the Coq" +HOMEPAGE="https://gappa.gitlabpages.inria.fr/ + https://gitlab.inria.fr/gappa/coq/" +SRC_URI="https://gappa.gitlabpages.inria.fr/releases/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=sci-mathematics/coq-8.12 + sci-mathematics/flocq + sci-mathematics/gappa +" +DEPEND="${RDEPEND}" +BDEPEND="dev-ml/findlib" + +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*' + +src_compile() { + ./remake --jobs=$(makeopts_jobs) || die +} + +src_test() { + ./remake --jobs=$(makeopts_jobs) check || die +} + +src_install() { + DESTDIR="${D}" ./remake install || die + + dodoc AUTHORS INSTALL.md NEWS.md README.md +} diff --git a/sci-mathematics/gappalib-coq/metadata.xml b/sci-mathematics/gappalib-coq/metadata.xml new file mode 100644 index 000000000000..c071e7661ba7 --- /dev/null +++ b/sci-mathematics/gappalib-coq/metadata.xml @@ -0,0 +1,12 @@ + + + + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + https://gitlab.inria.fr/gappa/coq/-/issues/ + +