Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/elem: elem-1.0.3-r2.ebuild ChangeLog elem-1.0.3-r1.ebuild
Date: Mon, 06 Sep 2010 12:44:10
Message-Id: 20100906124401.7EF4D20051@flycatcher.gentoo.org
1 xarthisius 10/09/06 12:44:01
2
3 Modified: ChangeLog elem-1.0.3-r1.ebuild
4 Added: elem-1.0.3-r2.ebuild
5 Log:
6 Respect LDFLAGS wrt bug 336190. Thanks to Diego for the report. Fix implicit function declarations, quote S, add missing RDEPEND.
7
8 (Portage version: 2.2_rc73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 sci-chemistry/elem/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/elem/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 5 Oct 2006 21:13:41 -0000 1.9
24 +++ ChangeLog 6 Sep 2010 12:44:01 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-chemistry/elem
27 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/elem/ChangeLog,v 1.9 2006/10/05 21:13:41 gustavoz Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/elem/ChangeLog,v 1.10 2010/09/06 12:44:01 xarthisius Exp $
31 +
32 + 06 Sep 2010; Kacper Kowalik <xarthisius@g.o> elem-1.0.3-r1.ebuild,
33 + +elem-1.0.3-r2.ebuild:
34 + Respect LDFLAGS wrt bug 336190. Thanks to Diego for the report. Fix
35 + implicit function declarations, quote S, add missing RDEPEND.
36
37 05 Oct 2006; Gustavo Zacarias <gustavoz@g.o> elem-1.0.3-r1.ebuild:
38 Stable on sparc
39
40
41
42 1.7 sci-chemistry/elem/elem-1.0.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild?r1=1.6&r2=1.7
47
48 Index: elem-1.0.3-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- elem-1.0.3-r1.ebuild 13 Jul 2007 05:48:10 -0000 1.6
55 +++ elem-1.0.3-r1.ebuild 6 Sep 2010 12:44:01 -0000 1.7
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2006 Gentoo Foundation
58 +# Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild,v 1.6 2007/07/13 05:48:10 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r1.ebuild,v 1.7 2010/09/06 12:44:01 xarthisius Exp $
62
63 inherit toolchain-funcs
64
65 @@ -13,10 +13,11 @@
66 IUSE=""
67
68 DEPEND="x11-libs/xforms"
69 +RDEPEND="${DEPEND}"
70
71 src_unpack() {
72 unpack ${A}
73 - cd ${S}
74 + cd "${S}"
75 sed -e 's:\(^LIBS = .*\):\1 -lXpm:' -i Makefile || die "sed failed"
76 }
77
78
79
80
81 1.3 sci-chemistry/elem/elem-1.0.3-r2.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r2.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r2.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/elem/elem-1.0.3-r2.ebuild?r1=1.2&r2=1.3