Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150104 - app-admin/eselect mtimedb module proposal
Summary: app-admin/eselect mtimedb module proposal
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: eselect (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo eselect Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 13:54 UTC by Sohail
Modified: 2006-10-09 20:15 UTC (History)
2 users (show)

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


Attachments
mtimedb.eselect,list_mtimedb.py,skip_mtimedb.py,save_mtimedb.py,restore_mtimedb.py (source.code,5.17 KB, text/plain)
2006-10-04 14:01 UTC, Sohail
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sohail 2006-10-04 13:54:24 UTC
Hey, It's a proposal for a new module(of the app-admin/eselect).
The /var/cache/edb/mtimedb file has the resume queue/list. This queue/list could easly be lost(the new emerge session loses the old resume-queue/list and prepares the new one). This, proposed new module should be able to save the old resume-queue and restores it back. It should be able to list(shows) the resume-queue and working as an emerge option --skipfirst, gives the freedom to the user to remove any listed package/s(off the resume-queue/list).

I'm also attaching the initial code.

Regards.
Comment 1 Sohail 2006-10-04 14:01:57 UTC
Created attachment 98800 [details]
mtimedb.eselect,list_mtimedb.py,skip_mtimedb.py,save_mtimedb.py,restore_mtimedb.py

This attachment has the propossed code of the new module. The attachement is a wrapper for these file....
mtimedb.eselect, list_mtimedb.py, skip_mtimedb.py, save_mtimedb.py and restore_mtimedb.py. 

Copy all of the above(mentioned) files to the folder /usr/share/eselect/modules

greets.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-05 14:44:30 UTC
*** Bug 150197 has been marked as a duplicate of this bug. ***
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2006-10-06 05:59:08 UTC
Portage devs: Any comments? I see not much use for this.
Comment 4 Zac Medico gentoo-dev 2006-10-06 15:23:45 UTC
While the module may be useful for some people at the moment, the portage team will not officially support it in any way.  The solution of bug 147516 will lead to the mtimedb either changing drastically or being completely abandoned.
Comment 5 Danny van Dyk (RETIRED) gentoo-dev 2006-10-07 03:57:01 UTC
Nod. I don't want to support a changing internal format of portage.
Besides, i don't see a real need for this module.

WONTFIX
Comment 6 Sohail 2006-10-09 20:15:26 UTC
(In reply to comment #5)
> Nod. I don't want to support a changing internal format of portage.
> Besides, i don't see a real need for this module.
> 
> WONTFIX
> 

If the mtimedb is being dropped or altered then I too don't see a need for this module. 

Thanks for your time.

Regards.