Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/duplicity: ChangeLog duplicity-0.4.3.ebuild duplicity-0.4.2-r2.ebuild duplicity-0.4.2-r1.ebuild duplicity-0.4.6.ebuild duplicity-0.4.1.ebuild duplicity-0.4.2.ebuild
Date: Sun, 02 Dec 2007 08:55:47
Message-Id: E1Iykc0-0002sC-T0@stork.gentoo.org
1 ticho 07/12/02 08:55:40
2
3 Modified: ChangeLog duplicity-0.4.3.ebuild
4 duplicity-0.4.2-r2.ebuild duplicity-0.4.2-r1.ebuild
5 Added: duplicity-0.4.6.ebuild
6 Removed: duplicity-0.4.1.ebuild duplicity-0.4.2.ebuild
7 Log:
8 Version bump. Ebuild update by Hanno Boeck <hanno at gentoo.org>, bug #200864. Version cleanup.
9 (Portage version: 2.1.3.18)
10
11 Revision Changes Path
12 1.19 app-backup/duplicity/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.18&r2=1.19
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- ChangeLog 25 Sep 2007 23:33:12 -0000 1.18
25 +++ ChangeLog 2 Dec 2007 08:55:40 -0000 1.19
26 @@ -1,6 +1,15 @@
27 # ChangeLog for app-backup/duplicity
28 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.18 2007/09/25 23:33:12 ticho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.19 2007/12/02 08:55:40 ticho Exp $
31 +
32 +*duplicity-0.4.6 (02 Dec 2007)
33 +
34 + 02 Dec 2007; Andrej Kacian <ticho@g.o> -duplicity-0.4.1.ebuild,
35 + -duplicity-0.4.2.ebuild, duplicity-0.4.2-r1.ebuild,
36 + duplicity-0.4.2-r2.ebuild, duplicity-0.4.3.ebuild,
37 + +duplicity-0.4.6.ebuild:
38 + Version bump. Ebuild update by Hanno Boeck <hanno at gentoo.org>, bug
39 + #200864. Version cleanup.
40
41 25 Sep 2007; Andrej Kacian <ticho@g.o> duplicity-0.4.3.ebuild:
42 Depend on >=pexpect-2.1. Bug #193753, by David Zeigler <dzeigler at gmail.com>.
43
44
45
46 1.4 app-backup/duplicity/duplicity-0.4.3.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild?r1=1.3&r2=1.4
51
52 Index: duplicity-0.4.3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- duplicity-0.4.3.ebuild 25 Sep 2007 23:33:12 -0000 1.3
59 +++ duplicity-0.4.3.ebuild 2 Dec 2007 08:55:40 -0000 1.4
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild,v 1.3 2007/09/25 23:33:12 ticho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild,v 1.4 2007/12/02 08:55:40 ticho Exp $
65
66 inherit distutils eutils
67
68 @@ -22,7 +22,7 @@
69
70 src_unpack() {
71 unpack ${A}
72 - cd ${S}
73 + cd "${S}"
74
75 # Fix behavior for scp:// URL when /bin/sh is bash, bug #151938.
76 sed -i -e "s:echo -e:printf:" src/backends.py
77 @@ -33,7 +33,7 @@
78 }
79
80 src_install() {
81 - python setup.py install --prefix=${D}/usr
82 + python setup.py install --prefix="${D}"/usr
83 }
84
85 pkg_postinst() {
86
87
88
89 1.2 app-backup/duplicity/duplicity-0.4.2-r2.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild?rev=1.2&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild?rev=1.2&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild?r1=1.1&r2=1.2
94
95 Index: duplicity-0.4.2-r2.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild,v
98 retrieving revision 1.1
99 retrieving revision 1.2
100 diff -u -r1.1 -r1.2
101 --- duplicity-0.4.2-r2.ebuild 18 Aug 2007 19:22:49 -0000 1.1
102 +++ duplicity-0.4.2-r2.ebuild 2 Dec 2007 08:55:40 -0000 1.2
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2007 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild,v 1.1 2007/08/18 19:22:49 drac Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r2.ebuild,v 1.2 2007/12/02 08:55:40 ticho Exp $
108
109 inherit distutils eutils
110
111 @@ -21,7 +21,7 @@
112
113 src_unpack() {
114 unpack ${A}
115 - cd ${S}
116 + cd "${S}"
117
118 # Fix crash on FTP timeout, bug #147054.
119 epatch "${FILESDIR}"/${PV}-ftp-retry.patch
120 @@ -38,7 +38,7 @@
121 }
122
123 src_install() {
124 - python setup.py install --prefix=${D}/usr
125 + python setup.py install --prefix="${D}"/usr
126 }
127
128 pkg_postinst() {
129
130
131
132 1.7 app-backup/duplicity/duplicity-0.4.2-r1.ebuild
133
134 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild?rev=1.7&view=markup
135 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild?rev=1.7&content-type=text/plain
136 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild?r1=1.6&r2=1.7
137
138 Index: duplicity-0.4.2-r1.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild,v
141 retrieving revision 1.6
142 retrieving revision 1.7
143 diff -u -r1.6 -r1.7
144 --- duplicity-0.4.2-r1.ebuild 26 Aug 2007 20:32:32 -0000 1.6
145 +++ duplicity-0.4.2-r1.ebuild 2 Dec 2007 08:55:40 -0000 1.7
146 @@ -1,6 +1,6 @@
147 # Copyright 1999-2007 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild,v 1.6 2007/08/26 20:32:32 philantrop Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.2-r1.ebuild,v 1.7 2007/12/02 08:55:40 ticho Exp $
151
152 inherit distutils eutils
153
154 @@ -21,7 +21,7 @@
155
156 src_unpack() {
157 unpack ${A}
158 - cd ${S}
159 + cd "${S}"
160
161 # Fix crash on FTP timeout, bug #147054.
162 epatch "${FILESDIR}"/${PV}-ftp-retry.patch
163 @@ -35,7 +35,7 @@
164 }
165
166 src_install() {
167 - python setup.py install --prefix=${D}/usr
168 + python setup.py install --prefix="${D}"/usr
169 }
170
171 pkg_postinst() {
172
173
174
175 1.1 app-backup/duplicity/duplicity-0.4.6.ebuild
176
177 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.6.ebuild?rev=1.1&view=markup
178 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.4.6.ebuild?rev=1.1&content-type=text/plain
179
180 Index: duplicity-0.4.6.ebuild
181 ===================================================================
182 # Copyright 1999-2007 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.6.ebuild,v 1.1 2007/12/02 08:55:40 ticho Exp $
185
186 inherit distutils
187
188 DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data"
189 HOMEPAGE="http://www.nongnu.org/duplicity/"
190 SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
191
192 LICENSE="GPL-2"
193 SLOT="0"
194 KEYWORDS="~amd64 ~ppc ~x86"
195 IUSE=""
196
197 DEPEND="virtual/libc
198 >=dev-lang/python-2.3
199 >=net-libs/librsync-0.9.6
200 net-ftp/ncftp"
201 RDEPEND="${DEPEND}
202 dev-python/py-gnupg
203 >=dev-python/pexpect-2.1"
204
205
206
207 --
208 gentoo-commits@g.o mailing list