Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/amanda: ChangeLog amanda-3.2.1.ebuild
Date: Wed, 29 Dec 2010 16:30:08
Message-Id: 20101229162958.5E30520054@flycatcher.gentoo.org
1 idl0r 10/12/29 16:29:58
2
3 Modified: ChangeLog amanda-3.2.1.ebuild
4 Log:
5 Remove the --without-krb4-security option since it's no longer valid.
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.78 app-backup/amanda/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 29 Dec 2010 16:09:02 -0000 1.77
23 +++ ChangeLog 29 Dec 2010 16:29:58 -0000 1.78
24 @@ -1,10 +1,11 @@
25 # ChangeLog for app-backup/amanda
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.77 2010/12/29 16:09:02 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.78 2010/12/29 16:29:58 idl0r Exp $
29
30 29 Dec 2010; Christian Ruppert <idl0r@g.o> amanda-3.2.1.ebuild:
31 Move elog block regarding the AMANDA_SERVER environment variable into
32 - pkg_setup. Install the sample cronjob only on non-minimal setups.
33 + pkg_setup. Install the sample cronjob only on non-minimal setups. Remove the
34 + --without-krb4-security option since it's no longer valid.
35
36 28 Dec 2010; Christian Ruppert <idl0r@g.o> amanda-3.2.1.ebuild:
37 Fix libcurl dependency again.
38
39
40
41 1.6 app-backup/amanda/amanda-3.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?r1=1.5&r2=1.6
46
47 Index: amanda-3.2.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- amanda-3.2.1.ebuild 29 Dec 2010 16:09:02 -0000 1.5
54 +++ amanda-3.2.1.ebuild 29 Dec 2010 16:29:58 -0000 1.6
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.5 2010/12/29 16:09:02 idl0r Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.6 2010/12/29 16:29:58 idl0r Exp $
60
61 EAPI=3
62 inherit autotools eutils perl-module
63 @@ -247,10 +247,6 @@
64 myconf="${myconf} --with-bsdudp-security"
65 myconf="${myconf} --with-bsdtcp-security"
66
67 - # kerberos-security mechanism version 4
68 - # always disable, per bug #173354
69 - myconf="${myconf} --without-krb4-security"
70 -
71 # kerberos-security mechanism version 5
72 myconf="${myconf} `use_with kerberos krb5-security`"