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/amanda: amanda-2.5.2_p1-r4.ebuild
Date: Thu, 26 Jun 2008 02:17:39
Message-Id: E1KBh3F-0005iK-FI@stork.gentoo.org
1 mr_bones_ 08/06/26 02:17:33
2
3 Modified: amanda-2.5.2_p1-r4.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-backup/amanda/amanda-2.5.2_p1-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.5.2_p1-r4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.5.2_p1-r4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.5.2_p1-r4.ebuild?r1=1.1&r2=1.2
14
15 Index: amanda-2.5.2_p1-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.5.2_p1-r4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- amanda-2.5.2_p1-r4.ebuild 26 Jun 2008 01:20:32 -0000 1.1
22 +++ amanda-2.5.2_p1-r4.ebuild 26 Jun 2008 02:17:33 -0000 1.2
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-backup/amanda/amanda-2.5.2_p1-r4.ebuild,v 1.1 2008/06/26 01:20:32 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.5.2_p1-r4.ebuild,v 1.2 2008/06/26 02:17:33 mr_bones_ Exp $
28
29 inherit autotools eutils
30
31 @@ -96,7 +96,7 @@
32
33 # What tar to use
34 [ -z "${AMANDA_TAR}" ] && AMANDA_TAR=/bin/tar
35 -
36 +
37 # Text mode is the only one left.
38 AMANDA_DBMODE='text'
39
40 @@ -125,10 +125,10 @@
41
42 src_unpack() {
43 unpack "${A}"
44 -
45 +
46 # Gentoo bug #192296, chg-multi fails
47 EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-2.5.2_p1-chg-multi.patch || die "Failed to apply patch to correct typo in chg-multi!"
48 -
49 +
50 # Gentoo bug #212970, --as-needed linking
51 EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-2.5.2_p1-fix-asneeded.patch || die "Failed to apply patch to correct bug #212970!"
52
53 @@ -192,7 +192,7 @@
54 # Extras
55 # Speed option
56 myconf="${myconf} --with-buffered-dump"
57 - # "debugging" in the configuration is NOT debug in the conventional sense.
58 + # "debugging" in the configuration is NOT debug in the conventional sense.
59 # It is actually just useful output in the application, and should remain
60 # enabled. There are some cases of breakage with MTX tape changers as of
61 # 2.5.1p2 that it exposes when turned off as well.
62 @@ -219,7 +219,7 @@
63
64 # Client only, as requested in bug #127725
65 use minimal && myconf="${myconf} --without-server"
66 -
67 +
68 # Raise maximum configurable blocksize
69 myconf="${myconf} --with-maxtapeblocksize=${AMANDA_MAX_TAPE_BLOCK_KB}"
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list