diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-22 14:29:59 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-22 16:09:44 +0200 |
commit | f38f257a704600cb9140e07518e0fb1d3460ad2d (patch) | |
tree | c19e3ea57d5c35ff931f642d1ade00777f89a960 /sci-mathematics | |
parent | dev-ml/uunf: bump to 15.1.0 (diff) | |
download | gentoo-f38f257a704600cb9140e07518e0fb1d3460ad2d.tar.gz gentoo-f38f257a704600cb9140e07518e0fb1d3460ad2d.tar.bz2 gentoo-f38f257a704600cb9140e07518e0fb1d3460ad2d.zip |
sci-mathematics/alt-ergo: drop old 2.4.1-r2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/alt-ergo/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.4.1-r2.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/sci-mathematics/alt-ergo/Manifest b/sci-mathematics/alt-ergo/Manifest index 7c1c762e20c7..8ac1f788e157 100644 --- a/sci-mathematics/alt-ergo/Manifest +++ b/sci-mathematics/alt-ergo/Manifest @@ -1,3 +1,2 @@ -DIST alt-ergo-2.4.1.tar.gz 2883046 BLAKE2B 6930080f7735f043e33d02b7fa0990c53992848796c0a5cf6ea4d7122eb6b9e5d6ac7ce420a4a19da35fa0ce5ff431bc228f2314a6f709f27a16bc7481bbacd5 SHA512 c3eee41d3c588ca89c2a1eebe9f10914ef647743b58fb562b682172cf6b6bdeb0920ebbba8a850820c0cb53bad0260f11b82fe71f00830ea9b33f5bb5d4fd048 DIST alt-ergo-2.4.2.tar.gz 2884553 BLAKE2B 95392625a6b17b3a2e41070a7f70ba124a95d99294f295d7c5a636a3327e6dac6b2153d1c90be4d24b72ce5ad22be5e174f6ae1c37663b093218a76ec1ada29a SHA512 61ae181ccd60a49f833ea79bbd5184a46f8eef24e7fe1169b15e905ed86584bdbe993ef86c203d5bfc3d79961024f96af0e4e623dc15479aa9538648291c9a75 DIST alt-ergo-2.4.3.tar.gz 2902450 BLAKE2B bb8931dc512e3745496c1801fe959ac0fc4758b03049462506689021508a4ea364f0aae8679c776d8154c9f86a09080801c9b822d23355c572a24bd8b0e38210 SHA512 88a26b138e41997516085dbbf279e1ce11d03c18c0464ba80d5403dc80ff0f8cb5cbd4ad1489a60ff2a3b9539f9c55e4274008b14eed47b6fd057ce0a94ef98f diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.4.1-r2.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.4.1-r2.ebuild deleted file mode 100644 index bc908a192c9e..000000000000 --- a/sci-mathematics/alt-ergo/alt-ergo-2.4.1-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Automatic theorem prover" -HOMEPAGE="https://alt-ergo.ocamlpro.com" -SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CeCILL-C" -SLOT="0/${PV}" -KEYWORDS="amd64" -IUSE="examples +ocamlopt" - -RDEPEND=" - >=dev-lang/ocaml-4.09.0:=[ocamlopt=] - >=sci-mathematics/psmt2-frontend-0.4.0:= - - <dev-ml/cmdliner-1.1.0:= - >=dev-ml/menhir-20181006:= - >=dev-ml/ocplib-simplex-0.4:= - dev-ml/camlzip:= - dev-ml/num:= - dev-ml/seq:= - dev-ml/stdlib-shims:= - dev-ml/zarith:= -" -DEPEND="${RDEPEND}" -BDEPEND="dev-ml/dune-configurator" - -src_prepare() { - default - - # Remove the GTK2 GUI frontend because GTK2 in Gentoo is deprecated - rm -r src/bin/gui || die -} - -src_configure() { - sh ./configure --prefix /usr --libdir=/usr/$(get_libdir) || die -} - -src_install() { - dune-install alt-ergo-lib alt-ergo-parsers alt-ergo - - use examples && dodoc -r examples -} |