summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-074-1/+41
* Enable pty support on FreeBSD.Zac Medico2009-10-071-1/+1
* merge disable openpty conditional from branches/prefixFabian Groffen2009-10-071-1/+15
* Bug #274870: Add file.size.fatal check in repoman.Arfrever Frehtes Taifersar Arahesis2009-10-071-3/+8
* Use the stricter _pkgsplit function.Zac Medico2009-10-071-1/+1
* Bug #265267 - Add hint about --accept-properties=-interactive in theZac Medico2009-10-062-2/+8
* Bug #265267 - When disabling --jobs due to interactive package(s), hintZac Medico2009-10-061-1/+4
* Exempt installed packages from PROPERTIES masking since the user is likelyZac Medico2009-10-061-3/+5
* Fix collision in variable name 'x'.Zac Medico2009-10-061-2/+2
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-063-3/+4
* Add a note about --accept-properties and exclusion of interactive updates.v2.2_rc44Zac Medico2009-10-061-0/+3
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-064-2/+41
* Add a 'digest.missing' check, for cases like mythtv where the eclass hasZac Medico2009-10-062-4/+17
* When restarting emerge, don't trust sys.argv[0] since eselect-python mayZac Medico2009-10-061-1/+3
* Enable FEATURES=news by default and document it.Zac Medico2009-10-052-1/+5
* - move news into features so it can be ignored when needed. Lots of whitespac...Ned Ludd2009-10-051-9/+11
* * Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals.Zac Medico2009-10-052-12/+42
* Make deprecated_profile_check() suggest to use eselect profile. Thanks toZac Medico2009-10-051-0/+2
* Make pkgsplit() preserve 'null' category if it's present in the input.Zac Medico2009-10-051-2/+3
* Use _pkgsplit when input cannot contain a category.Zac Medico2009-10-041-3/+3
* Use the simpler/stricter _pkgspit in dbapi code.Zac Medico2009-10-043-3/+8
* Make pkgsplit() accept a cpv again, since accepting a pv only will probablyZac Medico2009-10-041-3/+20
* Add src_configure and pkg_config to the list of phases in repoman.checks.Phas...Arfrever Frehtes Taifersar Arahesis2009-10-041-2/+2
* Restrict upstream.workaround to src_compile and src_install as much as possible.Mounir Lamouri2009-10-041-31/+36
* fix mis-alignmentFabian Groffen2009-10-041-1/+1
* Generate an eerror message in dblink.mergeme when a file has to be renamed inv2.2_rc43Zac Medico2009-10-031-2/+31
* - do not calculate source with of isolated-functions (for die function)Fabian Groffen2009-10-031-16/+16
* only calculate spacing width for that part of the stack that we're going to p...Fabian Groffen2009-10-031-1/+8
* Fix race condition when using a fork inside _test_pty_eof().Zac Medico2009-10-031-4/+6
* Don't use a fork inside _test_pty_eof() because it gives inconsistent results.Zac Medico2009-10-031-12/+21
* Bug #285832 - When updates are missed due to dependencies that have beenZac Medico2009-10-031-1/+44
* Bug #287333 - If posible, use ebuild from tree when checking for keyword maskZac Medico2009-10-021-7/+6
* Bug #287333 - Fix the code from bug #252167 so it behaves consistentlyZac Medico2009-10-021-4/+3
* Bug #285191 - Remove the RDEPEND.implicit check because it is invalid.Zac Medico2009-10-012-36/+1
* Remove libtool from RDEPEND.suspect list, since libltdl.so is validly used byZac Medico2009-10-011-1/+0
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-302-0/+10
* Bug #286895 - Generate an eerror message when a directory blocks mergeZac Medico2009-09-301-6/+16
* Use a regular expression for SLOT validation inside vardbapi.aux_get().Zac Medico2009-09-302-6/+9
* Take regular expressions from portage.dep and use them to reimplementZac Medico2009-09-303-54/+35
* Fix SyntaxError with Python 3 added in r14462.Arfrever Frehtes Taifersar Arahesis2009-09-291-1/+1
* Revert the rest of r14280 since it seems that dict bypasses __getitem__Zac Medico2009-09-291-26/+7
* Add back _PackageMetadataWrapper__setitem__, removed in r14280, since removingZac Medico2009-09-291-30/+64
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-293-10/+28
* Make tbz2.get_data() return an empty dict on failure.Zac Medico2009-09-291-1/+1
* Don't call self.scan() in tbz2.__init__ since all methods call it anyway.Zac Medico2009-09-291-1/+0
* Bug #286780 - Fix email.MIME* imports to use email.mime.* (works with pythonZac Medico2009-09-281-3/+3
* Fix breakage in file path -> package lookup code.Zac Medico2009-09-282-2/+2
* Make _test_pty_eof() call process.spawn() instead of os.fork().Zac Medico2009-09-271-8/+9
* Try to avoid blocking on Darwin in _test_pty_eof() by using slave_fd directlyZac Medico2009-09-271-7/+5
* In _test_pty_eof(), call waitpid on the child process only after reading allZac Medico2009-09-271-1/+1