diff options
author | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2011-02-14 12:23:01 +0000 |
---|---|---|
committer | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2011-02-14 12:23:01 +0000 |
commit | 2990556cf080711e48d280d5af187eecdb6013c6 (patch) | |
tree | b567310e105f37bfbde36d3f89b403e7fc466ebd | |
parent | sci-mathematics/frama-c: version bump (diff) | |
download | sci-2990556cf080711e48d280d5af187eecdb6013c6.tar.gz sci-2990556cf080711e48d280d5af187eecdb6013c6.tar.bz2 sci-2990556cf080711e48d280d5af187eecdb6013c6.zip |
sci-mathematics/frama-c: clean-up
-rw-r--r-- | sci-mathematics/frama-c/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/frama-c/frama-c-20110201.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sci-mathematics/frama-c/Manifest b/sci-mathematics/frama-c/Manifest index 6d7114d3e..33ae32b23 100644 --- a/sci-mathematics/frama-c/Manifest +++ b/sci-mathematics/frama-c/Manifest @@ -1,4 +1,4 @@ DIST frama-c-Carbon-20110201.tar.gz 34484913 RMD160 caf036951b575210c7d2a4e40abde841e725a0f2 SHA1 a3d4647a3a4cbf5b9008d40cbc0a6dcefbd15c42 SHA256 0c212443224fb8a3b0d6b0337db7d7666a9f53628f9b0c5f411e563dcb4b2256 -EBUILD frama-c-20110201.ebuild 1550 RMD160 b38a83df9af8917e2f811cd91b92002e2c031a4b SHA1 aa0a9169794b149da6af0358c01e27d7ba9d3e44 SHA256 8e6fcedcf24fffdd77652fe1eae7399ddaef8252f01a3c967d205ab8cc5e5723 +EBUILD frama-c-20110201.ebuild 1515 RMD160 d9db08ac03bab6cc9e9b8c670f851d7ab44c7c06 SHA1 d0d650a12541b32d57230b11447cbd400881af57 SHA256 124dec37de30363af4e8682e65a0ba3bb9cb916061c4a453027ecbcc008ebad4 MISC ChangeLog 648 RMD160 6fe5a39d60f3be76dd95427470df72d7b338822a SHA1 f7923aba6472e71162a538a04b850f4514a97e7c SHA256 a886dec167247c4f04b152c08fe3af9202438c422db12d6f8e2f9e3b1b1bc21a MISC metadata.xml 815 RMD160 464879bb226169c1b7e06f13c90f70639b25487e SHA1 abeb18a64d38099e51e2b6c0c1027cb9671f30e4 SHA256 e03ee0bab13f2fb45987440ec7498bf629aa5a8f7217ae7dbeab461c23e89ea8 diff --git a/sci-mathematics/frama-c/frama-c-20110201.ebuild b/sci-mathematics/frama-c/frama-c-20110201.ebuild index b23e53e8f..05e24cf95 100644 --- a/sci-mathematics/frama-c/frama-c-20110201.ebuild +++ b/sci-mathematics/frama-c/frama-c-20110201.ebuild @@ -18,7 +18,7 @@ IUSE="apron doc gtk +ocamlopt +why" RESTRICT="strip" DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-ml/ocamlgraph-1.4[gtk?,ocamlopt?] + >=dev-ml/ocamlgraph-1.6[gtk?,ocamlopt?] gtk? ( >=x11-libs/gtksourceview-2.8 >=gnome-base/libgnomecanvas-2.26 >=dev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] ) @@ -30,9 +30,8 @@ PDEPEND="why? ( >=sci-mathematics/why-2.26 )" S="${WORKDIR}/${PN/-c/-c-$NAME}-${PV/_/-}" src_prepare(){ - #epatch "${FILESDIR}/${P}-plugin_install.patch" - rm share/libc/test.c + rm -Rf src/wp touch config_file sed -i configure.in \ |