Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383881 - app-backup/duplicity - add useflags ftp/ftps for dependencies
Summary: app-backup/duplicity - add useflags ftp/ftps for dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Marcelo Goes (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 05:03 UTC by Marcel Pennewiß
Modified: 2011-11-19 20:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
duplicity-0.6.15.ebuild.patch (duplicity-0.6.15.ebuild.patch,508 bytes, patch)
2011-09-21 05:03 UTC, Marcel Pennewiß
Details | Diff
duplicity-0.6.15.ebuild.patch (duplicity-0.6.15.ebuild.patch,622 bytes, patch)
2011-09-21 05:07 UTC, Marcel Pennewiß
Details | Diff
duplicity-0.6.15.ebuild.patch (duplicity-0.6.15.ebuild.patch,621 bytes, patch)
2011-09-21 05:22 UTC, Marcel Pennewiß
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?