Gentoo Archives: gentoo-commits

From: Jonathan-Christofer Demay <jcdemay@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/frama-c/
Date: Mon, 14 Feb 2011 10:21:13
Message-Id: 2990556cf080711e48d280d5af187eecdb6013c6.jcdemay@gentoo
1 commit: 2990556cf080711e48d280d5af187eecdb6013c6
2 Author: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 14 12:23:01 2011 +0000
4 Commit: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 14 12:23:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2990556c
7
8 sci-mathematics/frama-c: clean-up
9
10 ---
11 sci-mathematics/frama-c/frama-c-20110201.ebuild | 5 ++---
12 1 files changed, 2 insertions(+), 3 deletions(-)
13
14 diff --git a/sci-mathematics/frama-c/frama-c-20110201.ebuild b/sci-mathematics/frama-c/frama-c-20110201.ebuild
15 index b23e53e..05e24cf 100644
16 --- a/sci-mathematics/frama-c/frama-c-20110201.ebuild
17 +++ b/sci-mathematics/frama-c/frama-c-20110201.ebuild
18 @@ -18,7 +18,7 @@ IUSE="apron doc gtk +ocamlopt +why"
19 RESTRICT="strip"
20
21 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
22 - >=dev-ml/ocamlgraph-1.4[gtk?,ocamlopt?]
23 + >=dev-ml/ocamlgraph-1.6[gtk?,ocamlopt?]
24 gtk? ( >=x11-libs/gtksourceview-2.8
25 >=gnome-base/libgnomecanvas-2.26
26 >=dev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] )
27 @@ -30,9 +30,8 @@ PDEPEND="why? ( >=sci-mathematics/why-2.26 )"
28 S="${WORKDIR}/${PN/-c/-c-$NAME}-${PV/_/-}"
29
30 src_prepare(){
31 - #epatch "${FILESDIR}/${P}-plugin_install.patch"
32 -
33 rm share/libc/test.c
34 + rm -Rf src/wp
35
36 touch config_file
37 sed -i configure.in \