summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* Fix dohtml so that it continues to install files even after some fail. Thank...Zac Medico2007-01-141-1/+2
* make sure people call addread/addwrite/adddeny/addpredict correctlyMike Frysinger2007-01-131-0/+4
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Fix a typo.Zac Medico2007-01-131-1/+1
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* Fix a typo.Zac Medico2007-01-121-6/+2
* Fix a typo.Zac Medico2007-01-121-1/+1
* purge string module from repomanAlec Warner2007-01-121-39/+39
* fix "" " " bugAlec Warner2007-01-122-4/+4
* purge string module from emergeAlec Warner2007-01-121-13/+13
* More String deprecationAlec Warner2007-01-127-28/+26
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-0/+2
* drop lazy bindings check once and for all ... the system ldso should have the...Mike Frysinger2007-01-121-14/+0
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-121-7/+9
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
* dont compress files that are already compressed and dont do sanity checking o...Mike Frysinger2007-01-111-8/+3
* For bug #50738, inform the user about the location of the timestamp file and ...Zac Medico2007-01-111-0/+4
* add support for user-customizable compression #9870Mike Frysinger2007-01-1110-126/+154
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for...Zac Medico2007-01-101-2/+2
* Don't allow slot collision nodes to block other packages since blocker valida...Zac Medico2007-01-101-1/+6
* For bug #161422, make slot collisions non-fatal in cases where an invalid dep...Zac Medico2007-01-101-26/+31
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat...Marius Mauch2007-01-101-0/+24
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw...Zac Medico2007-01-107-70/+68
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems...Zac Medico2007-01-091-6/+8
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+7
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-092-1/+6
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
* Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e...Alec Warner2007-01-081-31/+57
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
* Fix the digestentry.unused check so that it works properly when old-style fil...Zac Medico2007-01-061-4/+9
* For bug #160310, remove the line continuation syntax check since it's still p...Zac Medico2007-01-061-19/+0
* For bug #160310, allow \ inside `` quotes in order to prevent a false Line co...Zac Medico2007-01-061-2/+3
* force C locale for now when parsing gcc log files #160234Mike Frysinger2007-01-061-1/+2
* revert previous changes ... ruby.eclass is wrongly polluting env with nullglobMike Frysinger2007-01-061-12/+3
* Fix one more potential false glob match.Zac Medico2007-01-061-0/+1
* Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ...Zac Medico2007-01-061-3/+11
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe...Zac Medico2007-01-051-0/+1