Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.6.20.ebuild
Date: Tue, 30 Oct 2012 09:33:46
Message-Id: 20121030093332.D8EC821600@flycatcher.gentoo.org
1 radhermit 12/10/30 09:33:32
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.20.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.76 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.76&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.76&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.75&r2=1.76
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.75
21 retrieving revision 1.76
22 diff -u -r1.75 -r1.76
23 --- ChangeLog 27 Aug 2012 07:30:25 -0000 1.75
24 +++ ChangeLog 30 Oct 2012 09:33:32 -0000 1.76
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-backup/duplicity
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.75 2012/08/27 07:30:25 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.76 2012/10/30 09:33:32 radhermit Exp $
30 +
31 +*duplicity-0.6.20 (30 Oct 2012)
32 +
33 + 30 Oct 2012; Tim Harder <radhermit@g.o> +duplicity-0.6.20.ebuild:
34 + Version bump.
35
36 27 Aug 2012; Tim Harder <radhermit@g.o> -duplicity-0.6.17.ebuild,
37 -duplicity-0.6.18.ebuild, -duplicity-0.6.18-r1.ebuild:
38
39
40
41 1.1 app-backup/duplicity/duplicity-0.6.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: duplicity-0.6.20.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.6.20.ebuild,v 1.1 2012/10/30 09:33:32 radhermit Exp $
51
52 EAPI="4"
53
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
57
58 inherit distutils
59
60 DESCRIPTION="Secure backup system using gnupg to encrypt data"
61 HOMEPAGE="http://www.nongnu.org/duplicity/"
62 SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
67 IUSE="s3"
68
69 DEPEND="
70 net-libs/librsync
71 app-crypt/gnupg
72 "
73 RDEPEND="${DEPEND}
74 dev-python/paramiko
75 >=dev-python/pexpect-2.1
76 >=dev-python/py-gnupg-0.3.2
77 s3? ( dev-python/boto )
78 "
79
80 src_prepare() {
81 distutils_src_prepare
82 sed -i -r "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
83 }