summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Fix a little issue in the code from bug #197905 that causes some elogZac Medico2008-04-081-0/+2
* When reading and writing the Packages index file, translate metadata keysZac Medico2008-04-072-7/+16
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-074-12/+40
* Handle empty KEYWORDS in the Packages file.Zac Medico2008-04-071-0/+1
* Fix broken IUSE defaults handling when filtering USE for the Packages file.Zac Medico2008-04-071-1/+1
* only preserve libraries if no copy exists in the libary search path (bug #215...Marius Mauch2008-04-061-2/+5
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-4/+15
* Remove "selective" depgraph logic from dep_zapdeps() since it's nowZac Medico2008-04-051-8/+0
* In dbapi.move_ent(), never assume that any of the expected metadataZac Medico2008-04-052-5/+6
* Add missing str.upper() call for PORTAGE_FETCH_RESUME_MIN_SIZE.Zac Medico2008-04-031-1/+1
* If PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty, silently useZac Medico2008-04-031-0/+3
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-3/+57
* In cpv_expand(), if the virtuals file contains a versioned atom (likeZac Medico2008-04-031-1/+5
* Eliminate a redundant os.path.join() call.Zac Medico2008-04-021-2/+1
* Handle a potential FileNotFound exception in new_protect_filename() whenZac Medico2008-04-021-3/+9
* Use pkgcmp() instead of == and best() for correctness in case of implicitZac Medico2008-04-011-2/+4
* Remove some boolean logic that is obsolete now that the "selective" parameterZac Medico2008-04-011-4/+1
* Exploid ascending order returned from dbapi.match() calls to avoid the needZac Medico2008-04-011-2/+4
* Handle missing LICENSE in the Packages index since that's allowed forZac Medico2008-04-011-0/+1
* Bug #215308 - Cache the paths of known bad manifests to ensure that theZac Medico2008-04-011-1/+8
* When dblink.treewalk() queries for other packages in the same slot, filterZac Medico2008-03-301-3/+6
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-301-4/+8
* For bugs #197810 and #215308, pass the depgraph's "selective" parameterZac Medico2008-03-301-1/+2
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-291-3/+6
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+2
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-271-14/+15
* Bug #214879 - In fetch(), only parse the Manifest when FEATURES=strictZac Medico2008-03-261-1/+1
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-262-0/+2
* Fix typo.Zac Medico2008-03-251-1/+1
* Bug #212152 - Account pre-existing files when calculating whether thereZac Medico2008-03-251-1/+9
* Check is os.statvfs() is implemented before trying to us it.Zac Medico2008-03-241-5/+6
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2
* add @ to the list of invalid atom chars so sets with prefix aren't considered...Marius Mauch2008-03-181-1/+1
* Bug #212882 - For compatibility with ENOENT exceptions raised fromZac Medico2008-03-171-2/+18
* When in strict mode, make paren_reduce() detect missing whitespace aroundZac Medico2008-03-151-0/+8
* add a placeholder for repository paths in 'filename' and 'directory' options ...Marius Mauch2008-03-151-4/+16
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-141-5/+25
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-141-1/+23
* Make strip_empty() return a nedw list instead of working in-place. Thanks toZac Medico2008-03-131-5/+1
* - news bugfix from ferringbNed Ludd2008-03-111-0/+1
* Bug #212882 - Fix lockfile() to handle errno.EACCES raised from the fcntlZac Medico2008-03-101-1/+1
* Make readpkgindex() and writepkgindex() private methods of PackageIndex.v2.2_pre4Zac Medico2008-03-081-24/+24
* Convert PackageIndex.packages from a dict to a list so that in the futureZac Medico2008-03-072-11/+32
* As requested by wolf31o2, use the ROOT setting from make.conf as long asZac Medico2008-03-051-7/+2
* Remove redundant CUSTOM_PROFILE_PATH from the PROFILE_PATHS variable soZac Medico2008-03-051-1/+1
* don't list files as being merged when they are ignored due to confmem, bug #2...Marius Mauch2008-03-031-2/+1
* check available space in DISTDIR before trying to fetch/copy a file, bug #212152Marius Mauch2008-03-031-2/+11
* Make profile stacking of default USE and package.* slightly more efficientZac Medico2008-03-021-3/+6