aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2011-05-11 23:48:36 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2011-05-11 23:48:36 +0000
commit0dddc16522aec26ddaf5cd97ae8f8ef734111cbd (patch)
tree16d4d6c96abf06c7c9b5aa06129279760cd47ac0 /sci-mathematics/apron
parentdev-ml/ocamlgraph: version bump (diff)
downloadsci-0dddc16522aec26ddaf5cd97ae8f8ef734111cbd.tar.gz
sci-0dddc16522aec26ddaf5cd97ae8f8ef734111cbd.tar.bz2
sci-0dddc16522aec26ddaf5cd97ae8f8ef734111cbd.zip
sci-mathematics/apron: fix doc building
Diffstat (limited to 'sci-mathematics/apron')
-rw-r--r--sci-mathematics/apron/ChangeLog2
-rw-r--r--sci-mathematics/apron/Manifest4
-rw-r--r--sci-mathematics/apron/apron-0.9.10.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/apron/ChangeLog b/sci-mathematics/apron/ChangeLog
index eddd1712f..0eb1de48a 100644
--- a/sci-mathematics/apron/ChangeLog
+++ b/sci-mathematics/apron/ChangeLog
@@ -1,5 +1,5 @@
# ChangeLog for sci-mathematics/apron
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
13 Feb 2011; J.C. Demay <jcdemay@gmail.com>
diff --git a/sci-mathematics/apron/Manifest b/sci-mathematics/apron/Manifest
index 4aefb97eb..d7716783f 100644
--- a/sci-mathematics/apron/Manifest
+++ b/sci-mathematics/apron/Manifest
@@ -1,4 +1,4 @@
DIST apron-0.9.10.tgz 1694989 RMD160 44dc11b4dea380bd0422fdbf541a9083737b6fc0 SHA1 0e0d857bd646de6a8b16e60d80b06f48a62c51df SHA256 b108de2f4a8c4ecac1ff76a6d282946fd3bf1466a126cf5344723955f305ec8e
-EBUILD apron-0.9.10.ebuild 2432 RMD160 64926f707c2032145128151628b971a86f334b11 SHA1 69113050813f425c7b6f67190d6c742629449d89 SHA256 3cb3989a82b3f5ff5f5bf9f7c672db89fb7cfe4cb3be174827d794bb6436d9fe
-MISC ChangeLog 715 RMD160 3b175161a8f5c36ea64a80cd91bc9656c203aaac SHA1 199585ed187cd023cf59eb707d2d5e9feb484f9c SHA256 09bf1d3f07d42a3cb1d97832517e0fc53f63b0325878ab3144de0a6a8f153150
+EBUILD apron-0.9.10.ebuild 2417 RMD160 7f664d4317aac34448d2505e85b5566bf5da14b2 SHA1 d007d4d37cbec3e2e2d1a69815a38da6715ca9b6 SHA256 52e770a6e65a48dc709ca1eadd8f68da105cda9ea003af6c5c30125619dd0097
+MISC ChangeLog 715 RMD160 00614bd947614ad4566a307c9ff67c8e61feb2c5 SHA1 4d5924907ecce3b95f7eda268114dd4eb25eea8d SHA256 88c698ed4a8d23beffce00893633a60520ad266fca59f2596c1c02f3ce243aad
MISC metadata.xml 864 RMD160 149c13d27bfcd69c0484e11229fee7f08ce99f70 SHA1 46542ae1284f7e094b4ce8bcba00a8be50839393 SHA256 b094cb1d058da18457e96645d3d8de045123d742add9bac42dae6b8e661c9110
diff --git a/sci-mathematics/apron/apron-0.9.10.ebuild b/sci-mathematics/apron/apron-0.9.10.ebuild
index 567a9912c..fdd62cab7 100644
--- a/sci-mathematics/apron/apron-0.9.10.ebuild
+++ b/sci-mathematics/apron/apron-0.9.10.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
#fix doc building process
sed -i Makefile -e "s/; make html/; make/g"
sed -i apronxx/Makefile \
- -e "s:cd doc/latex && make:cd doc/latex; rubber refman.tex &> /dev/null; pdflatex refman.tex:g"
+ -e "s:cd doc/latex && make:cd doc/latex; rubber refman.tex; dvipdf refman.dvi:g"
sed -i apronxx/doc/Doxyfile \
-e "s/OUTPUT_DIRECTORY = \/.*/OUTPUT_DIRECTORY = .\//g" \
-e "s/STRIP_FROM_PATH = \/.*/STRIP_FROM_PATH = .\//g"