Add SIGUSR1 signal handlers that call pdb.set_trace(). Thanks to Brian Harring for
[portage.git] / bin / ebuild
2008-12-23 Zac MedicoAdd SIGUSR1 signal handlers that call pdb.set_trace...
2008-11-15 Zac MedicoBug #236714 - Handle PortagePackageException raised...
2008-11-15 Zac MedicoBug #236683 - Fix PermissionDenied handling to report...
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-07-29 Zac MedicoAdd a quiet signal handler for SIGINT and SIGTERM since...
2008-06-18 Zac MedicoBug #225285 - Add support for persistent options stored...
2008-06-18 Zac MedicoBug #225285 - Add a --skip-manifest option that disable...
2008-06-18 Zac MedicoAdd a help string for --debug.
2008-06-18 Zac MedicoUse optparse instead of getopt.
2008-03-18 Zac MedicoBug #174634 - Fix ebuild 'digest' and 'manifest' behave...
2008-01-31 Zac MedicoDisable manifest1_compat for ebuild --force digest.
2008-01-11 Zac MedicoFix the "Appending to PORTDIR_OVERLAY..." feature which was
2008-01-11 Zac MedicoMake sure that portdb.findname() returns the correct...
2007-12-28 Zac MedicoFixes for logic related to FEATURES=test to USE=test...
2007-10-04 Zac MedicoHandle UnsupportedAPIException when running the ebuild(1)
2007-09-27 Zac MedicoHandle KeyError thrown from aux_get().
2007-09-27 Zac MedicoDo the stale env check/warning after the digest/manifest
2007-09-27 Zac MedicoDisplay a short notification when an existing ${T}...
2007-05-31 Marius Mauchcatch GetoptError
2007-05-13 Zac Medicoremove old import
2007-05-10 Zac MedicoMake sure FEATURES=test and USE=test are consistently...
2007-05-09 Zac MedicoMake sure USE=test is properly enabled when the test...
2007-02-10 Zac MedicoUse os.path.realpath to handle symlinks properly.
2007-02-10 Zac MedicoFix automatic sys.path insertions so that they're relat...
2007-02-07 Zac MedicoFor backward compatibility with api consumers, _dep_che...
2007-01-25 Marius MauchNamespace sanitizing, step 4
2007-01-09 Marius MauchAlways run src_test when calling 'ebuild foo test'
2006-12-07 Zac MedicoMake sure the ebuild path is properly normalized.
2006-12-07 Zac MedicoFor bug #157393, fix up ebuild path normalization so...
2006-12-04 Zac MedicoFor `ebuild --force digest`, exempt the depend phase...
2006-10-31 Zac MedicoRely on PYTHONPATH instead of PORTAGE_PYM_PATH for...
2006-10-27 Zac MedicoDo not pass the "clean" parameter to doebuild since...
2006-10-26 Marius Mauchstreamline portage pythonpath handling and add an overr...
2006-09-19 Zac MedicoProperly close the caches before reloading portage.
2006-07-28 Zac MedicoUse the FetchlistDict to simplify code.
2006-07-28 Zac MedicoPass in the path to the base of the current tree to...
2006-07-28 Zac MedicoAllow a digest to be created before any distfiles have...
2006-07-28 Zac MedicoAdd a --force option for `ebuild digest` so that the...
2006-05-03 Simon Stellingreadd not-so pointless if statement
2006-05-02 Simon Stellingremove pointless if statement
2006-03-23 Zac MedicoAdd a portage_debug module and python-trace feature...
2006-02-23 Zac MedicoAdd NOCOLOR support to bin/ebuild for bug 78701.
2006-01-05 Mike Frysingerupdate copyright years
2005-12-23 Jason StubbsCheck if the specified package follows correct syntax...
2005-12-17 Jason StubbsFix missing ":" on except line.
2005-12-17 Jason StubbsCatch KeyError exception throw from aux_get.
2005-11-29 Mike Frysingergive a slightly better usage message
2005-10-16 Jason StubbsTypo :(
2005-10-15 Jason StubbsCheck if ebuild path is in vdb and check that vdb finds...
2005-10-13 Jason StubbsUse realpath instead of abspath to ensure that symlinks...
2005-10-11 Jason StubbsSet PORTDIR_OVERLAY (rather than PORTDIR) when portage...
2005-10-05 Jason StubbsReverting behaviour of ebuild when FEATURES="-noauto"
2005-10-04 Jason StubbsBig cleanup and added check regarding chosen ebuild.
2005-10-03 Brian Harringfinal fixup (ebuild nameerror)
2005-10-03 Brian Harringfixing horkage when noauto is in use (nameerrors)
2005-10-01 Brian Harringfixed ebuild so
2005-08-30 Brian Harringheader changes, $Header: -> $Id:
2005-08-28 Jason StubbsMigration (without history) of the current stable line...