Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/rarian: rarian-0.8.0-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2008 22:54:32
Message-Id: E1KD5ms-0006yM-Dk@stork.gentoo.org
1 eva 08/06/29 22:54:26
2
3 Modified: rarian-0.8.0-r1.ebuild ChangeLog
4 Log:
5 set localstatedir, bug #217406
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.3 app-text/rarian/rarian-0.8.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: rarian-0.8.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- rarian-0.8.0-r1.ebuild 5 May 2008 00:56:23 -0000 1.2
22 +++ rarian-0.8.0-r1.ebuild 29 Jun 2008 22:54:25 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild,v 1.2 2008/05/05 00:56:23 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.0-r1.ebuild,v 1.3 2008/06/29 22:54:25 eva Exp $
28
29 inherit eutils gnome2
30
31 @@ -34,3 +34,7 @@
32
33 elibtoolize ${ELTCONF}
34 }
35 +
36 +src_compile() {
37 + gnome2_src_compile --localstatedir=/var
38 +}
39
40
41
42 1.23 app-text/rarian/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.23&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?rev=1.23&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/rarian/ChangeLog?r1=1.22&r2=1.23
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v
51 retrieving revision 1.22
52 retrieving revision 1.23
53 diff -u -r1.22 -r1.23
54 --- ChangeLog 5 May 2008 00:56:23 -0000 1.22
55 +++ ChangeLog 29 Jun 2008 22:54:25 -0000 1.23
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-text/rarian
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.22 2008/05/05 00:56:23 dirtyepic Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.23 2008/06/29 22:54:25 eva Exp $
61 +
62 + 29 Jun 2008; Gilles Dartiguelongue <eva@g.o>
63 + rarian-0.8.0-r1.ebuild:
64 + set localstatedir, bug #217406
65
66 05 May 2008; Ryan Hill <dirtyepic@g.o> rarian-0.8.0.ebuild,
67 rarian-0.8.0-r1.ebuild:
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list