summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-20 11:15:31 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-20 11:15:31 +0100
commitf0fce4e903158e909d2fb9a83a973df39e576c30 (patch)
tree4e115c2b1a1ebefdabb2bfc4c5aa6e9e8b7c6e26 /sci-mathematics/alt-ergo
parentsci-geosciences/osm2pgsql: Remove old (diff)
downloadgentoo-f0fce4e903158e909d2fb9a83a973df39e576c30.tar.gz
gentoo-f0fce4e903158e909d2fb9a83a973df39e576c30.tar.bz2
gentoo-f0fce4e903158e909d2fb9a83a973df39e576c30.zip
sci-mathematics/alt-ergo: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r--sci-mathematics/alt-ergo/Manifest1
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/alt-ergo/Manifest b/sci-mathematics/alt-ergo/Manifest
index 32a72ea3d18f..de070479a00e 100644
--- a/sci-mathematics/alt-ergo/Manifest
+++ b/sci-mathematics/alt-ergo/Manifest
@@ -1,2 +1 @@
-DIST alt-ergo-1.30.tar.gz 380329 BLAKE2B fab16757ed110474cf8f9d01ab53f76b6a300eb478b32bbfd6bb79d7603b1f5c2fc5c97bf44358eb138283f3487ef90febd23865723a4721b01bd870cfdd6507 SHA512 6ac6abdc6602b0ba89ee58eb96c66ac93e8195e0b4f75595381eded86365c2dd881251de2b77e2f1137684651ddc7fd94f922509de0be2964d81f52a6fb0f2f2
DIST alt-ergo-2.3.0.tar.gz 455577 BLAKE2B 1836782be452df5147fc3041517fd267f3ce7facd15ad460c3e1dfba2b6ea455fee79ad8264ccb12cf21622c21a54c186c9943e7bffb392daab15d046ff93863 SHA512 a2f209b62b8494bfefe84328cdc786185e0534c5e224e212b83045b078352a51d2ab02622f72c22c74c7de95c7a554cbdae2a9a8a0c41f3f26c841f8c72f6b21
diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
deleted file mode 100644
index d88124561173..000000000000
--- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Automatic theorem prover"
-HOMEPAGE="https://alt-ergo.ocamlpro.com"
-SRC_URI="https://alt-ergo.ocamlpro.com/http/${P}/${P}.tar.gz"
-
-LICENSE="CeCILL-C"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples gtk +ocamlopt"
-
-DEPEND=">=dev-lang/ocaml-3.12.1:=[ocamlopt=]
- dev-ml/zarith:=
- gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,ocamlopt=] )
- dev-ml/camlzip:=
- <=dev-ml/ocplib-simplex-0.3:="
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES INSTALL.md README.md )
-
-src_compile() {
- emake
- use gtk && emake gui
-}
-
-src_install() {
- default
- use gtk && emake DESTDIR="${D}" install-gui
- use examples && dodoc -r examples
-}