Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ekopath: ekopath-4.0.10_pre20110717.ebuild ChangeLog
Date: Wed, 27 Jul 2011 09:34:18
Message-Id: 20110727093406.8D3FE2004B@flycatcher.gentoo.org
1 xarthisius 11/07/27 09:34:06
2
3 Modified: ekopath-4.0.10_pre20110717.ebuild ChangeLog
4 Log:
5 Add missing LDPATH to env file
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild?r1=1.1&r2=1.2
15
16 Index: ekopath-4.0.10_pre20110717.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ekopath-4.0.10_pre20110717.ebuild 25 Jul 2011 18:25:29 -0000 1.1
23 +++ ekopath-4.0.10_pre20110717.ebuild 27 Jul 2011 09:34:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild,v 1.1 2011/07/25 18:25:29 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild,v 1.2 2011/07/27 09:34:06 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -53,7 +53,7 @@
33 cat > "99${PN}" <<-EOF
34 PATH=/opt/${P}/bin
35 ROOTPATH=/opt/${P}/bin
36 - LDPATH=/opt/${P}/lib
37 + LDPATH=/opt/${P}/lib:/opt/${P}/lib/${MY_PV}/x8664/64
38 EOF
39 }
40
41
42
43
44 1.2 dev-lang/ekopath/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 25 Jul 2011 18:25:29 -0000 1.1
57 +++ ChangeLog 27 Jul 2011 09:34:06 -0000 1.2
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lang/ekopath
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.1 2011/07/25 18:25:29 xarthisius Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.2 2011/07/27 09:34:06 xarthisius Exp $
63 +
64 + 27 Jul 2011; Kacper Kowalik <xarthisius@g.o>
65 + ekopath-4.0.10_pre20110717.ebuild:
66 + Add missing LDPATH to env file
67
68 23 Jul 2011; Kacper Kowalik <xarthisius@g.o>
69 -ekopath-4.0.10_pre20110612.ebuild,