Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 383881

Summary: app-backup/duplicity - add useflags ftp/ftps for dependencies
Product: Gentoo Linux Reporter: Marcel Pennewiß <gentoo>
Component: New packagesAssignee: Marcelo Goes (RETIRED) <vanquirius>
Status: RESOLVED INVALID    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: duplicity-0.6.15.ebuild.patch
duplicity-0.6.15.ebuild.patch
duplicity-0.6.15.ebuild.patch

Description Marcel Pennewiß 2011-09-21 05:03:10 UTC
If you use duplicity with ftp- or ftps-backend you'll need to emerge ncftp or lftp as dependency. Adding dependencies via useflag seems to be a suitable way to do this...

Reproducible: Always
Comment 1 Marcel Pennewiß 2011-09-21 05:03:46 UTC
Created attachment 287229 [details, diff]
duplicity-0.6.15.ebuild.patch
Comment 2 Marcel Pennewiß 2011-09-21 05:07:12 UTC
Created attachment 287231 [details, diff]
duplicity-0.6.15.ebuild.patch

allow lftp with ssl or gnutls useflag
Comment 3 Marcel Pennewiß 2011-09-21 05:22:01 UTC
Created attachment 287235 [details, diff]
duplicity-0.6.15.ebuild.patch

wrong dependency (net-ftp/ncftp instead of net-lftp/ncftp) fixed
Comment 4 Mike Gilbert gentoo-dev 2011-09-26 02:06:47 UTC
We don't normally add use flags for optional run time functionality that is not controlled at build time.
Comment 5 Hanno Böck gentoo-dev 2011-11-12 08:54:23 UTC
As Mike said, no need to add this, it's only runtime behaviour and nothing we need at compile time.
Comment 6 Marcel Pennewiß 2011-11-19 20:09:46 UTC
What about s3? Should it be removed?