Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24637 - unpack in local dirs
Summary: unpack in local dirs
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2003-07-16 22:09 UTC by SpanKY
Modified: 2011-10-30 22:19 UTC (History)
0 users

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


Attachments
ebuild.sh.patch (f,1.77 KB, patch)
2003-07-16 22:10 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-07-16 22:09:57 UTC
attached you will find a patch for unpack() that'll allow you to work off of 
${DESTDIR}, ${PWD}, and fullpaths for sources
Comment 1 SpanKY gentoo-dev 2003-07-16 22:10:17 UTC
Created attachment 14582 [details, diff]
ebuild.sh.patch
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-06-09 19:54:47 UTC
This would likely introduce hard-to-find problems, especially as it doesn't say which file it will finally use. Also skips md5 checks and has probably other issue I don't see atm.
Comment 3 SpanKY gentoo-dev 2004-06-09 20:06:14 UTC
what if you allow for 'unpack ./file' syntax ?

that'll address the 'hard-to-find' problem

as for md5sums, often times i use this when tarballs contain tarballs and such :P
Comment 4 SpanKY gentoo-dev 2004-06-09 22:09:50 UTC
please take a 2nd look with my new comments ;)
Comment 5 Jason Stubbs (RETIRED) gentoo-dev 2005-07-14 05:48:02 UTC
Fixed on or before 2.0.51.22-r1 
Comment 6 Jason Stubbs (RETIRED) gentoo-dev 2005-07-14 06:58:44 UTC
Looking through the batch of bugs, I'm not sure that some of these are 
actually fixed in stable. Others, the requirements have possibly changed after 
the initial fix was committed. 
 
If you think this bug has been closed incorrectly, please reopen or ask that 
it be reopened. 
Comment 7 SpanKY gentoo-dev 2005-07-14 07:15:53 UTC
i added this change to portage HEAD not the 2.0 branch

either way i dont care if it's closed