aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinis Danne <rei4dan@gmail.com>2009-02-10 20:12:55 +0200
committerReinis Danne <rei4dan@gmail.com>2009-02-21 01:11:28 +0200
commitff38e34c77cb616e2b8d4333baf679adae8e4732 (patch)
treeb0d8ed6a78e35c521afbcbb191efb8f3b810b4b3 /sci-chemistry/openbabel/files
parentNew package sci-chemistry/bkchem, #95178 (Thanks to Beda Kosata) (diff)
downloadsci-ff38e34c77cb616e2b8d4333baf679adae8e4732.tar.gz
sci-ff38e34c77cb616e2b8d4333baf679adae8e4732.tar.bz2
sci-ff38e34c77cb616e2b8d4333baf679adae8e4732.zip
sci-chemistry/openbabel-2.2.0-r1: New ebuild with doxyfile patch, #212212
Added use flags doc (install API documentation) and zlib.
Diffstat (limited to 'sci-chemistry/openbabel/files')
-rw-r--r--sci-chemistry/openbabel/files/openbabel-2.2.0-doxyfile.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-chemistry/openbabel/files/openbabel-2.2.0-doxyfile.patch b/sci-chemistry/openbabel/files/openbabel-2.2.0-doxyfile.patch
new file mode 100644
index 000000000..e54a53039
--- /dev/null
+++ b/sci-chemistry/openbabel/files/openbabel-2.2.0-doxyfile.patch
@@ -0,0 +1,27 @@
+--- Doxyfile.orig 2008-07-01 20:55:40.000000000 +0300
++++ Doxyfile 2009-02-10 01:30:56.000000000 +0200
+@@ -752,13 +752,13 @@
+ # each generated HTML page. If it is left blank doxygen will generate a
+ # standard header.
+
+-HTML_HEADER = doc/api-header.html
++HTML_HEADER =
+
+ # The HTML_FOOTER tag can be used to specify a personal HTML footer for
+ # each generated HTML page. If it is left blank doxygen will generate a
+ # standard footer.
+
+-HTML_FOOTER = doc/api-footer.html
++HTML_FOOTER =
+
+ # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
+ # style sheet that is used by each HTML page. It can be used to
+@@ -767,7 +767,7 @@
+ # the style sheet file to the HTML output directory, so don't put your own
+ # stylesheet in the HTML output directory as well, or it will be erased!
+
+-HTML_STYLESHEET = doc/api-style.css
++HTML_STYLESHEET =
+
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
+ # files or namespaces will be aligned in HTML using tables. If set to