summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2009-03-01 13:26:45 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2009-03-01 13:26:45 +0000
commit64efdb75fdbbe15373db8ad23044c15deace1a2a (patch)
treef1f05ec651ecb0fbe147a6720883ae59168d50e4 /sci-chemistry/openbabel
parenteapi2ification of 2.1.3 to avoid that annoying pkg_setup. (diff)
downloadgentoo-2-64efdb75fdbbe15373db8ad23044c15deace1a2a.tar.gz
gentoo-2-64efdb75fdbbe15373db8ad23044c15deace1a2a.tar.bz2
gentoo-2-64efdb75fdbbe15373db8ad23044c15deace1a2a.zip
Added missing patch file, sorry.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog6
-rw-r--r--sci-chemistry/openbabel/files/openbabel-2.2.0-doxyfile.patch27
2 files changed, 32 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index ec037c29ba04..9cebb2efbee9 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.21 2009/02/28 20:49:33 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.22 2009/03/01 13:26:44 cryos Exp $
+
+ 01 Mar 2009; Marcus D. Hanwell <cryos@gentoo.org>
+ +files/openbabel-2.2.0-doxyfile.patch:
+ Added missing patch file, sorry.
*openbabel-2.2.1_beta3-r1 (28 Feb 2009)
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 000000000000..e54a530397a6
--- /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