summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it easy to pass alternative cache implementations into the constructor a...Zac Medico2006-06-201-1/+2
* Use get() to simplify setitem logic as suggested by Brian Harring.Zac Medico2006-06-201-12/+10
* Implement get() as part of the standard mapping interface.Zac Medico2006-06-201-0/+6
* Fix it so that values are properly saved in the writable layer. Previously t...Zac Medico2006-06-201-1/+3
* Use wantnewlockfile=1 on /var/lib/portage/config for bug #137269. r3540 is al...Zac Medico2006-06-201-1/+2
* To prevent infinite recursion when a lock file has more than 1 hardlink, test...Zac Medico2006-06-191-1/+1
* make sure that elog entries are also processed in *rm phases and that they ar...Marius Mauch2006-06-191-0/+11
* Save timestamp.chk even when metadata-transfer is disabled for bug #137177.Zac Medico2006-06-191-10/+12
* - do not complain about redundant use of pretend and verbose flagsNed Ludd2006-06-191-2/+3
* goodbye tokenizeAlec Warner2006-06-181-46/+0
* Put bright colors before dark colors for bug #137206. Thanks to Benno Schule...Zac Medico2006-06-181-1/+1
* Add missing sys import found by pyflakes.Zac Medico2006-06-181-1/+1
* fix typoMarius Mauch2006-06-181-1/+1
* get rid of quotes in outputMike Frysinger2006-06-181-2/+2
* Prevent repoman frm using /etc/portage/package.mask. This is a regression in...Zac Medico2006-06-181-3/+7
* Overwrite the existing fetch log so that it only contains the most recent fetch.Zac Medico2006-06-181-1/+1
* Log parallel-fetch output to /var/log/emerge-fetch.log just in case it's need...Zac Medico2006-06-171-3/+8
* Make sure that doebuild gets the correct CATEGORY. See bug #137105.Zac Medico2006-06-172-0/+4
* Benno Schulenberg writes in #136818: tweak --nocolor descriptionMike Frysinger2006-06-171-1/+1
* Benno Schulenberg writes in #136818: tweak the description of --infoMike Frysinger2006-06-171-2/+2
* Benno Schulenberg writes in #136818: make the style of the --pretend letter d...Mike Frysinger2006-06-171-8/+8
* Benno Schulenberg writes in #136818: put the --config action in its alphabeti...Mike Frysinger2006-06-171-5/+5
* line wrap to 80 colsMike Frysinger2006-06-171-12/+18
* Benno Schulenberg writes in #136818: changes the wording of the "set" paramet...Mike Frysinger2006-06-171-4/+4
* Force digest generation when assume-digests is enabled but the file size does...Zac Medico2006-06-171-2/+10
* Import missing PermissionDenied class. Thanks to marienz for reporting (and ...Zac Medico2006-06-161-1/+2
* Fix checksum error messages for bug #136947. Thanks to truedfx for this patch.Zac Medico2006-06-161-2/+2
* Only attempt to unmerge the already-installed instance if it actually exists....Zac Medico2006-06-151-5/+6
* When --debug is enabled, do not raise a ValueError for unresolved dependencie...Zac Medico2006-06-151-2/+0
* more fixes to make it sound like I didn't write it at 8:41amAlec Warner2006-06-141-2/+2
* idiot, use.defaults, not make.defaultsAlec Warner2006-06-141-1/+1
* Add autouse removal to RELEASE-NOTESAlec Warner2006-06-141-0/+5
* Give a useful error message when a dependency has an ambiguous atom due to th...Zac Medico2006-06-141-17/+36
* Source /etc/portage/bashrc after the profile.bashrcs, since user env should b...Zac Medico2006-06-131-14/+14
* fix path to ebuild for dsd, bug # 135705Alec Warner2006-06-131-2/+2
* Fix generation of ebuild log file names for bug #136285.Zac Medico2006-06-132-15/+19
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus....Zac Medico2006-06-131-2/+2
* s/i686-unknown/i686-gentoo/ for bug #136532.Zac Medico2006-06-131-1/+1
* Fix a typo from the last revision (octal literals begin with 0).Zac Medico2006-06-131-1/+1
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.Zac Medico2006-06-131-1/+1
* Prevent extra newlines in elog for einfo invocations. See bug #136208.Zac Medico2006-06-121-2/+6
* For more simplicity, use os.rename instead of spawning MOVE_BINARY (see bug #...Zac Medico2006-06-121-1/+1
* Remove pointless closing of stdin that is done prior to metadata transfer (Se...Zac Medico2006-06-121-5/+0
* removing windows-like senseless confirmation requestsSimon Stelling2006-06-121-3/+0
* add date header for rfc2822 complianceMarius Mauch2006-06-121-2/+3
* Replace --include-masked with an inverse --ignore-masked option for bug #85576.Zac Medico2006-06-121-8/+6
* Stack package.mask files in a more logical order as specified in bug #133740.Zac Medico2006-06-121-5/+13
* Wrap more exceptions in ensure_dirs().Zac Medico2006-06-121-2/+8
* Wrap more exceptions when applying permissions. Thanks to marienz for report...Zac Medico2006-06-111-3/+16
* Remove QA warning when files are installed with portage uid/gid for bug #136313.Zac Medico2006-06-101-2/+0