summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-304-6/+6
* Fix display code that can triger a 'Invalid category' exception when itZac Medico2008-03-301-17/+17
* Make doins clean up it's own temp files. This solves an odd issue inZac Medico2008-03-301-1/+3
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-4/+5
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-302-18/+8
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-302-4/+7
* Make code a bit less prone to potentially hidden TypeError like bugs.Zac Medico2008-03-301-9/+10
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Use enumerate() it iterate over an array.Zac Medico2008-03-301-2/+1
* For bugs #197810 and #215308, pass the depgraph's "selective" parameterZac Medico2008-03-302-1/+4
* Bug #215308 - Simplify the greedy atoms logic so that it behaves moreZac Medico2008-03-301-22/+5
* When dyn_unpack() automatically cleans ${WORKDIR}, also remove thingsZac Medico2008-03-291-0/+1
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-292-6/+15
* Add a note about PKG_INSTALL_MASK.Zac Medico2008-03-291-1/+4
* Fix quoting for ${root} in install_mask().Zac Medico2008-03-291-1/+1
* When a resume list contains packages that are no longer available,Zac Medico2008-03-291-0/+2
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-294-3/+15
* Don't trigger the 'java.eclassesnotused' on blocker atoms.Zac Medico2008-03-291-1/+5
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-282-0/+13
* Bug #214691 - Move the "slot collision" display so that it is shown afterZac Medico2008-03-281-6/+37
* * Skip the recusive chown call if it fails on the top level directory sinceZac Medico2008-03-281-3/+3
* Disable tarsync when using lzma compression since it doesn't seem to beZac Medico2008-03-281-1/+2
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-284-3/+9
* Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image andZac Medico2008-03-281-1/+1
* Bug #213698 - Make FEAUTURES=keepwork and keeptemp preserve ${T}/environmentZac Medico2008-03-281-7/+3
* Bug #213629 - Use EAPI.incompatible in cases where EAPI=0 and a defaultZac Medico2008-03-281-2/+9
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-282-3/+15
* Remove redundant info from the KEYWORDS.dropped message.Zac Medico2008-03-281-1/+1
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-272-1/+34
* Bug #212509 - Display a note about the --without-mask option when thereZac Medico2008-03-271-1/+7
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-272-2/+13
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-272-15/+16
* Fix the noreplace logic to break out of the cpv loop early since there'sZac Medico2008-03-271-1/+1
* Make --noreplace take precedence over --newuse, as suggested by wolf31o2.Zac Medico2008-03-271-0/+5
* Bug #214879 - In fetch(), only parse the Manifest when FEATURES=strictZac Medico2008-03-261-1/+1
* Move the default empty compiler flag settings fromZac Medico2008-03-262-6/+5
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-262-0/+2
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-251-1/+8
* Fix typo.Zac Medico2008-03-251-1/+1
* Bug #212152 - Account pre-existing files when calculating whether thereZac Medico2008-03-251-1/+9
* Bug #211294 - Make repoman bail out if arch.list contains unrecognizedZac Medico2008-03-251-3/+12
* Bug #214499 - When compiler flags are unset, many packages will substituteZac Medico2008-03-241-0/+6
* Check is os.statvfs() is implemented before trying to us it.Zac Medico2008-03-241-5/+6
* Improve logic from the previous commit.Zac Medico2008-03-201-1/+1
* Fix depgraph._select_package() to make sure the installed package is a realZac Medico2008-03-201-1/+1
* readd digestentry.unused category as it's still relevantMarius Mauch2008-03-191-0/+2
* Fix quoting.Zac Medico2008-03-191-1/+1
* display versions of other slots for new-slot installs (bug #213790)Marius Mauch2008-03-191-18/+26