From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E1B01387B1 for ; Mon, 21 Sep 2015 19:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7137CE08BA; Mon, 21 Sep 2015 19:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B774E08B8 for ; Mon, 21 Sep 2015 19:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B6F134090F for ; Mon, 21 Sep 2015 19:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBCA3238 for ; Mon, 21 Sep 2015 19:05:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442860193.0d912fad71b5b99852c8506abc966543335fa12d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/alt-ergo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild sci-mathematics/alt-ergo/metadata.xml X-VCS-Directories: sci-mathematics/alt-ergo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0d912fad71b5b99852c8506abc966543335fa12d X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:05:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b7c5f676-5295-4b95-a0f0-815c23045e8c X-Archives-Hash: 3b0ce4694b18117a569db3f41b4c4263 commit: 0d912fad71b5b99852c8506abc966543335fa12d Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 18:29:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 18:29:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d912fad sci-mathematics/alt-ergo: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild | 19 +++++++++++-------- sci-mathematics/alt-ergo/metadata.xml | 4 ++-- 2 files changed, 13 insertions(+), 10 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 index 3cabe4d..2ec5ece 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-0.95.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,11 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" 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 - >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] )" +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(){ @@ -29,12 +32,12 @@ src_prepare(){ -i "${S}"/Makefile.in || die } src_compile(){ - emake + default use gtk && emake gui } src_install(){ - emake install DESTDIR="${D}" + 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 index 70209e0..388d8d7 100644 --- a/sci-mathematics/alt-ergo/metadata.xml +++ b/sci-mathematics/alt-ergo/metadata.xml @@ -1,8 +1,8 @@ -sci-mathematics - + sci-mathematics + 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