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

Bug 169085

Summary: File-roller should have use flags for less-common archive types (and corresponding dependencies)
Product: Gentoo Linux Reporter: Kevin Lyles <kevinlyles>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Proposed patch for file-roller-2.14.3.ebuild
Proposed patch for file-roller-2.14.4.ebuild
Proposed patch for file-roller-2.16.2.ebuild
Proposed patch for file-roller-2.16.3.ebuild

Description Kevin Lyles 2007-03-03 05:30:11 UTC
See the summary.  Also, see xfce-extra/xarchiver for something like what I mean: http://www.gentoo-portage.com/xfce-extra/xarchiver/Dep#ptabs

Reproducible: Always

Steps to Reproduce:
emerge -pv file-roller
Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-arch/file-roller-2.16.2  USE="-debug -gnome" 0 kB

Expected Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-arch/file-roller-2.16.2  USE="7zip rar zip -arj -debug -gnome -lha" 0 kB

I'm willing to try making the changes to the ebuild, but I haven't done it before, so I will probably need a bit of guidance.
Comment 1 Kevin Lyles 2007-03-03 06:05:10 UTC
Created attachment 111885 [details, diff]
Proposed patch for file-roller-2.14.3.ebuild

I think this covers it for at least the same archive types as xarchiver.
Comment 2 Kevin Lyles 2007-03-03 06:05:18 UTC
Created attachment 111886 [details, diff]
Proposed patch for file-roller-2.14.4.ebuild

I think this covers it for at least the same archive types as xarchiver.
Comment 3 Kevin Lyles 2007-03-03 06:05:26 UTC
Created attachment 111887 [details, diff]
Proposed patch for file-roller-2.16.2.ebuild

I think this covers it for at least the same archive types as xarchiver.
Comment 4 Kevin Lyles 2007-03-03 06:05:32 UTC
Created attachment 111888 [details, diff]
Proposed patch for file-roller-2.16.3.ebuild

I think this covers it for at least the same archive types as xarchiver.
Comment 5 RĂ©mi Cardona (RETIRED) gentoo-dev 2007-03-03 09:08:40 UTC
We've already talked about this before, and we have decided against doing this as use flags are only meant for build time deps. Runtime deps such as file compression programs for file-roller don't change the final binary so it's against gentoo practices to put useflags for that.

*** This bug has been marked as a duplicate of bug 144627 ***