summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* For bug #181551, support slot deps in package.keywords.Zac Medico2007-06-101-3/+4
* Preserve order of flags from IUSE in wildcard expansion.Zac Medico2007-06-101-1/+1
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-13/+26
* When an update is discarded due to confmem, record it's mtime in the contents...Zac Medico2007-06-091-1/+1
* For bug #148702, automatically enable flags from IUSE if they correspond to u...Zac Medico2007-06-091-2/+17
* For bug #181387, fix an UnboundLocalError for the mymtime variable that is tr...Zac Medico2007-06-091-2/+7
* Only execute $PROMPT_COMMAND when appropriate.Zac Medico2007-06-091-1/+2
* For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}.Zac Medico2007-06-092-10/+20
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-06-081-1/+2
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-072-12/+14
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-071-5/+6
* Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w...Zac Medico2007-06-071-1/+1
* When using a pty for logging, use setsid() to create a new session and make t...Zac Medico2007-06-073-11/+72
* Return copies of the cached values from pkgsplit and catpkgsplit.Zac Medico2007-06-061-2/+2
* For bug #181021, don't compare attributes of contents entries when deciding w...Zac Medico2007-06-061-1/+1
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-06-061-2/+4
* Comment in portage.movefile() that it's impossible to preserve timestamps of ...Zac Medico2007-06-061-0/+2
* For bug #181021, preserve timestamps from ${D} during merge. For replacement...Zac Medico2007-06-061-95/+49
* Fix typo, split SPACE_SEPARATED variables on whitespace.Zac Medico2007-06-061-1/+1
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-06-051-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Marius Mauch2007-06-051-2/+6
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-041-0/+51
* Fix broken usage of lstrip in creating the PROFILE header field.Zac Medico2007-06-031-2/+3
* Use the PORTAGE_BINHOST_HEADER_URI environment variable to define the URI hea...Zac Medico2007-06-021-4/+8
* copyrights.. id? what?Alec Warner2007-06-025-0/+22
* If PORTAGE_BINHOST is defined then use it as a URI attribute in the Packages ...Zac Medico2007-06-011-0/+3
* Include SHA1 digests in the Packages index.Zac Medico2007-06-011-7/+11
* Add a VERSION attribute to the Packages index header and reject any index wit...Zac Medico2007-06-011-3/+24
* Make binarytree.prevent_collision() update the Packages index since it change...Zac Medico2007-06-011-1/+5
* Add an optional PATH attribute to the Packages index in order to indicate the...Zac Medico2007-06-011-9/+25
* Add --getbinpkg digest verification.Zac Medico2007-06-011-3/+25
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-06-011-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-06-011-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-06-011-0/+2
* Add some additional variables to the Packages header.Zac Medico2007-06-011-0/+17
* Fix typo.Zac Medico2007-05-311-1/+1
* Raise a KeyError from bindbapi.aux_get() when appropriate.Zac Medico2007-05-311-0/+2
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba...Zac Medico2007-05-311-3/+8
* Replace deprecated binarytree.remotepkgs usage with binarytree._remotepkgs si...Zac Medico2007-05-311-16/+11
* Fix typos.Zac Medico2007-05-311-2/+2
* Add PORTAGE_BINHOST support for fetching a remote Packages index. If the ind...Zac Medico2007-05-312-11/+102
* Implement bindbapi.cpv_all() since the one from fakedbapi won't populate the ...Zac Medico2007-05-311-0/+5
* Don't define bindbapi.move_slot_ent() since the inherited one works fine. Ov...Zac Medico2007-05-311-7/+2
* Don't try to perform global updates on binary packages unless $PKGDIR is writ...Zac Medico2007-05-311-9/+14
* Trigger an update of the Packages index when a package is moved or aux_update...Zac Medico2007-05-311-1/+2
* Allow dbapi.aux_update() to prune empty metadata values from storage.Zac Medico2007-05-312-1/+10
* Create one unified dbapi.move_slot_ent() method to replace the corresponding ...Zac Medico2007-05-313-68/+23
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-3/+2
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-314-36/+30
* remove pointless $PORTDIR lockMarius Mauch2007-05-311-26/+16