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 5CDA9158095 for ; Wed, 7 Sep 2022 12:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649D1E0AA0; Wed, 7 Sep 2022 12:17:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C37EE0AA0 for ; Wed, 7 Sep 2022 12:17:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C247340DC5 for ; Wed, 7 Sep 2022 12:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD47A5B1 for ; Wed, 7 Sep 2022 12:17:48 +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: <1662553064.5e1932c167586e62fa5274da5436c21a8e9b0d15.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq-mathcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq-mathcomp/Manifest sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild X-VCS-Directories: sci-mathematics/coq-mathcomp/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5e1932c167586e62fa5274da5436c21a8e9b0d15 X-VCS-Branch: master Date: Wed, 7 Sep 2022 12:17:48 +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: 60a3591a-72ac-43aa-a2f1-7b20c785f261 X-Archives-Hash: cb53d8632128a1cb8142e52330e90a96 commit: 5e1932c167586e62fa5274da5436c21a8e9b0d15 Author: Maciej Barć gentoo org> AuthorDate: Wed Sep 7 12:08:31 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Sep 7 12:17:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1932c1 sci-mathematics/coq-mathcomp: bump to 1.15.0 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/coq-mathcomp/Manifest | 1 + sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/sci-mathematics/coq-mathcomp/Manifest b/sci-mathematics/coq-mathcomp/Manifest index 4ab7ebbc5bf6..308e6489c8ef 100644 --- a/sci-mathematics/coq-mathcomp/Manifest +++ b/sci-mathematics/coq-mathcomp/Manifest @@ -1 +1,2 @@ DIST coq-mathcomp-1.14.0.tar.gz 1352989 BLAKE2B 475ca9725a7868d592fc289223f468c6703cca1574d878568d7faaa2725fc204155320c915c75861d5f122acc0cf6aaad9f324656f9a7dae030d37fee93bec27 SHA512 49821492016e75fe32d22557b6b2de4bc0a3d924e2a38a13f2759aeb87095417a27e274737d0dcc01448899c3ebb50c284e9eb96fd1d4c22fb5d101dc6d290bf +DIST coq-mathcomp-1.15.0.tar.gz 1359283 BLAKE2B 7a575e49f93c6527da877a4044ae97d82fa48f242c29b5ed22bc58154f422e14716cb481aa4de96963cfd3cf1aad5dcd76608d85ec4b68ce1a5601b13e3add3e SHA512 96d3bc53ab83740675e6d0bd6e31479e16d986994d1725e9a0466ef46cd517e4ced966d6b1e34b3ff1b15327a2058afcc914b91dba3c5354021d4ef224b8348c diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild new file mode 100644 index 000000000000..5e41229a4f4f --- /dev/null +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Mathematical Components for the Coq proof assistant" +HOMEPAGE="https://github.com/math-comp/math-comp/" +SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp + +LICENSE="CeCILL-B" +SLOT="0/${PV}" +KEYWORDS="~amd64" + +RDEPEND=">=sci-mathematics/coq-8.16.0:=" +DEPEND="${RDEPEND}"