From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PovYP-00047Q-5f for garchives@archives.gentoo.org; Mon, 14 Feb 2011 10:21:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2CEE09A9; Mon, 14 Feb 2011 10:21:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6330EE09A9 for ; Mon, 14 Feb 2011 10:21:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3AC81B4030 for ; Mon, 14 Feb 2011 10:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AD7E38006A for ; Mon, 14 Feb 2011 10:21:02 +0000 (UTC) From: "Jonathan-Christofer Demay" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan-Christofer Demay" Message-ID: <2990556cf080711e48d280d5af187eecdb6013c6.jcdemay@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-20110201.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: jcdemay X-VCS-Committer-Name: Jonathan-Christofer Demay X-VCS-Revision: 2990556cf080711e48d280d5af187eecdb6013c6 Date: Mon, 14 Feb 2011 10:21:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f18d20ac9941c97b3876f47bb73db6de commit: 2990556cf080711e48d280d5af187eecdb6013c6 Author: Jonathan-Christofer Demay gmail com> AuthorDate: Mon Feb 14 12:23:01 2011 +0000 Commit: Jonathan-Christofer Demay gmail com> CommitDate: Mon Feb 14 12:23:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2990556c sci-mathematics/frama-c: clean-up --- sci-mathematics/frama-c/frama-c-20110201.ebuild | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/frama-c/frama-c-20110201.ebuild b/sci-mathem= atics/frama-c/frama-c-20110201.ebuild index b23e53e..05e24cf 100644 --- a/sci-mathematics/frama-c/frama-c-20110201.ebuild +++ b/sci-mathematics/frama-c/frama-c-20110201.ebuild @@ -18,7 +18,7 @@ IUSE=3D"apron doc gtk +ocamlopt +why" RESTRICT=3D"strip" =20 DEPEND=3D">=3Ddev-lang/ocaml-3.10.2[ocamlopt?] - >=3Ddev-ml/ocamlgraph-1.4[gtk?,ocamlopt?] + >=3Ddev-ml/ocamlgraph-1.6[gtk?,ocamlopt?] gtk? ( >=3Dx11-libs/gtksourceview-2.8 >=3Dgnome-base/libgnomecanvas-2.26 >=3Ddev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] ) @@ -30,9 +30,8 @@ PDEPEND=3D"why? ( >=3Dsci-mathematics/why-2.26 )" S=3D"${WORKDIR}/${PN/-c/-c-$NAME}-${PV/_/-}" =20 src_prepare(){ - #epatch "${FILESDIR}/${P}-plugin_install.patch" - rm share/libc/test.c + rm -Rf src/wp =09 touch config_file sed -i configure.in \