diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-04 10:32:17 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-04 10:32:17 +0000 |
commit | 3629f8fd4a4f34af57cd4cc443e9339b18bbc7ad (patch) | |
tree | b45fe3d1d433cb820ec6fe573293c8b0e9508b8f /sci-chemistry/openbabel | |
parent | Import Version Bump from sci overlay prepared by Reinis Danne (diff) | |
download | historical-3629f8fd4a4f34af57cd4cc443e9339b18bbc7ad.tar.gz historical-3629f8fd4a4f34af57cd4cc443e9339b18bbc7ad.tar.bz2 historical-3629f8fd4a4f34af57cd4cc443e9339b18bbc7ad.zip |
Clean residual die and other comments
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.1.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 0e771e1806da..7a3e997ebfb8 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.57 2012/03/04 10:18:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.58 2012/03/04 10:32:17 jlec Exp $ + + 04 Mar 2012; Justin Lecher <jlec@gentoo.org> openbabel-2.3.1.ebuild: + Clean residual die and other comments *openbabel-2.3.1 (04 Mar 2012) diff --git a/sci-chemistry/openbabel/openbabel-2.3.1.ebuild b/sci-chemistry/openbabel/openbabel-2.3.1.ebuild index 1cf64bd44b7e..ca15889b5564 100644 --- a/sci-chemistry/openbabel/openbabel-2.3.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild,v 1.1 2012/03/04 10:18:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild,v 1.2 2012/03/04 10:32:17 jlec Exp $ EAPI=4 @@ -33,9 +33,6 @@ PDEPEND=" DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2" PATCHES=( "${FILESDIR}"/${PN}-2.3.0-test_lib_path.patch ) -#src_prepare() { -# epatch \ -#} src_configure() { local mycmakeargs="" @@ -47,10 +44,10 @@ src_configure() { } src_install() { - dohtml doc/{*.html,*.png} || die + dohtml doc/{*.html,*.png} if use doc ; then insinto /usr/share/doc/${PF}/API/html - doins doc/API/html/* || die + doins doc/API/html/* fi cmake-utils_src_install } |