Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.6.11.ebuild
Date: Tue, 30 Nov 2010 09:15:17
Message-Id: 20101130091504.2707320054@flycatcher.gentoo.org
1 ford_prefect 10/11/30 09:15:04
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.11.ebuild
5 Log:
6 Bump to 0.6.11. Lots of bug fixes. Tarball is now hosted on launchpad.
7
8 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 7 Aug 2010 16:05:50 -0000 1.47
24 +++ ChangeLog 30 Nov 2010 09:15:03 -0000 1.48
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-backup/duplicity
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.47 2010/08/07 16:05:50 vanquirius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.48 2010/11/30 09:15:03 ford_prefect Exp $
30 +
31 +*duplicity-0.6.11 (30 Nov 2010)
32 +
33 + 30 Nov 2010; Arun Raghavan <ford_prefect@g.o>
34 + +duplicity-0.6.11.ebuild:
35 + Bump to 0.6.11. Lots of bug fixes. Tarball is now hosted on launchpad.
36
37 *duplicity-0.6.09 (07 Aug 2010)
38
39
40
41
42 1.1 app-backup/duplicity/duplicity-0.6.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: duplicity-0.6.11.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.11.ebuild,v 1.1 2010/11/30 09:15:04 ford_prefect Exp $
52
53 EAPI="3"
54
55 inherit distutils
56
57 DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data"
58 HOMEPAGE="http://www.nongnu.org/duplicity/"
59 SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
64 IUSE="s3"
65
66 DEPEND=">=dev-lang/python-2.4
67 >=net-libs/librsync-0.9.6
68 >=net-ftp/ncftp-3.1.9
69 app-crypt/gnupg"
70 RDEPEND="${DEPEND}
71 >=dev-python/py-gnupg-0.3.2
72 >=dev-python/pexpect-2.1
73 s3? ( dev-python/boto )"
74
75 src_install() {
76 distutils_src_install
77 rm "${ED}"/usr/share/doc/${P}/COPYING
78 }