Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5200 - feature wishes for portage
Summary: feature wishes for portage
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-18 14:53 UTC by Hannes Mehnert (RETIRED)
Modified: 2011-10-30 22:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hannes Mehnert (RETIRED) gentoo-dev 2002-07-18 14:53:02 UTC
I currently think on following things concerning portage:

-emerge --continue, which continues an emerge which has been aborted
(because of power loss,...)
I think the code for that is nearly implemented, ebuild foo install checks for
this, but didn't work here.

-emerge --autoclean=no, to let the configured source in /var/tmp/portage
(sometimes You need them).
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-07-19 05:23:45 UTC
Both can be accomplished already with ebuild.

1st case:
It's a bad idea as you don't know what might be corrupted. You _were_ actively 
operating on the disk, no? But you can do this anyway:
FEATURES="noauto" ebuild /usr/portage/.../blah/blah-0.0.0.ebuild compile 

2nd case:
You want the final product:
FEATURES="noclean" ebuild /usr/portage/.../blah/blah-0.0.0.ebuild qmerge

You want the unpacked code:
ebuild /usr/portage/.../blah/blah-0.0.0.ebuild unpack