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: Sat, 17 Mar 2012 15:04:36
Message-Id: 1331996653.17b94e3b2f823570053e65070370e24c36377db3.jcdemay@gentoo
1 commit: 17b94e3b2f823570053e65070370e24c36377db3
2 Author: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 17 15:04:13 2012 +0000
4 Commit: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 17 15:04:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=17b94e3b
7
8 sci-mathematics/frama-c: fix install with doc USE flag
9
10 ---
11 sci-mathematics/frama-c/frama-c-20111001.ebuild | 9 +--------
12 1 files changed, 1 insertions(+), 8 deletions(-)
13
14 diff --git a/sci-mathematics/frama-c/frama-c-20111001.ebuild b/sci-mathematics/frama-c/frama-c-20111001.ebuild
15 index 92beca0..05b842e 100644
16 --- a/sci-mathematics/frama-c/frama-c-20111001.ebuild
17 +++ b/sci-mathematics/frama-c/frama-c-20111001.ebuild
18 @@ -33,11 +33,6 @@ src_prepare(){
19 rm share/libc/test.c
20 rm -Rf src/wp
21
22 - mkdir cil/pdf
23 - mv cil/doc/*.pdf cil/doc/*.tex cil/pdf
24 - mv cil/doc cil/html
25 - mv doc/manuals doc/pdf
26 -
27 sed -e "s:1\.8):1\.8\.1):g" -i configure.in
28
29 touch config_file
30 @@ -66,8 +61,6 @@ src_install(){
31 dodoc Changelog doc/README
32
33 if use doc; then
34 - dodoc doc/pdf/*.pdf
35 - dodoc cil/pdf/*.pdf
36 - dohtml -r cil/html/*
37 + dodoc doc/manuals/*.pdf
38 fi
39 }