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.18.ebuild
Date: Thu, 01 Mar 2012 22:57:15
Message-Id: 20120301225705.16A9D2004B@flycatcher.gentoo.org
1 radhermit 12/03/01 22:57:05
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.18.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 11 Feb 2012 03:15:59 -0000 1.64
24 +++ ChangeLog 1 Mar 2012 22:57:04 -0000 1.65
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.64 2012/02/11 03:15:59 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.65 2012/03/01 22:57:04 radhermit Exp $
30 +
31 +*duplicity-0.6.18 (01 Mar 2012)
32 +
33 + 01 Mar 2012; Tim Harder <radhermit@g.o> +duplicity-0.6.18.ebuild:
34 + Version bump.
35
36 11 Feb 2012; Tim Harder <radhermit@g.o> -duplicity-0.6.06.ebuild,
37 -duplicity-0.6.16.ebuild:
38
39
40
41 1.1 app-backup/duplicity/duplicity-0.6.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: duplicity-0.6.18.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.18.ebuild,v 1.1 2012/03/01 22:57:04 radhermit Exp $
51
52 EAPI="4"
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 }