mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-mathematics/coq-mathcomp: bump to 1.17.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST coq-mathcomp-1.16.0.tar.gz 1377232 BLAKE2B f9246ff2a6e583facc31278728b0865fdfb4d9cb6422687643321712b22d7fa61e40dd95e7782ba8443f66b61f9f6a82caead767a6985c87e6fe731a04494713 SHA512 80dc82e0deea4b3e05811b9dca3cf7c0169387288a5cc5c7e95c452c7aa041a37df34d93546c6597c6717106e20dc98400c7b0bbb8d1d1915e2063cfe6fd300b
|
||||
DIST coq-mathcomp-1.17.0.tar.gz 1384329 BLAKE2B e77b509c49796af7a23a4f286a83516e40e28bc03a1f3b20ddeb54321de05bc5f3ddbe0632e7462c6619180276975727b49101253b07cc9a2ae54a6662d8e5ab SHA512 06b318e2973863b5acefdd01b39065987a93952fa5f2ce9ba68df7ff7bf701c5fc82b571f53e80eadaa293935a82e8d1f891cc555db7200a923ee986918a0c76
|
||||
|
||||
25
sci-mathematics/coq-mathcomp/coq-mathcomp-1.17.0.ebuild
Normal file
25
sci-mathematics/coq-mathcomp/coq-mathcomp-1.17.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
COQ_MIN_V=8.16.0
|
||||
|
||||
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-${COQ_MIN_V}:=
|
||||
dev-lang/ocaml:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Do not complain about CFLAGS etc since ML projects do not use them.
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
Reference in New Issue
Block a user