diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-28 00:40:12 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-28 00:47:31 +0100 |
commit | db8c4170efe4daa96a19aad54a72836f04a463b5 (patch) | |
tree | 183be0409297e1f0c14da1ee554b8cfbd963f70b /sci-mathematics/psmt2-frontend | |
parent | sci-mathematics/psmt2-frontend: change maint: tupone -> ml & sci (diff) | |
download | gentoo-db8c4170efe4daa96a19aad54a72836f04a463b5.tar.gz gentoo-db8c4170efe4daa96a19aad54a72836f04a463b5.tar.bz2 gentoo-db8c4170efe4daa96a19aad54a72836f04a463b5.zip |
sci-mathematics/psmt2-frontend: bump to 0.4.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/psmt2-frontend')
-rw-r--r-- | sci-mathematics/psmt2-frontend/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-mathematics/psmt2-frontend/Manifest b/sci-mathematics/psmt2-frontend/Manifest index c13d8559bb56..bed990526f44 100644 --- a/sci-mathematics/psmt2-frontend/Manifest +++ b/sci-mathematics/psmt2-frontend/Manifest @@ -1 +1,2 @@ DIST psmt2-frontend-0.2.tar.gz 26976 BLAKE2B 2b45ceb8d824f5b11455ad0026064b6329b6c6e6173c091b36dc42e8c1dd36924d12d9296db3dcfe748a84fdc37a1a530f3ef485bec904c19a0e6aa8034149f9 SHA512 c29802f4265a1cbdb05ee9154ce2c156136af258bc7283dd0fb1d1b2ce162b671553cab96484036d898e3ff7c26ab133f5c2e1ca88e9e48660b2faa139fd1f41 +DIST psmt2-frontend-0.4.0.tar.gz 70801 BLAKE2B 337b3a87e9bff1c48eec9be4b1b50539c0114cdcdba1ac9c64ee180f73451b6a500f4a970a4f557dc3b886c5932bb72bb0b1b5e130a833b05502954c5279e702 SHA512 68b883f4bc4e0e39162807ffae251782871f372850c469889ea5ba5cf59388e363b1de5bc8087ad8624a1466b52611d0e41d78c6c3e6ac8af7c6e6e5c35630c5 diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild new file mode 100644 index 000000000000..4ff6c1c91532 --- /dev/null +++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Library to parse and type-check an extension of the SMT-LIB 2 standard" +HOMEPAGE="https://github.com/OCamlPro-Coquera/psmt2-frontend" +SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=">=dev-ml/menhir-20181006:=" +DEPEND="${RDEPEND}" +BDEPEND="test? ( + dev-ml/ppx_expect + dev-ml/ppx_inline_test +)" |