Enable BytesWarnings.
[portage.git] / bin / ebuild
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-12-24 Arfrever Frehtes... Fix ResourceWarning.
2013-11-29 Mike Frysingerfix random pylint errors
2013-08-03 Zac Medicoebuild: portage.util._argparse
2013-05-20 Zac Medico*_DEFAULT_OPTS: shlex for embedded quotes
2013-04-16 Zac Medicobin/ebuild: tweak FEATURES=digest logic
2013-04-16 Zac Medicobin/ebuild: only digest once for FEATURES=digest
2013-03-27 Mike Frysingerebuild: standardize error output a bit
2013-02-11 Zac Medicoebuild: add _reset_legacy_globals for reload
2013-01-15 Zac Medicodoebuild: tweak handling of _unused param
2013-01-03 Zac MedicoAdd portage._internal_caller var, and use it.
2012-10-16 Zac MedicoMove portage.dep._internal_warnings to portage. v2.2.0_alpha139
2012-09-02 Zac MedicoUnconditionally insert our pym dir in sys.path.
2012-07-02 Zac MedicoDon't use SIGUSR1 under Jython, bug #424259.
2012-05-12 Arfrever Frehtes... Allow dots in package names in EAPI="4-python".
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-15 Zac Medicobin/ebuild: don't set PORTAGE_CALLER
2011-10-14 Brian Harringcache: rewrite to support arbitrary validation method
2011-10-11 Zac Medicobin/ebuild: add --version option
2011-09-19 Zac Medicobin/ebuild: simplify PORTDIR_OVERLAY query v2.2.0_alpha59
2011-09-14 Zac MedicoDeprecate the manifest1_compat parameter. v2.2.0_alpha56
2011-09-13 Zac Medicoebuild(1): remove unneeded porttrees modification
2011-09-13 Zac Medicoebuild(1): avoid "Location not set for repo" msgs
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-08-20 Zac Medicoebuild(1): show merge/noauto msg only if needed
2011-06-30 Zac Medicoebuild(1): pass missing myrepo arg to aux_get
2011-06-30 Zac Medicoebuild(1): pass "installed" arg to Package
2011-06-30 Zac Medicoebuild(1): pass Package instance to setcpv
2011-06-04 Zac Medicoportdbapi: cleanup when base module is reloaded
2011-04-23 Zac Medicoebuild(1): fix env FEATURES overrides bug #364035
2011-03-02 Zac Medicoebuild(1): fix ebuild modification check
2011-02-28 Zac Medicoebuild(1): apply package.env earlier
2011-01-15 Zac MedicoWhen killed by signal, return 128 + signum.
2010-12-21 Zac Medicodoebuild: fix bug #349273
2010-10-27 Zac Medicoebuild: account for symlink in /var/db/pkg path
2010-10-26 Zac Medicoebuild(1): fix breakage for /var/db/pkg ebuilds
2010-10-06 Zac MedicoFix ebuild(1) to handle layout.conf masters.
2010-09-03 Zac MedicoFix VDB_PATH handling in ebuild(1) to join with EROOT.
2010-08-26 Zac MedicoAdd ebuild(1) support for FEATURES=digest.
2010-08-21 Zac MedicoAdd a wrapper around config.features that provides...
2010-08-17 Zac MedicoTemporarily disable portage.dep deprecation warnings...
2010-08-17 Zac MedicoFor ebuilds from $ROOT/var/db/pkg, don't give /var...
2010-08-11 Sebastian Lutherportage.dep._dep_check_strict: Unused, removed
2010-07-07 Daniel RobbinsGLEP 55 removal
2010-04-28 Zac MedicoBug #315741 and bug #315709 - Handle whitespace and...
2010-04-22 Zac MedicoPass in missing vartree parameter to doebuild(). Thanks...
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-13 Zac MedicoUpdate SIGPIPE comments to refer to "[Errno 32] Broken...
2010-03-13 Zac MedicoAdd references to bug #309001 in comments about SIGPIPE...
2010-03-13 Zac MedicoBug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL...
2010-01-11 Zac MedicoBug #300388 - Fix terminal handling code to so term...
2009-10-09 Zac MedicoAdd a --color < y | n > option so that color output...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
2009-09-25 Arfrever Frehtes... Use imp.reload() instead of reload() for compatibility...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-05 Fabian GroffenFix usage of VDB_PATH
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-03-24 Zac MedicoAdd support for FEATURES=parse-eapi-glep-55. This featu...
2009-03-23 Zac MedicoOnly check for ebuild/eclass modification when a releva...
2009-03-23 Zac MedicoMake ebuild(1) detect ebuild/eclass changes and automat...
2009-03-22 Zac MedicoAdd "prepare" to the list of phases that trigger a...
2009-03-18 Zac MedicoMake config.features a set instead of a list.
2009-02-23 Zac MedicoFix headers that contain $Header instead of $Id.
2009-01-03 Zac MedicoBug #253336 - Set PORTAGE_VERBOSE=1 so that files are...
2008-12-26 Zac MedicoBail out earlier if the file name argument doesn't...
2008-12-24 Zac MedicoBug #252374 - Warn if FEATURES=fakeroot is enabled...
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...
next