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

Bug 169084

Summary: kde-base/ark should have use flags for less-common archive types (and corresponding dependencies)
Product: Gentoo Linux Reporter: Kevin Lyles <kevinlyles>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Proposed patch for ark-3.5.5.ebuild
Proposed patch for ark-3.5.6.ebuild

Description Kevin Lyles 2007-03-03 05:27:48 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 ark
Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] kde-base/ark-3.5.5  USE="arts -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB

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

Calculating dependencies... done!
[ebuild  N    ] kde-base/ark-3.5.5  USE="7zip arts rar zip -arj -debug -kdeenablefinal -kdehiddenvisibility -lha -xinerama" 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 05:54:09 UTC
Created attachment 111882 [details, diff]
Proposed patch for ark-3.5.5.ebuild

I'm not sure if I should do anything with pkg_postinst().  I think I can just remove it, since the kde-meta default should be to run kde_pkg_postinst...but I'm not sure how to check that.
Comment 2 Kevin Lyles 2007-03-03 05:54:25 UTC
Created attachment 111883 [details, diff]
Proposed patch for ark-3.5.6.ebuild

I'm not sure if I should do anything with pkg_postinst().  I think I can just remove it, since the kde-meta default should be to run kde_pkg_postinst...but I'm not sure how to check that.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-03 10:27:12 UTC

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