summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a --color < y | n > option so that color output can be forced. This isZac Medico2009-10-091-1/+9
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-0/+5
* Use imp.reload() instead of reload() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+2
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-9/+9
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Fix usage of VDB_PATHFabian Groffen2009-09-051-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-0/+2
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-5/+9
* Only check for ebuild/eclass modification when a relevant phase is called.Zac Medico2009-03-231-7/+8
* Make ebuild(1) detect ebuild/eclass changes and automatically source theZac Medico2009-03-231-1/+12
* Add "prepare" to the list of phases that trigger a warning about staleZac Medico2009-03-221-1/+1
* Make config.features a set instead of a list.Zac Medico2009-03-181-3/+2
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-1/+1
* Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they areZac Medico2009-01-031-0/+2
* Bail out earlier if the file name argument doesn't end with '.ebuild'. ThanksZac Medico2008-12-261-0/+6
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-241-0/+1
* Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harrin...Zac Medico2008-12-231-0/+5
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+4
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-041-1/+1
* Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuildZac Medico2008-07-291-1/+16
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-181-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-181-1/+9
* Add a help string for --debug.Zac Medico2008-06-181-1/+1
* Use optparse instead of getopt.Zac Medico2008-06-181-13/+20
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-181-1/+1
* Disable manifest1_compat for ebuild --force digest.Zac Medico2008-01-311-1/+1
* Fix the "Appending to PORTDIR_OVERLAY..." feature which wasZac Medico2008-01-111-13/+11
* Make sure that portdb.findname() returns the correct ebuild.Zac Medico2008-01-111-0/+5
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-281-5/+9
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-041-0/+8
* Handle KeyError thrown from aux_get().Zac Medico2007-09-271-5/+6
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* catch GetoptErrorMarius Mauch2007-05-311-1/+5
* remove old importZac Medico2007-05-131-1/+0
* Make sure FEATURES=test and USE=test are consistently enabled for all request...Zac Medico2007-05-101-8/+9
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-091-0/+3
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-0/+2
* Namespace sanitizing, step 4Marius Mauch2007-01-251-6/+6
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-091-0/+4
* Make sure the ebuild path is properly normalized.Zac Medico2006-12-071-0/+1
* For bug #157393, fix up ebuild path normalization so that it's compatible wit...Zac Medico2006-12-071-3/+16
* For `ebuild --force digest`, exempt the depend phase from Manifest checks.Zac Medico2006-12-041-16/+20
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-2/+6
* Do not pass the "clean" parameter to doebuild since it causes ${T} to be clea...Zac Medico2006-10-271-1/+2
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-1/+1