Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/maui: ChangeLog maui-3.3.1-r2.ebuild
Date: Mon, 31 Oct 2011 10:30:21
Message-Id: 20111031103009.D327B2004B@flycatcher.gentoo.org
1 jlec 11/10/31 10:30:09
2
3 Modified: ChangeLog maui-3.3.1-r2.ebuild
4 Log:
5 Fixed quoting
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 sys-cluster/maui/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 6 Sep 2011 08:23:37 -0000 1.24
23 +++ ChangeLog 31 Oct 2011 10:30:09 -0000 1.25
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-cluster/maui
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.24 2011/09/06 08:23:37 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/ChangeLog,v 1.25 2011/10/31 10:30:09 jlec Exp $
29 +
30 + 31 Oct 2011; Justin Lecher <jlec@g.o> maui-3.3.1-r2.ebuild:
31 + Fixed quoting
32
33 06 Sep 2011; Justin Lecher <jlec@g.o> maui-3.2.6_p16.ebuild,
34 maui-3.2.6_p21.ebuild, maui-3.2.6_p21-r1.ebuild, maui-3.3.ebuild,
35
36
37
38 1.4 sys-cluster/maui/maui-3.3.1-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild?r1=1.3&r2=1.4
43
44 Index: maui-3.3.1-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- maui-3.3.1-r2.ebuild 6 Sep 2011 08:23:37 -0000 1.3
51 +++ maui-3.3.1-r2.ebuild 31 Oct 2011 10:30:09 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.3 2011/09/06 08:23:37 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/maui/maui-3.3.1-r2.ebuild,v 1.4 2011/10/31 10:30:09 jlec Exp $
57
58 EAPI="4"
59
60 @@ -40,8 +40,8 @@
61
62 src_configure() {
63 local myconf
64 - use pbs && myconf="--with-pbs="${EPREFIX}"/usr"
65 - use slurm && myconf="--with-wiki --with-key=${MAUI_KEY}"
66 + use pbs && myconf="--with-pbs=${EPREFIX}/usr"
67 + use slurm && myconf+=" --with-wiki --with-key=${MAUI_KEY}"
68 econf \
69 --with-spooldir="${EPREFIX}"/var/spool/${PN} \
70 ${myconf}