aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bin/ebuild: fix --color=n for bug #531690Zac Medico2014-12-061-0/+1
* bin/ebuild: allow useful phases with pkg_configZac Medico2014-10-241-1/+5
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* Fix ResourceWarning.Arfrever Frehtes Taifersar Arahesis2013-12-241-1/+1
* fix random pylint errorsMike Frysinger2013-11-291-2/+2
* ebuild: portage.util._argparseZac Medico2013-08-021-27/+26
* *_DEFAULT_OPTS: shlex for embedded quotesZac Medico2013-05-201-1/+2
* bin/ebuild: tweak FEATURES=digest logicZac Medico2013-04-161-3/+3
* bin/ebuild: only digest once for FEATURES=digestZac Medico2013-04-161-1/+3
* ebuild: standardize error output a bitMike Frysinger2013-03-271-13/+10
* ebuild: add _reset_legacy_globals for reloadZac Medico2013-02-111-2/+1
* 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