summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cd to ${WORKDIR} if the ${S} directory does not exist. (branches/2.1.2 r7557 ...Zac Medico2007-08-151-0/+6
* use ${MAKE:-make} rather than make in einstall() (branches/2.1.2 r7404)Zac Medico2007-07-301-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-301-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-07-301-5/+13
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-07-301-1/+2
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-07-301-63/+38
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-241-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-0/+1
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-1/+6
* Fix quoting. (trunk r7057)Zac Medico2007-06-271-1/+1
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055)Zac Medico2007-06-271-1/+5
* Format the callstack indentation more like it used to be. (trunk r7050)Zac Medico2007-06-271-2/+2
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-17/+18
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil...Zac Medico2007-06-211-7/+6
* change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild wr...Zac Medico2007-06-211-5/+6
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-5/+13
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-0/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...v2.1.2.10Zac Medico2007-06-091-1/+2
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-06-081-0/+2
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 (trunk r6552:6...Zac Medico2007-05-221-3/+4
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-101-1/+6
* For bug #177211, use chmod -R on the children of the current directory in ord...Zac Medico2007-05-051-1/+2
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-161-3/+3
* Properly anchor sed regexp for readlonly attribut filtering. (trunk r6300:6301)Zac Medico2007-03-271-2/+2
* Filter the readonly attribute from variables saved in ${T}/environment to pre...Zac Medico2007-03-271-1/+2
* source ${T}/environment before the definition of qa_source() and qa_call() so...Zac Medico2007-03-271-6/+6
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ...Zac Medico2007-03-161-0/+1
* Don't exclude . since that excludes the entire contents of some tar files. (t...Zac Medico2007-02-181-1/+1
* When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE....Zac Medico2007-02-181-6/+6
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2
* For bug #165034, make sure that symlinks are excluded from chmod calls. (trun...Zac Medico2007-02-031-1/+1
* Use find + xargs to avoid a potential 'Argument list too long' from bash. (tr...Zac Medico2007-01-311-3/+1
* For bug #164617, don't change permissions on ${WORKDIR} with unpack(). (trunk...Zac Medico2007-01-301-1/+5
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-171-1/+1
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-161-12/+5
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw...Zac Medico2007-01-101-20/+8
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-091-1/+2
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
* Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e...Alec Warner2007-01-081-31/+57
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0