summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-091-0/+4
| | | | svn path=/main/trunk/; revision=5487
* Make sure the ebuild path is properly normalized.Zac Medico2006-12-071-0/+1
| | | | svn path=/main/trunk/; revision=5202
* For bug #157393, fix up ebuild path normalization so that it's compatible ↵Zac Medico2006-12-071-3/+16
| | | | | | with portdbapi handling and works properly with symlinks (like crossdev creates). svn path=/main/trunk/; revision=5201
* For `ebuild --force digest`, exempt the depend phase from Manifest checks.Zac Medico2006-12-041-16/+20
| | | | svn path=/main/trunk/; revision=5169
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-2/+6
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* Do not pass the "clean" parameter to doebuild since it causes ${T} to be ↵Zac Medico2006-10-271-1/+2
| | | | | | cleaned up when it shouldn't be. Thanks to Mr_Bones_ for reporting. svn path=/main/trunk/; revision=4848
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-1/+1
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* Properly close the caches before reloading portage.Zac Medico2006-09-191-1/+1
| | | | svn path=/main/trunk/; revision=4480
* Use the FetchlistDict to simplify code.Zac Medico2006-07-281-4/+3
| | | | svn path=/main/trunk/; revision=4046
* Pass in the path to the base of the current tree to ensure that the correct ↵Zac Medico2006-07-281-1/+3
| | | | | | fetchlist is used when there are overlays present. svn path=/main/trunk/; revision=4045
* Allow a digest to be created before any distfiles have been fetched for bug ↵Zac Medico2006-07-281-1/+2
| | | | | | #141843. svn path=/main/trunk/; revision=4043
* Add a --force option for `ebuild digest` so that the user doesn't have to ↵Zac Medico2006-07-281-2/+23
| | | | | | manually remove the Manifest and files/digest-* files when upstream changes the identity of distfiles. See bug #141843. svn path=/main/trunk/; revision=4041
* readd not-so pointless if statementSimon Stelling2006-05-031-2/+3
| | | | svn path=/main/trunk/; revision=3312
* remove pointless if statementSimon Stelling2006-05-021-3/+2
| | | | svn path=/main/trunk/; revision=3311
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-231-0/+5
| | | | svn path=/main/trunk/; revision=2979
* Add NOCOLOR support to bin/ebuild for bug 78701.Zac Medico2006-02-231-0/+4
| | | | svn path=/main/trunk/; revision=2773
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* Check if the specified package follows correct syntax and error out if itJason Stubbs2005-12-231-0/+4
| | | | | | doesn't. svn path=/main/trunk/; revision=2440
* Fix missing ":" on except line.Jason Stubbs2005-12-171-1/+1
| | | | svn path=/main/trunk/; revision=2387
* Catch KeyError exception throw from aux_get.Jason Stubbs2005-12-171-0/+3
| | | | svn path=/main/trunk/; revision=2379
* give a slightly better usage messageMike Frysinger2005-11-291-2/+4
| | | | svn path=/main/trunk/; revision=2323
* Typo :(Jason Stubbs2005-10-161-1/+1
| | | | svn path=/main/branches/2.0/; revision=2137
* Check if ebuild path is in vdb and check that vdb finds it okay rather than ↵Jason Stubbs2005-10-151-9/+26
| | | | | | | | | always assuming "porttree". If PORTDIR_OVERLAY needs to be adjusted, recheck to make sure the ebuild is found correctly. Pass which tree should be used to doebuild so that aux_get() are performed on the correct tree. svn path=/main/branches/2.0/; revision=2135
* Use realpath instead of abspath to ensure that symlinks are correctly ↵Jason Stubbs2005-10-131-2/+2
| | | | | | accounted for. svn path=/main/branches/2.0/; revision=2129
* Set PORTDIR_OVERLAY (rather than PORTDIR) when portage wants to use a ↵Jason Stubbs2005-10-111-4/+3
| | | | | | | | different ebuild. (Yields the same behaviour when stuff isn't missing in the same tree and better behaviour when there is) svn path=/main/branches/2.0/; revision=2124
* Reverting behaviour of ebuild when FEATURES="-noauto"Jason Stubbs2005-10-051-40/+3
| | | | svn path=/main/branches/2.0/; revision=2110
* Big cleanup and added check regarding chosen ebuild.Jason Stubbs2005-10-041-63/+71
| | | | svn path=/main/branches/2.0/; revision=2084
* final fixup (ebuild nameerror)Brian Harring2005-10-031-1/+2
| | | | svn path=/main/branches/2.0/; revision=2080
* fixing horkage when noauto is in use (nameerrors)Brian Harring2005-10-031-3/+8
| | | | svn path=/main/branches/2.0/; revision=2079
* fixed ebuild soBrian Harring2005-10-011-13/+38
| | | | | | | ebuild some-ebuild clean setup unpack # works like ebuild some-ebuild clean unpack svn path=/main/branches/2.0/; revision=2064
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+61
svn path=/main/branches/2.0/; revision=1941