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.6.14.ebuild ChangeLog
Date: Tue, 30 Aug 2011 07:32:29
Message-Id: 20110830073219.B65572004C@flycatcher.gentoo.org
1 patrick 11/08/30 07:32:19
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.14.ebuild
5 Log:
6 Bump for #373375
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.54 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 23 Apr 2011 13:32:07 -0000 1.53
24 +++ ChangeLog 30 Aug 2011 07:32:19 -0000 1.54
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-backup/duplicity
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.53 2011/04/23 13:32:07 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.54 2011/08/30 07:32:19 patrick Exp $
30 +
31 +*duplicity-0.6.14 (29 Aug 2011)
32 +
33 + 29 Aug 2011; Patrick Lauer <patrick@g.o> +duplicity-0.6.14.ebuild:
34 + Bump for #373375
35
36 23 Apr 2011; Fabian Groffen <grobian@g.o> duplicity-0.6.13.ebuild:
37 Marked ~x64-macos, bug #364363
38
39
40
41 1.1 app-backup/duplicity/duplicity-0.6.14.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: duplicity-0.6.14.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.14.ebuild,v 1.1 2011/08/30 07:32:19 patrick Exp $
51
52 EAPI="3"
53
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="3.* *-jython"
57
58 inherit distutils
59
60 DESCRIPTION="duplicity is a 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-0.9.6
71 app-crypt/gnupg
72 "
73 RDEPEND="${DEPEND}
74 >=dev-python/py-gnupg-0.3.2
75 >=dev-python/pexpect-2.1
76 s3? ( dev-python/boto )
77 "
78
79 src_prepare() {
80 distutils_src_prepare
81 sed -i -r "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
82 }