summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Raise an error if the named repository doesn't existv2.2_pre7Marius Mauch2008-05-211-2/+8
* Simplify cache code in vardbapi.aux_get().Zac Medico2008-05-201-10/+3
* In vardbapi.aux_get(), don't mark cacheed metadata invalid just becauseZac Medico2008-05-201-1/+0
* Inside vardbapi.aux_get(), do more validation on the cache data toZac Medico2008-05-201-0/+9
* Adjust code order to organize it a bit. (branches/2.1.2 r10371)Zac Medico2008-05-191-5/+5
* Validate and normalize target_root earlier in the config constructor.Zac Medico2008-05-191-6/+6
* Fix vardbapi.aux_get() logic so that it will correctly pull the metadataZac Medico2008-05-191-1/+1
* Exclude "env" from use in variable substitution since we want to avoidZac Medico2008-05-191-3/+5
* Tweak vardbapi.aux_get() cache logic a bit.Zac Medico2008-05-181-1/+3
* * To avoid excessive IO on each call to LinkageMap.rebuild(), cacheZac Medico2008-05-181-8/+29
* Add the environment and some more files to the existing make.defaultsZac Medico2008-05-171-34/+55
* Detect and filter ebuilds that have invalid versions in portdbapi.cp_list().Zac Medico2008-05-161-1/+6
* add xterm-color and interix to list of valid terminalsMarius Mauch2008-05-131-1/+1
* make debug mode configurableMarius Mauch2008-05-131-1/+3
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-2/+6
* ignore consumers from the current package instance when checking if a preserv...Marius Mauch2008-05-131-2/+11
* Check vercmp() return value to avoid arbitrary results in case it returns NoneMarius Mauch2008-05-131-2/+4
* Simplify the code for bug #221755 now that the substitution map is updatedZac Medico2008-05-111-6/+2
* Make the variable substitution code for bug #221755 slightly more efficientZac Medico2008-05-112-2/+1
* Fix the variable subsitution code from bug #221755 so that variableZac Medico2008-05-112-4/+8
* Bug #221755 - Enable variable substitution in make.defaults to work accrossZac Medico2008-05-112-3/+14
* For the "blockers" parameter that's passed into the dblink constructorZac Medico2008-05-091-1/+5
* Make some confmem behavior modifications in order to try and make itZac Medico2008-05-081-1/+23
* Don't use try/finally to close atomic_ofstream since we don't want toZac Medico2008-05-081-18/+16
* Instead of doing automatic uninstalls in advance, install conflictingZac Medico2008-05-082-7/+56
* Make satisfied blockers "darkblue" by default.Zac Medico2008-05-061-1/+1
* Display satisfied blockers in green and show a small "b" instead of aZac Medico2008-05-061-0/+2
* Use vardbapi._excluded_dirs to filter results inside cp_list().Zac Medico2008-05-051-4/+1
* Add -MERGING-.* to vardbapi._excluded_dirs.Zac Medico2008-05-051-1/+1
* * In vardbapi.cpv_all() use catpkgsplit() for validation since that's whatZac Medico2008-05-051-3/+9
* Handle a potential InvalidData exception in vardbapi.cp_all().Zac Medico2008-05-051-2/+6
* fix preserve_libs logic to properly account for the current package instancev2.2_pre6Marius Mauch2008-05-051-11/+20
* Add "package" to EBUILD_PHASES since it's possible for einfo to be calledZac Medico2008-05-051-1/+2
* Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binaryZac Medico2008-05-051-0/+5
* Bug #220171 - Filter out 'lost+found' directories in vardbapi.cpv_all()Zac Medico2008-05-051-1/+9
* In the package uninstall sanity check, use RDEPEND from the currentlyZac Medico2008-05-041-0/+1
* actually remove libraries that aren't strictly needed from the preservation c...Marius Mauch2008-05-041-1/+5
* remove NEEDED from list of metadata variables (and associated special handlin...Marius Mauch2008-05-041-9/+2
* remove obsolete classMarius Mauch2008-05-041-42/+0
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-021-2/+2
* fix typoMarius Mauch2008-05-021-1/+1
* use special symlink comparison code (original patch from prefix r9499)Marius Mauch2008-05-021-1/+18
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed Li...Marius Mauch2008-05-023-138/+147
* properly remove sets from 'world' when unmergingMarius Mauch2008-05-021-0/+1
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-022-0/+5
* check if a given package set is defined more than onceMarius Mauch2008-05-021-2/+10
* remove 'sets/' name-prefix for file-based package setsMarius Mauch2008-05-021-1/+1
* check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)Marius Mauch2008-05-021-0/+28
* * Fix dep_check() so that it doesn't expand virtual blockers since theZac Medico2008-04-301-0/+6
* For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removalZac Medico2008-04-281-1/+2