summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Support FEATURES=xattr.Zac Medico2011-12-092-3/+6
* portage.util.movefile._copyxattr(): Support usage of xattr module fromArfrever Frehtes Taifersar Arahesis2011-12-101-18/+27
* portage.util.movefile._copyxattr(): Support usage of getfattr andArfrever Frehtes Taifersar Arahesis2011-12-101-4/+23
* data.py: grp/pwd struct attrs, not indexesZac Medico2011-12-091-2/+2
* Auto-generate PORTAGE_GRP/USERNAME for prefix.Zac Medico2011-12-091-0/+20
* Auto-generate PORTAGE_INST_GID/UID for prefix.Zac Medico2011-12-091-4/+20
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-092-26/+8
* tests/bin: sanitize envZac Medico2011-12-081-3/+3
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-092-17/+23
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-083-59/+117
* Add portage.const.EPREFIX, for prefix installs.Zac Medico2011-12-081-0/+18
* dispatch-conf: substitute ${EPREFIX} archive-dirZac Medico2011-12-081-0/+5
* make.globals: use ${EPREFIX} for PORTDIR, etc...Zac Medico2011-12-081-0/+3
* Use 'wget' instead of /usr/bin/wget everywhere.Zac Medico2011-12-081-1/+1
* Whitelist/filter __PORTAGE_TEST_EPREFIX.Zac Medico2011-12-081-1/+1
* Support FEATURES=force-prefix.Zac Medico2011-12-082-11/+8
* dispatch-conf: experimental prefix supportZac Medico2011-12-071-2/+3
* Make USE=prefix enable EPREFIX in all EAPIs.Zac Medico2011-12-071-2/+11
* process._exec: tweak opt_name for PyPyZac Medico2011-12-011-1/+6
* test_uniqueArray.py: fix 'is' usage PyPy incompatZac Medico2011-12-011-3/+3
* checksum.py: detect PyPy crashes in hashlibZac Medico2011-12-011-0/+29
* MergeProcess: check if _elog_reader_fd is NoneZac Medico2011-12-011-1/+1
* locks.py: use flock with PyPy for issue 747Zac Medico2011-12-011-0/+5
* doebuild: disable noauto for binary packagesZac Medico2011-11-291-0/+4
* movefile: tweak unicode handlingZac Medico2011-11-281-8/+12
* movefile: chown/mod before renameZac Medico2011-11-281-15/+7
* movefile: avoid redundant string concatenationsZac Medico2011-11-281-6/+7
* movefile: remove unused lchownZac Medico2011-11-281-4/+2
* Preserve extended attributes on regular files when using Python >=3.3.Arfrever Frehtes Taifersar Arahesis2011-11-291-2/+14
* Revert "dblink.mergeme(): Merge files in alphabetic order."v2.2.0_alpha79Zac Medico2011-11-271-1/+1
* config: fix make.defaults inherit of make.globalsv2.2.0_alpha78Zac Medico2011-11-251-22/+23
* dblink.mergeme(): Merge files in alphabetic order.Arfrever Frehtes Taifersar Arahesis2011-11-261-1/+1
* elog/mod_syslog: fix 1 char msgs, bug #390965Zac Medico2011-11-251-0/+5
* _prepare_self_update: detect if already calledv2.2.0_alpha76Zac Medico2011-11-181-0/+4
* collect_ebuild_messages: handle \r, bug #390833Zac Medico2011-11-181-2/+3
* _make_msgfunction: convert to classZac Medico2011-11-171-6/+10
* config: tweak mapping implementation moreZac Medico2011-11-171-2/+4
* config: centralize mapping impl in _getitem/popZac Medico2011-11-171-15/+21
* collect_ebuild_messages: validate msg typeZac Medico2011-11-171-1/+11
* depgraph: don't merge portage asapZac Medico2011-11-171-8/+0
* Tweak the last commit.Zac Medico2011-11-171-0/+7
* Skip the "resume after portage update" routine.Zac Medico2011-11-173-65/+54
* pkg_pretend: clean first for bug #390711Zac Medico2011-11-161-0/+4
* checksum.py: handle pycrypto breakageZac Medico2011-11-131-2/+10
* Move ccache/distcc PATH code to doebuild_env.v2.2.0_alpha73Zac Medico2011-11-091-0/+20
* _doebuild_path: fix EAPI 3 helpers PATHZac Medico2011-11-081-1/+1
* Include EPREFIX directories in PATH.Zac Medico2011-11-081-10/+36
* tests/emerge: best/has_version with prefix EAPIZac Medico2011-11-081-0/+15
* test_multislot: fix EAPIZac Medico2011-11-071-2/+2
* REQUIRED_USE: don't save in built packagesZac Medico2011-11-072-4/+3