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.23.ebuild
Date: Sat, 25 Jan 2014 08:45:40
Message-Id: 20140125084536.D2FBC2004C@flycatcher.gentoo.org
1 radhermit 14/01/25 08:45:36
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.23.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.90 app-backup/duplicity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.90&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.90&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.89&r2=1.90
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
20 retrieving revision 1.89
21 retrieving revision 1.90
22 diff -u -r1.89 -r1.90
23 --- ChangeLog 24 Nov 2013 18:45:05 -0000 1.89
24 +++ ChangeLog 25 Jan 2014 08:45:36 -0000 1.90
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-backup/duplicity
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.89 2013/11/24 18:45:05 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.90 2014/01/25 08:45:36 radhermit Exp $
31 +
32 +*duplicity-0.6.23 (25 Jan 2014)
33 +
34 + 25 Jan 2014; Tim Harder <radhermit@g.o> +duplicity-0.6.23.ebuild:
35 + Version bump.
36
37 24 Nov 2013; Agostino Sarubbo <ago@g.o> duplicity-0.6.22.ebuild:
38 Stable for x86, wrt bug #481890
39
40
41
42 1.1 app-backup/duplicity/duplicity-0.6.23.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.23.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.23.ebuild?rev=1.1&content-type=text/plain
46
47 Index: duplicity-0.6.23.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.23.ebuild,v 1.1 2014/01/25 08:45:36 radhermit Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_6,2_7} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Secure backup system using gnupg to encrypt data"
59 HOMEPAGE="http://www.nongnu.org/duplicity/"
60 SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
65 IUSE="s3"
66
67 DEPEND="
68 net-libs/librsync
69 app-crypt/gnupg
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 }