Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hollow 09/04/07 12:01:20
Modified: ChangeLog duplicity-0.5.14.ebuild
Log:
add s3 USE flag wrt #254160
(Portage version: 2.2_rc28/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.33 app-backup/duplicity/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 5 Apr 2009 15:33:41 -0000 1.32
+++ ChangeLog 7 Apr 2009 12:01:20 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/duplicity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.32 2009/04/05 15:33:41 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/ChangeLog,v 1.33 2009/04/07 12:01:20 hollow Exp $
+
+ 07 Apr 2009; Benedikt Böhm <hollow@g.o> duplicity-0.5.14.ebuild:
+ add s3 USE flag wrt #254160
*duplicity-0.5.14 (05 Apr 2009)
1.2 app-backup/duplicity/duplicity-0.5.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild?r1=1.1&r2=1.2
Index: duplicity-0.5.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- duplicity-0.5.14.ebuild 5 Apr 2009 15:33:41 -0000 1.1
+++ duplicity-0.5.14.ebuild 7 Apr 2009 12:01:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v 1.1 2009/04/05 15:33:41 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.5.14.ebuild,v 1.2 2009/04/07 12:01:20 hollow Exp $
inherit distutils
@@ -11,7 +11,7 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="s3"
DEPEND=">=dev-lang/python-2.3
>=net-libs/librsync-0.9.6
@@ -19,7 +19,8 @@
app-crypt/gnupg"
RDEPEND="${DEPEND}
>=dev-python/py-gnupg-0.3.2
- >=dev-python/pexpect-2.1"
+ >=dev-python/pexpect-2.1
+ s3? ( dev-python/boto )"
src_install() {
distutils_src_install
|
|