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/chemtool: chemtool-1.6.9-r1.ebuild chemtool-1.6.10.ebuild ChangeLog
Date: Mon, 21 Apr 2008 01:40:15
Message-Id: E1Jnl0t-0002vq-IQ@stork.gentoo.org
1 je_fro 08/04/21 01:40:11
2
3 Modified: chemtool-1.6.9-r1.ebuild chemtool-1.6.10.ebuild
4 ChangeLog
5 Log:
6 Fix RDEPEND for bug #217278
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.6 sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: chemtool-1.6.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- chemtool-1.6.9-r1.ebuild 12 Jan 2008 04:30:57 -0000 1.5
23 +++ chemtool-1.6.9-r1.ebuild 21 Apr 2008 01:40:11 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.5 2008/01/12 04:30:57 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9-r1.ebuild,v 1.6 2008/04/21 01:40:11 je_fro Exp $
29
30 inherit eutils kde-functions
31
32 @@ -15,10 +15,12 @@
33
34 DEPEND=">=media-gfx/transfig-3.2.3d
35 =x11-libs/gtk+-2*
36 - dev-util/pkgconfig
37 kde? ( kde-base/kdelibs )
38 x86? ( >=media-libs/libemf-1.0 )"
39
40 +DEPEND="${RDEPEND}
41 + dev-util/pkgconfig"
42 +
43 src_compile() {
44 local config_opts
45 local mycppflags
46
47
48
49 1.3 sci-chemistry/chemtool/chemtool-1.6.10.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild?r1=1.2&r2=1.3
54
55 Index: chemtool-1.6.10.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- chemtool-1.6.10.ebuild 12 Jan 2008 04:30:57 -0000 1.2
62 +++ chemtool-1.6.10.ebuild 21 Apr 2008 01:40:11 -0000 1.3
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.2 2008/01/12 04:30:57 je_fro Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.10.ebuild,v 1.3 2008/04/21 01:40:11 je_fro Exp $
68
69 inherit eutils kde-functions
70
71 @@ -13,12 +13,14 @@
72 KEYWORDS="~x86 ~amd64 ~ppc"
73 IUSE="gnome kde nls"
74
75 -DEPEND="media-gfx/transfig
76 +RDEPEND="media-gfx/transfig
77 =x11-libs/gtk+-2*
78 - dev-util/pkgconfig
79 kde? ( kde-base/kdelibs )
80 x86? ( media-libs/libemf )"
81
82 +DEPEND="${RDEPEND}
83 + dev-util/pkgconfig"
84 +
85 src_compile() {
86 local config_opts
87 local mycppflags
88
89
90
91 1.22 sci-chemistry/chemtool/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.22&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?rev=1.22&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/chemtool/ChangeLog?r1=1.21&r2=1.22
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v
100 retrieving revision 1.21
101 retrieving revision 1.22
102 diff -u -r1.21 -r1.22
103 --- ChangeLog 12 Jan 2008 04:30:57 -0000 1.21
104 +++ ChangeLog 21 Apr 2008 01:40:11 -0000 1.22
105 @@ -1,6 +1,10 @@
106 # ChangeLog for sci-chemistry/chemtool
107 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.21 2008/01/12 04:30:57 je_fro Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.22 2008/04/21 01:40:11 je_fro Exp $
110 +
111 + 21 Apr 2008; Jeff Gardner <je_fro@g.o> chemtool-1.6.9-r1.ebuild,
112 + chemtool-1.6.10.ebuild:
113 + Fix RDEPEND for bug #217278
114
115 12 Jan 2008; Jeff Gardner <je_fro@g.o> -chemtool-1.6.7-r1.ebuild,
116 chemtool-1.6.9-r1.ebuild, chemtool-1.6.10.ebuild:
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list