Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.3.1.ebuild
Date: Sun, 04 Mar 2012 10:32:26
Message-Id: 20120304103217.9F5D72004B@flycatcher.gentoo.org
1 jlec 12/03/04 10:32:17
2
3 Modified: ChangeLog openbabel-2.3.1.ebuild
4 Log:
5 Clean residual die and other comments
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.58 sci-chemistry/openbabel/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 4 Mar 2012 10:18:11 -0000 1.57
23 +++ ChangeLog 4 Mar 2012 10:32:17 -0000 1.58
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/openbabel
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.57 2012/03/04 10:18:11 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.58 2012/03/04 10:32:17 jlec Exp $
29 +
30 + 04 Mar 2012; Justin Lecher <jlec@g.o> openbabel-2.3.1.ebuild:
31 + Clean residual die and other comments
32
33 *openbabel-2.3.1 (04 Mar 2012)
34
35
36
37
38 1.2 sci-chemistry/openbabel/openbabel-2.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild?r1=1.1&r2=1.2
43
44 Index: openbabel-2.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- openbabel-2.3.1.ebuild 4 Mar 2012 10:18:11 -0000 1.1
51 +++ openbabel-2.3.1.ebuild 4 Mar 2012 10:32:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild,v 1.1 2012/03/04 10:18:11 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.1.ebuild,v 1.2 2012/03/04 10:32:17 jlec Exp $
57
58 EAPI=4
59
60 @@ -33,9 +33,6 @@
61 DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2"
62
63 PATCHES=( "${FILESDIR}"/${PN}-2.3.0-test_lib_path.patch )
64 -#src_prepare() {
65 -# epatch \
66 -#}
67
68 src_configure() {
69 local mycmakeargs=""
70 @@ -47,10 +44,10 @@
71 }
72
73 src_install() {
74 - dohtml doc/{*.html,*.png} || die
75 + dohtml doc/{*.html,*.png}
76 if use doc ; then
77 insinto /usr/share/doc/${PF}/API/html
78 - doins doc/API/html/* || die
79 + doins doc/API/html/*
80 fi
81 cmake-utils_src_install
82 }