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.24.ebuild
Date: Wed, 04 Jun 2014 19:29:09
Message-Id: 20140604192905.0ECA92004E@flycatcher.gentoo.org
1 radhermit 14/06/04 19:29:04
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.24.ebuild
5 Log:
6 Version bump (bug #511196).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.96 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.96&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.96&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.95&r2=1.96
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.95
21 retrieving revision 1.96
22 diff -u -r1.95 -r1.96
23 --- ChangeLog 10 May 2014 13:40:50 -0000 1.95
24 +++ ChangeLog 4 Jun 2014 19:29:04 -0000 1.96
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-backup/duplicity
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.95 2014/05/10 13:40:50 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.96 2014/06/04 19:29:04 radhermit Exp $
30 +
31 +*duplicity-0.6.24 (04 Jun 2014)
32 +
33 + 04 Jun 2014; Tim Harder <radhermit@g.o> +duplicity-0.6.24.ebuild:
34 + Version bump (bug #511196).
35
36 10 May 2014; Agostino Sarubbo <ago@g.o> duplicity-0.6.23-r1.ebuild:
37 Stable for ppc, wrt bug #508862
38
39
40
41 1.1 app-backup/duplicity/duplicity-0.6.24.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.24.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.24.ebuild?rev=1.1&content-type=text/plain
45
46 Index: duplicity-0.6.24.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.24.ebuild,v 1.1 2014/06/04 19:29:04 radhermit Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 )
54
55 inherit distutils-r1
56
57 DESCRIPTION="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 ~x64-macos ~x86-macos"
64 IUSE="s3"
65
66 DEPEND="
67 net-libs/librsync
68 app-crypt/gnupg
69 dev-python/lockfile
70 "
71 RDEPEND="${DEPEND}
72 dev-python/paramiko[${PYTHON_USEDEP}]
73 s3? ( dev-python/boto[${PYTHON_USEDEP}] )
74 "
75
76 python_prepare_all() {
77 distutils-r1_python_prepare_all
78
79 sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
80 }
81
82 pkg_postinst() {
83 einfo "Duplicity has many optional dependencies to support various backends."
84 einfo "Currently it's up to you to install them as necessary."
85 }