diff options
author | 2023-04-02 00:54:46 +0200 | |
---|---|---|
committer | 2023-04-02 00:54:46 +0200 | |
commit | 35adc1abdd9496d6e88f54e0a4b8090ee97d018e (patch) | |
tree | 2263ded1d63e4d39ddab3cc931c5c3adf95b83dd /sci-mathematics/easycrypt | |
parent | sci-mathematics/easycrypt: drop old 1.0_pre20220303-r1 (diff) | |
download | gentoo-35adc1abdd9496d6e88f54e0a4b8090ee97d018e.tar.gz gentoo-35adc1abdd9496d6e88f54e0a4b8090ee97d018e.tar.bz2 gentoo-35adc1abdd9496d6e88f54e0a4b8090ee97d018e.zip |
sci-mathematics/easycrypt: drop old 2022.04-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/easycrypt')
-rw-r--r-- | sci-mathematics/easycrypt/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/easycrypt/Manifest b/sci-mathematics/easycrypt/Manifest index e5bfa4203cd4..8e06e0b9306e 100644 --- a/sci-mathematics/easycrypt/Manifest +++ b/sci-mathematics/easycrypt/Manifest @@ -1,3 +1,2 @@ -DIST easycrypt-2022.04.tar.gz 1277930 BLAKE2B 4bb68325b9894e28dcf33f2b78f63c029375ba4f77d0df06cedff3a26be768827c9fb25f49cc8ecc8a2d341191fb0b9371825979f0f7cd14c69b3ced16ddc32c SHA512 9234de7f28999a6de79a3ecd27d3499ffb15fe651b2a577cf0b49fc73e034bbe1b4d99c2a7aafd3df70d9b4e095d1ae09ed8ff7a7885c020f9e5c990afe9b592 DIST easycrypt-2022.04_p20220505.tar.gz 1279876 BLAKE2B 10ae22e216b8a35973ad7d1dbffe1dba9ce328b67319577cd1a7fad957f08174d1651ee6c1bab8cdf12d8fda20cb85d5a334ad41dfb3e55f9ee8beb8a233a2eb SHA512 b1231e0be787a667c836d970236d47311e490443a66bc0a3834963557b32358ad9db2008e32d427d232f2a94c72afc65bd3330b6db1eb938335791ea997b4013 DIST easycrypt-2022.04_p20230324.tar.gz 1296898 BLAKE2B 119cb10ad5c2cd50db9f70eb858e2779cae0350b9e5370060b8045f36684a9de87ad746e75c6a7e7fcc7ad93e40bde2164866bb16e67dd2ebc3409657760cbd8 SHA512 917d5ff2fe65a1fd02a19d700cfb77910290746023458b6ed9eb9dc1290faa5469571a3c77510caac8734ad7d2ada6c7fbfc75bb933d0a57e9c303a8cf207026 diff --git a/sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild b/sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild deleted file mode 100644 index 0e74e30a9b91..000000000000 --- a/sci-mathematics/easycrypt/easycrypt-2022.04-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Computer-Aided Cryptographic Proofs" -HOMEPAGE="https://github.com/EasyCrypt/easycrypt" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EasyCrypt/${PN}.git" -else - SRC_URI="https://github.com/EasyCrypt/${PN}/archive/r${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/${PN}-r${PV} -fi - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=" - >=dev-lang/ocaml-4.08.0:=[ocamlopt?] - >=sci-mathematics/why3-1.4:= <sci-mathematics/why3-1.5:= - dev-ml/batteries:= - dev-ml/camlzip:= - dev-ml/dune-build-info:= - dev-ml/dune-site:= - dev-ml/ocaml-inifiles:= - dev-ml/pcre-ocaml:= - dev-ml/yojson:= - dev-ml/zarith:= -" -DEPEND="${RDEPEND}" - -src_prepare() { - local theories="[\"$(ocamlc -where)/easycrypt/theories\"]" - sed -i "s|EcRelocate\.Sites\.theories|${theories}|g" src/ec.ml || die - - default -} |