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.22.ebuild duplicity-0.6.21-r1.ebuild duplicity-0.6.19.ebuild
Date: Thu, 29 Aug 2013 02:40:43
Message-Id: 20130829024040.52DA32004E@flycatcher.gentoo.org
1 radhermit 13/08/29 02:40:40
2
3 Modified: ChangeLog
4 Added: duplicity-0.6.22.ebuild
5 Removed: duplicity-0.6.21-r1.ebuild duplicity-0.6.19.ebuild
6 Log:
7 Version bump and remove old (bug #482846).
8
9 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.85 app-backup/duplicity/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.85&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.85&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.84&r2=1.85
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
21 retrieving revision 1.84
22 retrieving revision 1.85
23 diff -u -r1.84 -r1.85
24 --- ChangeLog 25 Jun 2013 18:01:25 -0000 1.84
25 +++ ChangeLog 29 Aug 2013 02:40:39 -0000 1.85
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-backup/duplicity
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.84 2013/06/25 18:01:25 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.85 2013/08/29 02:40:39 radhermit Exp $
31 +
32 +*duplicity-0.6.22 (29 Aug 2013)
33 +
34 + 29 Aug 2013; Tim Harder <radhermit@g.o> -duplicity-0.6.19.ebuild,
35 + -duplicity-0.6.21-r1.ebuild, +duplicity-0.6.22.ebuild,
36 + -files/duplicity-0.6.21-paramiko-delete.patch:
37 + Version bump and remove old (bug #482846).
38
39 25 Jun 2013; Tim Harder <radhermit@g.o> -duplicity-0.6.21.ebuild:
40 Remove old.
41
42
43
44 1.1 app-backup/duplicity/duplicity-0.6.22.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.22.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/duplicity/duplicity-0.6.22.ebuild?rev=1.1&content-type=text/plain
48
49 Index: duplicity-0.6.22.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.22.ebuild,v 1.1 2013/08/29 02:40:39 radhermit Exp $
54
55 EAPI=5
56 PYTHON_COMPAT=( python{2_6,2_7} )
57
58 inherit distutils-r1
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[${PYTHON_USEDEP}]
75 s3? ( dev-python/boto[${PYTHON_USEDEP}] )
76 "
77
78 python_prepare_all() {
79 distutils-r1_python_prepare_all
80
81 sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
82 }