commit:     a09165ad89a368499101722ca2316e7bd1592f07
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 02:07:11 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 02:07:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a09165ad

sci-mathematics/alt-ergo: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild | 42 -------------------------
 sci-mathematics/alt-ergo/metadata.xml           | 15 ---------
 2 files changed, 57 deletions(-)

diff --git a/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild 
b/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
deleted file mode 100644
index 3532fdc0c..000000000
--- a/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Alt-Ergo is an automatic theorem prover"
-HOMEPAGE="http://alt-ergo.ocamlpro.com";
-SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz";
-
-LICENSE="CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt gtk"
-
-DEPEND="
-       >=dev-lang/ocaml-3.12.1[ocamlopt?]
-       >=dev-ml/ocamlgraph-1.8.2[gtk?,ocamlopt?]
-       dev-ml/zarith
-       gtk? (
-               >=x11-libs/gtksourceview-2.8:2.0
-               >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?]
-       )"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-       sed \
-               -e 's: /usr/share/: $(DESTDIR)/usr/share/:g' \
-               -e 's:cp -f altgr-ergo.opt:mkdir -p 
$(DESTDIR)/usr/share/gtksourceview-2.0/language-specs/\n\tcp -f 
altgr-ergo.opt:g' \
-               -i "${S}"/Makefile.in || die
-}
-src_compile(){
-       default
-       use gtk && emake gui
-}
-
-src_install(){
-       default
-       use gtk && emake install-gui DESTDIR="${D}"
-       dodoc README.md CHANGES
-}

diff --git a/sci-mathematics/alt-ergo/metadata.xml 
b/sci-mathematics/alt-ergo/metadata.xml
deleted file mode 100644
index a28eb2ec7..000000000
--- a/sci-mathematics/alt-ergo/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sci-mathemat...@gentoo.org</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription>
-Alt-Ergo is an open source automatic theorem prover dedicated to program 
verification.
-It is an SMT solver based on CC(X): a congruence closure algorithm 
parameterized by an
-equational theory X. Alt-Ergo is based on a home-made SAT-solver and 
implements an
-instantiation mechanism for quantified formulas. Its architecture is 
summarized by the
-the following picture.
-</longdescription>
-</pkgmetadata>

Reply via email to