summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml. (trunk...Zac Medico2007-08-221-3/+4
* filter out kernel modules from ELF QA checks #184443 (trunk r7645)Zac Medico2007-08-191-4/+5
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Make etc-update copy owner and group bits when it merges config files. (trunk...Zac Medico2007-08-161-1/+3
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-35/+25
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension. (trunk r7602)Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* Don't generate a QA Notice if the ${S} directory doesn't exist since it might...Zac Medico2007-08-101-3/+0
* For bug #187795, remove pointless digest.disjointed and digest.notadded warni...Zac Medico2007-08-061-12/+0
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first. (trun...Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741. (trunk r7564)Zac Medico2007-08-041-1/+4
* Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exis...Zac Medico2007-08-041-0/+9
* Like older versions of portage, don't show the repo display if [0] is all tha...Zac Medico2007-08-011-2/+4
* For bug #187375, handle an ImportError when portage is downgraded to a versio...Zac Medico2007-08-011-2/+6
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* As a workaround for bug #185305, make quickpkg break hardlinks during creatio...Zac Medico2007-07-301-0/+3
* For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP...Zac Medico2007-07-301-1/+1
* Always pass a dbapi instance into a setcpv call. (trunk r7496)Zac Medico2007-07-301-1/+1
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-301-2/+3
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak...Zac Medico2007-07-281-2/+2
* For bug #186480, while we transition to repository lables, avoid ? spam in th...Zac Medico2007-07-271-1/+5
* For bug #186826, always show --newuse flags that trigger reinstallation even ...Zac Medico2007-07-271-16/+24
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-271-0/+2
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ...Zac Medico2007-07-241-0/+5
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-241-2/+2
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* Fix the reverse dependency display for --prune when there is now real parent....Zac Medico2007-07-221-0/+5
* Make --update imply --oneshot since people often us it to update things when ...Zac Medico2007-07-221-1/+3
* Prevent a potential KeyError when removing world from the digraph for --prune...Zac Medico2007-07-221-1/+2
* Make --prune pull in the system set since that could pull in some slots that ...Zac Medico2007-07-221-0/+3
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p...Zac Medico2007-07-211-0/+17
* For bug #185153, in commit mode do the "Fetching trivial updates" routine bef...Zac Medico2007-07-211-38/+44
* Make --prune and --depclean return before calculating dependencies if atoms a...Zac Medico2007-07-211-0/+9
* Prune really uses all installed instead of world. It's not a real reverse de...Zac Medico2007-07-211-0/+3
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable r...Zac Medico2007-07-211-1/+7
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+25
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-13/+141
* split up the debug/sources steps as proposed by swegener and give the whole f...Zac Medico2007-07-181-50/+64
* Unify USE handling in the depgraph with the other metadata. (trunk r7298)Zac Medico2007-07-171-18/+15
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-171-0/+1
* When expanding ambiguous atoms against the vardb, make sure the the expanded ...Zac Medico2007-07-171-2/+5
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand t...Zac Medico2007-07-171-4/+11