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 9133B1387B1 for ; Mon, 21 Sep 2015 19:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDEEC21C04F; Mon, 21 Sep 2015 19:05:50 +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 5F4F221C04F for ; Mon, 21 Sep 2015 19:05:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED4FD3408CB for ; Mon, 21 Sep 2015 19:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4098D23C for ; Mon, 21 Sep 2015 19:05:44 +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: <1442861123.1ad7fca0e8ab4b753fb39283ae8f17d55f2e4a60.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/frama-c/frama-c-20140301.ebuild sci-mathematics/frama-c/metadata.xml X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1ad7fca0e8ab4b753fb39283ae8f17d55f2e4a60 X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:05:44 +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: 1b662974-8ffd-4e02-a84e-cffbd279cfc0 X-Archives-Hash: 2432418cda47c433b844c0b58d106c7b commit: 1ad7fca0e8ab4b753fb39283ae8f17d55f2e4a60 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 18:45:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 18:45:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ad7fca0 sci-mathematics/frama-c: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-mathematics/frama-c/frama-c-20140301.ebuild | 34 +++++++++++++------------ sci-mathematics/frama-c/metadata.xml | 4 +-- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/sci-mathematics/frama-c/frama-c-20140301.ebuild b/sci-mathematics/frama-c/frama-c-20140301.ebuild index dd11106..28166cd 100644 --- a/sci-mathematics/frama-c/frama-c-20140301.ebuild +++ b/sci-mathematics/frama-c/frama-c-20140301.ebuild @@ -17,22 +17,25 @@ KEYWORDS="~amd64 ~x86" IUSE="doc gtk +ocamlopt" RESTRICT="strip" -DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] - >=dev-ml/ocamlgraph-1.8.5[gtk?,ocamlopt?] - dev-ml/zarith - sci-mathematics/coq - sci-mathematics/ltl2ba - sci-mathematics/alt-ergo - gtk? ( >=x11-libs/gtksourceview-2.8 - >=gnome-base/libgnomecanvas-2.26 - >=dev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] )" +DEPEND=" + >=dev-lang/ocaml-3.12.1[ocamlopt?] + >=dev-ml/ocamlgraph-1.8.5[gtk?,ocamlopt?] + dev-ml/zarith + sci-mathematics/coq + sci-mathematics/ltl2ba + sci-mathematics/alt-ergo + gtk? ( + >=x11-libs/gtksourceview-2.8:2.0 + >=gnome-base/libgnomecanvas-2.26 + >=dev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] + )" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN/-c/-c-$NAME}-${PV/_/-}" src_prepare(){ - touch config_file - rm -f ocamlgraph.tar.gz + touch config_file || die + rm -f ocamlgraph.tar.gz || die epatch "${FILESDIR}/ocamlgraph185_compat.patch" eautoreconf } @@ -43,14 +46,14 @@ src_configure(){ else myconf="--disable-gui" fi - econf ${myconf} || die "econf failed" + econf ${myconf} } src_compile(){ # dependencies can not be processed in parallel, # this is the intended behavior. - emake -j1 depend || die "emake depend failed" - emake all top DESTDIR="/" || die "emake failed" + emake -j1 depend + emake all top DESTDIR="/" if use doc; then emake -j1 doc doc-tgz @@ -59,8 +62,7 @@ src_compile(){ } src_install(){ - emake install DESTDIR="${D}" || die "emake install failed" - dodoc Changelog + default if use doc; then dohtml -A svg -r doc/frama-c-api/* diff --git a/sci-mathematics/frama-c/metadata.xml b/sci-mathematics/frama-c/metadata.xml index e429e61..960aec4 100644 --- a/sci-mathematics/frama-c/metadata.xml +++ b/sci-mathematics/frama-c/metadata.xml @@ -1,8 +1,8 @@ -sci-mathematics - + sci-mathematics + Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. It gathers several static analysis techniques in a single collaborative framework. The collaborative approach of