Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169084 - kde-base/ark should have use flags for less-common archive types (and corresponding dependencies)
Summary: kde-base/ark should have use flags for less-common archive types (and corresp...
Status: RESOLVED DUPLICATE of bug 143351
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-03 05:27 UTC by Kevin Lyles
Modified: 2007-03-03 10:27 UTC (History)
0 users

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


Attachments
Proposed patch for ark-3.5.5.ebuild (ark-3.5.5.ebuild.patch,588 bytes, patch)
2007-03-03 05:54 UTC, Kevin Lyles
Details | Diff
Proposed patch for ark-3.5.6.ebuild (ark-3.5.6.ebuild.patch,595 bytes, patch)
2007-03-03 05:54 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: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 ***