Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.4.7.ebuild
Date: Sun, 09 Dec 2007 11:05:17
Message-Id: E1J1Jy9-0008Rd-2e@stork.gentoo.org
1 ticho 07/12/09 11:05:09
2
3 Modified: ChangeLog
4 Added: duplicity-0.4.7.ebuild
5 Log:
6 Version bump. Includes upstream fix for #201548, reported by <bdonlan at gmail.com>.
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.20 app-backup/duplicity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 2 Dec 2007 08:55:40 -0000 1.19
23 +++ ChangeLog 9 Dec 2007 11:05:08 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-backup/duplicity
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.19 2007/12/02 08:55:40 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.20 2007/12/09 11:05:08 ticho Exp $
29 +
30 +*duplicity-0.4.7 (09 Dec 2007)
31 +
32 + 09 Dec 2007; Andrej Kacian <ticho@g.o> +duplicity-0.4.7.ebuild:
33 + Version bump. Includes upstream fix for #201548, reported by <bdonlan at
34 + gmail.com>.
35
36 *duplicity-0.4.6 (02 Dec 2007)
37
38
39
40
41 1.1 app-backup/duplicity/duplicity-0.4.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: duplicity-0.4.7.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.7.ebuild,v 1.1 2007/12/09 11:05:08 ticho Exp $
51
52 inherit distutils
53
54 DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data"
55 HOMEPAGE="http://www.nongnu.org/duplicity/"
56 SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="virtual/libc
64 >=dev-lang/python-2.3
65 >=net-libs/librsync-0.9.6
66 net-ftp/ncftp"
67 RDEPEND="${DEPEND}
68 dev-python/py-gnupg
69 >=dev-python/pexpect-2.1"
70
71
72
73 --
74 gentoo-commits@g.o mailing list