Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/openbabel: ChangeLog openbabel-2.2.0_beta4.ebuild
Date: Sat, 01 Mar 2008 17:50:07
Message-Id: E1JVVqV-0002wc-Uh@stork.gentoo.org
1 cryos 08/03/01 17:50:03
2
3 Modified: ChangeLog
4 Added: openbabel-2.2.0_beta4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.14 sci-chemistry/openbabel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/openbabel/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/openbabel/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 11 Jul 2007 09:40:23 -0000 1.13
23 +++ ChangeLog 1 Mar 2008 17:50:03 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-chemistry/openbabel
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.13 2007/07/11 09:40:23 cryos Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.14 2008/03/01 17:50:03 cryos Exp $
30 +
31 +*openbabel-2.2.0_beta4 (01 Mar 2008)
32 +
33 + 01 Mar 2008; Marcus D. Hanwell <cryos@g.o>
34 + +openbabel-2.2.0_beta4.ebuild:
35 + Version bump.
36
37 *openbabel-2.1.1 (11 Jul 2007)
38
39
40
41
42 1.1 sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openbabel-2.2.0_beta4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild,v 1.1 2008/03/01 17:50:03 cryos Exp $
52
53 DESCRIPTION="Open Babel interconverts file formats used in molecular modeling"
54 SRC_URI="mirror://sourceforge/openbabel/${PN}-2.2.0b4-20080301-r2299.tar.gz"
55 HOMEPAGE="http://openbabel.sourceforge.net/"
56 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
57 SLOT="0"
58 LICENSE="GPL-2"
59 IUSE=""
60 RDEPEND="!sci-chemistry/babel"
61
62 S=${WORKDIR}/${PN}-2.2.0b4
63
64 src_install () {
65 make DESTDIR="${D}" install || die "make install failed."
66 dodoc AUTHORS ChangeLog NEWS README THANKS
67 cd doc
68 dohtml *.html *.png
69 dodoc *.inc README* *.inc *.mol2
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list