Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/alexandria: alexandria-0.6.6.ebuild ChangeLog
Date: Fri, 25 Jun 2010 08:38:17
Message-Id: 20100625083812.D54E82CF5C@corvid.gentoo.org
1 fauli 10/06/25 08:38:12
2
3 Modified: alexandria-0.6.6.ebuild ChangeLog
4 Log:
5 fix runtime failures because of wrong path
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-misc/alexandria/alexandria-0.6.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild?r1=1.1&r2=1.2
14
15 Index: alexandria-0.6.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- alexandria-0.6.6.ebuild 24 Jun 2010 07:10:51 -0000 1.1
22 +++ alexandria-0.6.6.ebuild 25 Jun 2010 08:38:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild,v 1.1 2010/06/24 07:10:51 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/alexandria-0.6.6.ebuild,v 1.2 2010/06/25 08:38:12 fauli Exp $
28
29 inherit gnome2 ruby
30
31 @@ -38,6 +38,8 @@
32
33 src_install() {
34 export PREFIX="${D}/usr"
35 + # Prevent regeneration of config.rb with wrongly set path entries
36 + sed -e 's:lib/alexandria/config.rb:tempfile:' -i Rakefile || die
37 rake install || die
38
39 [ -n "${DOCS}" ] && dodoc ${DOCS}
40
41
42
43 1.38 app-misc/alexandria/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?rev=1.38&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?rev=1.38&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/alexandria/ChangeLog?r1=1.37&r2=1.38
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v
52 retrieving revision 1.37
53 retrieving revision 1.38
54 diff -u -r1.37 -r1.38
55 --- ChangeLog 24 Jun 2010 07:10:51 -0000 1.37
56 +++ ChangeLog 25 Jun 2010 08:38:12 -0000 1.38
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-misc/alexandria
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.37 2010/06/24 07:10:51 fauli Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.38 2010/06/25 08:38:12 fauli Exp $
62 +
63 + 25 Jun 2010; Christian Faulhammer <fauli@g.o>
64 + alexandria-0.6.6.ebuild:
65 + fix runtime failures because of wrong path
66
67 *alexandria-0.6.6 (24 Jun 2010)