From b189802cd3aac9497256ce40f973b48efd448279 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Sat, 19 Jun 2010 14:50:06 +0000 Subject: Fix docs install wrt bug 322543. Thanks Juergen Rose for reporting (Portage version: 2.1.8.3/cvs/Linux x86_64) --- sci-chemistry/openbabel/ChangeLog | 7 ++++++- sci-chemistry/openbabel/openbabel-2.2.3.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'sci-chemistry/openbabel') 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 + openbabel-2.2.3.ebuild: + Fix docs install wrt bug 322543. Thanks Juergen Rose + for reporting 20 May 2010; Justin Lecher 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" -- cgit v1.2.3-65-gdbad