summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Avoid XMLParser.doctype deprecation warnings with >=python-2.7.Zac Medico2010-04-111-2/+11
|
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-113-11/+11
|
* Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__.Zac Medico2010-04-101-1/+3
|
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-105-1/+37
|
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
| | | | gentoolkit-0.2.x.
* Make spawning of `id -G portage` happen lazily when userpriv_groups is firstZac Medico2010-04-101-17/+22
| | | | accessed.
* Handle IOError when trying to cache the Packages file from the binhost.Zac Medico2010-04-091-1/+1
|
* When caching Packages file from binhost, ignore failure to write in casesZac Medico2010-04-091-2/+1
| | | | when the cache directory is not writable.
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
| | | | need evironment.bz2 to get unpacked here.
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
| | | | for python3 compatibility.
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
| | | | quiet_config variables.
* Handle pkg_pretend output properlySebastian Luther2010-04-072-16/+46
|
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12
| | | | makedir('/'). Thanks to Naohiro Aota <naota@elisp.net> for the initial patch.
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-062-3/+4
|
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-063-9/+5
| | | | says he wants it to work via make.conf, requiring redesign.
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for ↵Fabian Groffen2010-04-051-0/+3
| | | | the suggestion
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-023-5/+86
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-023-5/+86
| |
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
| |
* | Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-022-3/+12
| |
* | Update copyright header.Zac Medico2010-04-021-1/+1
| |
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
|/
* Update copyright header.Zac Medico2010-04-011-1/+1
|
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-312-20/+98
|
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-304-6/+12
|
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
| | | | end with py.
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
| | | | ObjectProxy.
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
|
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-272-1/+19
| | | | if it's accessed.
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
| | | | filter them from the saved environment.
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
|
* Use PORTAGE_USERNAME when populating userpriv_groups.Zac Medico2010-03-251-1/+1
|
* Implement PortageException.__unicode__ so the string formatin operator willZac Medico2010-03-251-1/+5
| | | | work correctly with unicode strings in python2.
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-24229-229/+0
|
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
|
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-232-2/+6
| | | | | variables. Thanks to Alec Warner <antarus@g.o> for submitting the initial PORTAGE_USERNAME patch from chromiumos-overlay.
* Add check of herds in metadata.xmlSebastian Pipping2010-03-232-1/+119
|
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-2/+2
|
* Show masking reasons for --binpkg-respect-use. Thanks to Sebastian LutherZac Medico2010-03-211-0/+2
| | | | | | (few) for this patch. svn path=/main/trunk/; revision=15840
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-5/+2
| | | | | | | fixing few inconsistences in bash code. Thanks to Michał Górny <gentoo@mgorny.alt.pl> for this patch. svn path=/main/trunk/; revision=15839
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
| | | | svn path=/main/trunk/; revision=15832
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+6
| | | | | | for wording suggestions. svn path=/main/trunk/; revision=15831
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-1/+7
| | | | | | trust tar exist status alone (reverts r15820 and r15821). svn path=/main/trunk/; revision=15827
* Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.Zac Medico2010-03-131-0/+3
| | | | svn path=/main/trunk/; revision=15825
* Trust tar exit status and ignore bzip2 exit status as in bug #309001.Zac Medico2010-03-111-7/+1
| | | | svn path=/main/trunk/; revision=15821
* Only try to merge portage asap when the new version is different.v2.2_rc67Zac Medico2010-03-101-1/+3
| | | | svn path=/main/trunk/; revision=15813
* Only create implicit libc deps when the version changes.Zac Medico2010-03-092-1/+14
| | | | svn path=/main/trunk/; revision=15810
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-092-3/+6
| | | | svn path=/main/trunk/; revision=15809
* Merge libc asap for all roots instead of just ROOT="/".Zac Medico2010-03-091-6/+7
| | | | svn path=/main/trunk/; revision=15804