Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169085 - File-roller should have use flags for less-common archive types (and corresponding dependencies)
Summary: File-roller should have use flags for less-common archive types (and correspo...
Status: RESOLVED DUPLICATE of bug 144627
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 05:30 UTC by Kevin Lyles
Modified: 2007-03-03 09:08 UTC (History)
0 users

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


Attachments
Proposed patch for file-roller-2.14.3.ebuild (file-roller-2.14.3.ebuild.patch,770 bytes, patch)
2007-03-03 06:05 UTC, Kevin Lyles
Details | Diff
Proposed patch for file-roller-2.14.4.ebuild (file-roller-2.14.4.ebuild.patch,778 bytes, patch)
2007-03-03 06:05 UTC, Kevin Lyles
Details | Diff
Proposed patch for file-roller-2.16.2.ebuild (file-roller-2.16.2.ebuild.patch,777 bytes, patch)
2007-03-03 06:05 UTC, Kevin Lyles
Details | Diff
Proposed patch for file-roller-2.16.3.ebuild (file-roller-2.16.3.ebuild.patch,785 bytes, patch)
2007-03-03 06:05 UTC, Kevin Lyles
Details | Diff

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