Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: duplicity-0.5.20.ebuild ChangeLog
Date: Thu, 03 Sep 2009 09:19:40
Message-Id: E1MjDIN-0002as-Do@stork.gentoo.org
1 patrick 09/09/03 14:28:15
2
3 Modified: ChangeLog
4 Added: duplicity-0.5.20.ebuild
5 Log:
6 Bump to 0.5.20, fixes #280033
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.38 app-backup/duplicity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 9 Aug 2009 12:25:43 -0000 1.37
23 +++ ChangeLog 3 Sep 2009 14:28:15 -0000 1.38
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-backup/duplicity
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.37 2009/08/09 12:25:43 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.38 2009/09/03 14:28:15 patrick Exp $
29 +
30 +*duplicity-0.5.19 (03 Sep 2009)
31 +
32 + 03 Sep 2009; Patrick Lauer <patrick@g.o> +duplicity-0.5.20.ebuild:
33 + Bump to 0.5.20, fixes #280033
34
35 09 Aug 2009; nixnut <nixnut@g.o> duplicity-0.5.17.ebuild:
36 ppc stable #274658
37
38
39
40 1.1 app-backup/duplicity/duplicity-0.5.20.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.20.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.20.ebuild?rev=1.1&content-type=text/plain
44
45 Index: duplicity-0.5.20.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.20.ebuild,v 1.1 2009/09/03 14:28:15 patrick Exp $
50
51 inherit distutils
52
53 DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data"
54 HOMEPAGE="http://www.nongnu.org/duplicity/"
55 SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="s3"
61
62 DEPEND=">=dev-lang/python-2.3
63 >=net-libs/librsync-0.9.6
64 >=net-ftp/ncftp-3.1.9
65 app-crypt/gnupg"
66 RDEPEND="${DEPEND}
67 >=dev-python/py-gnupg-0.3.2
68 >=dev-python/pexpect-2.1
69 s3? ( dev-python/boto )"
70
71 src_install() {
72 distutils_src_install
73 rm "${D}"/usr/share/doc/${P}/COPYING
74 }