Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.0.3-r2.ebuild
Date: Fri, 31 Dec 2010 17:26:05
Message-Id: 20101231172556.5241620054@flycatcher.gentoo.org
1 mr_bones_ 10/12/31 17:25:56
2
3 Modified: bacula-5.0.3-r2.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 app-backup/bacula/bacula-5.0.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: bacula-5.0.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- bacula-5.0.3-r2.ebuild 30 Dec 2010 20:36:20 -0000 1.3
23 +++ bacula-5.0.3-r2.ebuild 31 Dec 2010 17:25:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild,v 1.3 2010/12/30 20:36:20 tomjbe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r2.ebuild,v 1.4 2010/12/31 17:25:56 mr_bones_ Exp $
29
30 EAPI="2"
31 PYTHON_DEPEND="python? 2"
32 @@ -182,7 +182,7 @@
33 --enable-batch-insert"
34 fi
35
36 - # do not build bat if 'static' clientonly
37 + # do not build bat if 'static' clientonly
38 if ! use bacula-clientonly || ! use static; then
39 myconf="${myconf} \
40 $(use_enable qt4 bat)"