Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.5.14.ebuild
Date: Tue, 07 Apr 2009 12:02:35
Message-Id: E1Lr9zU-0001j0-Nf@stork.gentoo.org
1 hollow 09/04/07 12:01:20
2
3 Modified: ChangeLog duplicity-0.5.14.ebuild
4 Log:
5 add s3 USE flag wrt #254160
6 (Portage version: 2.2_rc28/cvs/Linux i686, RepoMan options: --force)
7
8 Revision Changes Path
9 1.33 app-backup/duplicity/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 5 Apr 2009 15:33:41 -0000 1.32
22 +++ ChangeLog 7 Apr 2009 12:01:20 -0000 1.33
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-backup/duplicity
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.32 2009/04/05 15:33:41 vanquirius Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.33 2009/04/07 12:01:20 hollow Exp $
28 +
29 + 07 Apr 2009; Benedikt Böhm <hollow@g.o> duplicity-0.5.14.ebuild:
30 + add s3 USE flag wrt #254160
31
32 *duplicity-0.5.14 (05 Apr 2009)
33
34
35
36
37 1.2 app-backup/duplicity/duplicity-0.5.14.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?r1=1.1&r2=1.2
42
43 Index: duplicity-0.5.14.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- duplicity-0.5.14.ebuild 5 Apr 2009 15:33:41 -0000 1.1
50 +++ duplicity-0.5.14.ebuild 7 Apr 2009 12:01:20 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v 1.1 2009/04/05 15:33:41 vanquirius Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v 1.2 2009/04/07 12:01:20 hollow Exp $
56
57 inherit distutils
58
59 @@ -11,7 +11,7 @@
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 -IUSE=""
64 +IUSE="s3"
65
66 DEPEND=">=dev-lang/python-2.3
67 >=net-libs/librsync-0.9.6
68 @@ -19,7 +19,8 @@
69 app-crypt/gnupg"
70 RDEPEND="${DEPEND}
71 >=dev-python/py-gnupg-0.3.2
72 - >=dev-python/pexpect-2.1"
73 + >=dev-python/pexpect-2.1
74 + s3? ( dev-python/boto )"
75
76 src_install() {
77 distutils_src_install