summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-19 14:50:06 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-19 14:50:06 +0000
commitb189802cd3aac9497256ce40f973b48efd448279 (patch)
tree81b58dc066192e4ff7f02bfe11c0157cf13a78f1 /sci-chemistry/openbabel
parentAvoid static linking per http://lists.suckless.org/dev/1006/4639.html. (diff)
downloadgentoo-2-b189802cd3aac9497256ce40f973b48efd448279.tar.gz
gentoo-2-b189802cd3aac9497256ce40f973b48efd448279.tar.bz2
gentoo-2-b189802cd3aac9497256ce40f973b48efd448279.zip
Fix docs install wrt bug 322543. Thanks Juergen Rose <rose@rz.uni-potsdam.de> for reporting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog7
-rw-r--r--sci-chemistry/openbabel/openbabel-2.2.3.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index 4cc9694891e8..29acf05349bf 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/openbabel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.36 2010/05/20 20:18:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.37 2010/06/19 14:50:06 xarthisius Exp $
+
+ 19 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ openbabel-2.2.3.ebuild:
+ Fix docs install wrt bug 322543. Thanks Juergen Rose
+ <rose@rz.uni-potsdam.de> for reporting
20 May 2010; Justin Lecher <jlec@gentoo.org> openbabel-2.2.2-r1.ebuild,
openbabel-2.2.3.ebuild:
diff --git a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild
index 566e92529c5e..b7a7c278d5e3 100644
--- a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.3 2010/05/20 20:31:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.4 2010/06/19 14:50:06 xarthisius Exp $
EAPI="3"
@@ -72,7 +72,7 @@ src_install() {
dohtml doc/{*.html,*.png} || die
if use doc ; then
insinto /usr/share/doc/${PF}/API/html
- doins API/html/* || die
+ doins doc/API/html/* || die
fi
emake DESTDIR="${D}" install || die "make install failed"