Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/openais: openais-1.1.4.ebuild ChangeLog
Date: Wed, 25 Aug 2010 07:59:06
Message-Id: 20100825075902.CF1972004B@flycatcher.gentoo.org
1 xarthisius 10/08/25 07:59:02
2
3 Modified: openais-1.1.4.ebuild ChangeLog
4 Log:
5 Fix typo in ebuild
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-cluster/openais/openais-1.1.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/openais-1.1.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/openais-1.1.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/openais-1.1.4.ebuild?r1=1.1&r2=1.2
14
15 Index: openais-1.1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openais/openais-1.1.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- openais-1.1.4.ebuild 25 Aug 2010 07:42:03 -0000 1.1
22 +++ openais-1.1.4.ebuild 25 Aug 2010 07:59:02 -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/sys-cluster/openais/openais-1.1.4.ebuild,v 1.1 2010/08/25 07:42:03 xarthisius Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openais/openais-1.1.4.ebuild,v 1.2 2010/08/25 07:59:02 xarthisius Exp $
28
29 EAPI="2"
30
31 @@ -35,7 +35,7 @@
32 src_configure() {
33 econf \
34 --disable-dependency-tracking \
35 - --docdir=/usr/share/doc/${PF}
36 + --docdir=/usr/share/doc/${PF} \
37 --localstatedir=/var
38 }
39
40
41
42
43 1.11 sys-cluster/openais/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openais/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openais/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 25 Aug 2010 07:42:03 -0000 1.10
56 +++ ChangeLog 25 Aug 2010 07:59:02 -0000 1.11
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-cluster/openais
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openais/ChangeLog,v 1.10 2010/08/25 07:42:03 xarthisius Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openais/ChangeLog,v 1.11 2010/08/25 07:59:02 xarthisius Exp $
62 +
63 + 25 Aug 2010; Kacper Kowalik <xarthisius@g.o> openais-1.1.4.ebuild:
64 + Fix typo in ebuild
65
66 *openais-1.1.4 (25 Aug 2010)