summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch.Zac Medico2007-06-301-0/+12
* Use better parseable format for list_preserved_libsMarius Mauch2007-06-291-1/+4
* Fix quoting.Zac Medico2007-06-271-1/+1
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before.Zac Medico2007-06-271-1/+5
* Format the callstack indentation more like it used to be.Zac Medico2007-06-271-2/+2
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-17/+18
* For bug #180706, add sorting and a trailing newline in the rest of the cases ...Zac Medico2007-06-242-2/+4
* Provide a default value for PORTAGE_BINPKG_TMPFILE in case the package phase ...Zac Medico2007-06-241-0/+2
* Remove redundant 'Usage: ' from the usage message.Zac Medico2007-06-231-1/+1
* For bug #182428, make quickpkg exclude config files that are protected by CON...Zac Medico2007-06-221-2/+43
* Make quickpkg print a warning if "bindist" is in RESTRICT.Zac Medico2007-06-221-4/+17
* cache the result of --suffix to reduce testing overhead as suggested by Mr_Bo...Mike Frysinger2007-06-211-14/+17
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-214-11/+11
* Make IUSE handling safe for IUSE defaults.Zac Medico2007-06-211-2/+4
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if w...Mike Frysinger2007-06-211-0/+4
* Add an --ignore-default-opts option that is analogous to the corresponding em...Zac Medico2007-06-201-3/+8
* For bug #180165, make has_version dir if portageq has an unexpected exit code.Zac Medico2007-06-201-5/+13
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-202-1/+10
* For bug #182428, make quickpkg use a more secure umask by default and allow i...Zac Medico2007-06-191-2/+11
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-06-151-0/+4
* Add portageq command to list preserved libsMarius Mauch2007-06-131-5/+23
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-0/+4
* Make repoman work with both + and - flags in IUSE.Zac Medico2007-06-101-6/+5
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-0/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-06-091-1/+2
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-06-081-0/+2
* Use user-provided $mv_opts for -5 (bug #47442)Marius Mauch2007-06-051-1/+2
* Fix typo.Zac Medico2007-06-041-1/+1
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-041-193/+134
* Fix it so repoman still does QA when $FILESDIR doesn't exist.Zac Medico2007-06-011-5/+8
* Don't complain when $FILESDIR is missing unless manifest1 compatibility is en...Zac Medico2007-06-011-9/+4
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-1/+1
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-311-17/+1
* catch GetoptErrorMarius Mauch2007-05-311-1/+5
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
* Fix emaint world $ROOT handling.Zac Medico2007-05-281-2/+2
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-281-1/+121
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-271-2/+36
* Add an emaint "binhost" target which does the time consuming population of $P...Zac Medico2007-05-271-1/+59
* Fix a typo.Zac Medico2007-05-271-1/+1
* Fix an UnboundLocalError when there's no tty.Zac Medico2007-05-271-1/+2
* Add SIGWINCH support so that the progress bar is resized if the xterm is resi...Zac Medico2007-05-271-2/+7
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-4/+33
* In the WorldHandler class, add support for an onProgress callback that can be...Zac Medico2007-05-271-3/+14
* xmlint can produce garbage output even on success, so only dump the ouput whe...Zac Medico2007-05-261-3/+8
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
* Skip fetching of metadata.dtd when mymode == "manifest".Zac Medico2007-05-251-2/+4
* Fix the ignore-previously-merged option so that it compares the original file...Zac Medico2007-05-241-1/+2