Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/xdrawchem: xdrawchem-1.9.9.ebuild ChangeLog
Date: Mon, 21 Apr 2008 02:02:45
Message-Id: E1JnlMf-00038H-Lr@stork.gentoo.org
1 je_fro 08/04/21 02:02:41
2
3 Modified: xdrawchem-1.9.9.ebuild ChangeLog
4 Log:
5 Fix RDEPEND for bug #217278
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.6 sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild?r1=1.5&r2=1.6
14
15 Index: xdrawchem-1.9.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- xdrawchem-1.9.9.ebuild 10 Apr 2008 13:02:20 -0000 1.5
22 +++ xdrawchem-1.9.9.ebuild 21 Apr 2008 02:02:41 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild,v 1.5 2008/04/10 13:02:20 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild,v 1.6 2008/04/21 02:02:41 je_fro Exp $
28
29 inherit qt3
30
31 @@ -13,11 +13,13 @@
32 KEYWORDS="amd64 ppc sparc x86"
33 IUSE=""
34
35 -DEPEND="$(qt_min_version 3.1)
36 - >=sys-devel/gcc-3.2
37 - dev-util/pkgconfig
38 +RDEPEND="$(qt_min_version 3.1)
39 <sci-chemistry/openbabel-2.2"
40
41 +DEPEND="${RDEPEND}
42 + >=sys-devel/gcc-3.2
43 + dev-util/pkgconfig"
44 +
45 src_compile() {
46 # make sure we use moc from Qt, not from eg media-sound/moc
47 PATH="${QTDIR}/bin:${PATH}"
48
49
50
51 1.29 sci-chemistry/xdrawchem/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog?rev=1.29&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog?rev=1.29&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog?r1=1.28&r2=1.29
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog,v
60 retrieving revision 1.28
61 retrieving revision 1.29
62 diff -u -r1.28 -r1.29
63 --- ChangeLog 10 Apr 2008 13:02:20 -0000 1.28
64 +++ ChangeLog 21 Apr 2008 02:02:41 -0000 1.29
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sci-chemistry/xdrawchem
67 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog,v 1.28 2008/04/10 13:02:20 markusle Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/ChangeLog,v 1.29 2008/04/21 02:02:41 je_fro Exp $
70 +
71 + 21 Apr 2008; Jeff Gardner <je_fro@g.o> xdrawchem-1.9.9.ebuild:
72 + Fix RDEPEND for bug #217278
73
74 10 Apr 2008; Markus Dittrich <markusle@g.o> xdrawchem-1.9.9.ebuild:
75 Changed dependencies on openbabel since compilation against
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list