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/easychem: easychem-0.6.ebuild ChangeLog
Date: Mon, 21 Apr 2008 01:46:55
Message-Id: E1Jnl7L-0002yE-HA@stork.gentoo.org
1 je_fro 08/04/21 01:46:51
2
3 Modified: easychem-0.6.ebuild ChangeLog
4 Log:
5 Fix RDEPEND for bug #217278
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.8 sci-chemistry/easychem/easychem-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild?r1=1.7&r2=1.8
14
15 Index: easychem-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- easychem-0.6.ebuild 29 Apr 2007 01:02:53 -0000 1.7
22 +++ easychem-0.6.ebuild 21 Apr 2008 01:46:50 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
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/easychem/easychem-0.6.ebuild,v 1.7 2007/04/29 01:02:53 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.8 2008/04/21 01:46:50 je_fro Exp $
29
30 DESCRIPTION="Chemical structure drawing program - focused on presentation."
31 HOMEPAGE="http://easychem.sourceforge.net/"
32 @@ -11,10 +11,13 @@
33 KEYWORDS="~amd64 ~ppc x86"
34 IUSE=""
35
36 -DEPEND=">=x11-libs/gtk+-2.4.1
37 +RDEPEND=">=x11-libs/gtk+-2.4.1
38 virtual/ghostscript
39 - >=media-gfx/pstoedit-3.33
40 - >=dev-util/pkgconfig-0.15"
41 + media-gfx/pstoedit"
42 +
43 +DEPEND="${RDEPEND}
44 + dev-util/pkgconfig"
45 +
46
47 src_compile() {
48 ln -s Makefile.linux Makefile
49
50
51
52 1.13 sci-chemistry/easychem/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/easychem/ChangeLog?r1=1.12&r2=1.13
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- ChangeLog 29 Apr 2007 01:02:53 -0000 1.12
65 +++ ChangeLog 21 Apr 2008 01:46:50 -0000 1.13
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sci-chemistry/easychem
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.12 2007/04/29 01:02:53 je_fro Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/ChangeLog,v 1.13 2008/04/21 01:46:50 je_fro Exp $
72 +
73 + 21 Apr 2008; Jeff Gardner <je_fro@g.o> easychem-0.6.ebuild:
74 + Fix RDEPEND for bug #217278
75
76 29 Apr 2007; Jeff Gardner <je_fro@g.o> easychem-0.6.ebuild:
77 Adding ~amd64.
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list