Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184118 - emaint cleanresume
Summary: emaint cleanresume
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 184128 216231
  Show dependency tree
 
Reported: 2007-07-03 18:37 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-09-22 03:53 UTC (History)
0 users

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


Attachments
Patch (emaint.patch,1.26 KB, patch)
2007-10-22 02:50 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-07-03 18:37:59 UTC
Currently it's hard to delete resume lists. If all packages from a resume list were reemerged manually, this list still contain them. I suggest addition of a new option "--delete-resume-lists" to emerge.
Also see bug 156536, comment 6.
Comment 1 Steve L 2007-07-03 20:33:07 UTC
Er isn't this really the same as the other bug? In any case, if you're that concerned, might I suggest contributing to this:
http://forums.gentoo.org/viewtopic-t-546828.html
I am not spamming, but it's just that people expect too much from the package manager; it's job is to decide what you need to emerge in order to get the packages you want running, and to help you keep that system up to date, as well as providing an execution environment conducive to building all kinds of source. UI stuff can be done in scripts if you need automation.

Not sure if there is a possibility to delete stuff from /var/cache/edb/mtimedb.
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2007-10-06 16:03:34 UTC
I don't see a real use case for deleting resume lists: if you don't need them, don't use them. The risk of "accidentally" resuming a wrong operation is rather minimal IMO and not worth the complexity of yet another special case option in emerge. If you can provide a patch for emaint to do it feel free to reopen this.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-10-22 02:49:53 UTC
Reopening.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-10-22 02:50:48 UTC
Created attachment 134097 [details, diff]
Patch
Comment 5 Zac Medico gentoo-dev 2007-10-22 05:49:04 UTC
Thanks, I changed it a little and renamed it to "cleanresume". It's in svn r8224.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-10-25 03:29:51 UTC
Thanks.