summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
Commit message (Expand)AuthorAgeFilesLines
* doebuild: tweak handling of _unused paramZac Medico2013-01-151-1/+1
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-2/+2
* Move portage.dep._internal_warnings to portage.v2.2.0_alpha139Zac Medico2012-10-161-1/+1
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* Don't use SIGUSR1 under Jython, bug #424259.Zac Medico2012-07-021-1/+8
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-121-2/+8
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-2/+2
* bin/ebuild: don't set PORTAGE_CALLERZac Medico2011-10-151-1/+0
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-4/+2
* bin/ebuild: add --version optionZac Medico2011-10-111-3/+9
* bin/ebuild: simplify PORTDIR_OVERLAY queryv2.2.0_alpha59Zac Medico2011-09-181-5/+1
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-131-1/+1
* ebuild(1): remove unneeded porttrees modificationZac Medico2011-09-121-6/+4
* ebuild(1): avoid "Location not set for repo" msgsZac Medico2011-09-121-2/+8
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-2/+3
* ebuild(1): show merge/noauto msg only if neededZac Medico2011-08-201-4/+4
* ebuild(1): pass missing myrepo arg to aux_getZac Medico2011-06-291-1/+1
* ebuild(1): pass "installed" arg to PackageZac Medico2011-06-291-0/+1
* ebuild(1): pass Package instance to setcpvZac Medico2011-06-291-3/+19
* portdbapi: cleanup when base module is reloadedZac Medico2011-06-031-1/+0
* ebuild(1): fix env FEATURES overrides bug #364035Zac Medico2011-04-231-4/+2
* ebuild(1): fix ebuild modification checkZac Medico2011-03-011-12/+13
* ebuild(1): apply package.env earlierZac Medico2011-02-281-6/+22
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-4/+4
* doebuild: fix bug #349273Zac Medico2010-12-211-1/+1
* ebuild: account for symlink in /var/db/pkg pathZac Medico2010-10-271-1/+1
* ebuild(1): fix breakage for /var/db/pkg ebuildsZac Medico2010-10-261-3/+5
* Fix ebuild(1) to handle layout.conf masters.Zac Medico2010-10-051-5/+9
* Fix VDB_PATH handling in ebuild(1) to join with EROOT.Zac Medico2010-09-031-2/+2
* Add ebuild(1) support for FEATURES=digest.Zac Medico2010-08-251-1/+6
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-9/+3
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-171-0/+1
* For ebuilds from $ROOT/var/db/pkg, don't give /var/db/pkg with theZac Medico2010-08-161-1/+4
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-2/+0
* GLEP 55 removalDaniel Robbins2010-07-061-4/+1
* Bug #315741 and bug #315709 - Handle whitespace and unicode inZac Medico2010-04-271-5/+21
* Pass in missing vartree parameter to doebuild(). Thanks to Arfrever forZac Medico2010-04-221-1/+2
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions sinceZac Medico2010-03-131-1/+2
* Add references to bug #309001 in comments about SIGPIPE handling.Zac Medico2010-03-131-0/+1
* Bug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing ofZac Medico2010-03-131-0/+1
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-0/+1
* 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