summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-251-2/+2
* Use echo -e when splitting lines in e* functions, for compatibility withZac Medico2008-09-251-6/+6
* Fix the case where all arguments are filtered out byZac Medico2008-09-251-1/+2
* Always call `cd "$WORKDIR"` to ensure that $CWD is sane whenever possible.Zac Medico2008-09-211-0/+3
* Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e*Zac Medico2008-09-211-67/+7
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-191-2/+7
* Fix typo in from previous commit.Zac Medico2008-09-191-1/+1
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-182-36/+8
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-132-4/+4
* Fix PYTHONPATH adjustments to only insert a colon when necessary. ThisZac Medico2008-09-131-3/+3
* New debugedit support for FEATURES=splitdebug, by Sven Wegener:Zac Medico2008-09-101-0/+11
* Don't mention log files in $T for eqawarn messages since the logs are likelyZac Medico2008-09-061-6/+3
* In the ignored LDFLAGS check, filter out anything under /usr/lib/debug/ inZac Medico2008-09-061-1/+4
* Bug #222091 - Filter out any instances of the \1 character from variableZac Medico2008-09-011-2/+7
* Fix grammar. Thanks to ABCD.Zac Medico2008-08-241-1/+1
* Fix spelling typos in error messages.Zac Medico2008-08-231-2/+2
* Fix the loop in filter_protected() to continue when necessary due to anZac Medico2008-08-231-0/+2
* Flush stdout after the loop inside filter_protected() completes.Zac Medico2008-08-231-0/+1
* Add a new filter_protected command which is similar to is_protected butZac Medico2008-08-231-0/+57
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-232-8/+44
* Add a new is_protected command which queries whether or not CONFIG_PROTECTZac Medico2008-08-221-0/+47
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-151-0/+16
* Convert exceptions from parse_metadata_use() into "metadata.bad" errorsZac Medico2008-08-141-9/+15
* Fix quoting for iteration over PROFILE_PATHS.Zac Medico2008-08-121-1/+1
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+0
* In source_all_bashrcs(), only change $IFS while splitting $PROFILE_PATHS intoZac Medico2008-08-111-5/+4
* Move the default EAPI definition where it will work in any case it mightZac Medico2008-08-101-4/+4
* Remove pointless `cd` calls in dyn_configure() and dyn_compile().Zac Medico2008-08-101-6/+4
* Eliminate duplicate code by making _eapi1_src_compile() call _eapi2_src_confi...Zac Medico2008-08-101-3/+1
* Fix dyn_clean() to properly clean $PORTAGE_BUILDDIR/.configured.Zac Medico2008-08-091-6/+3
* Make eapi*_src_install die since they're not supported.Zac Medico2008-08-091-3/+3
* Update date in dyn_help copyright header. Thanks to grobian.Zac Medico2008-08-091-1/+1
* Remove redundant default pkg_nofetch, src_unpack, and src_test definitionsZac Medico2008-08-081-12/+0
* Fix broken quoting in eval statements. Thanks to Arfrever.Zac Medico2008-08-081-2/+2
* Fix default phase functions in EAPI 2_pre2, since they should be labeled asZac Medico2008-08-081-2/+2
* Rename the eapi2_pre2_* functions to just eapi2_* and document all theZac Medico2008-08-082-9/+9
* Implement eapi$EAPI_* default phase functions that are equivalent to theZac Medico2008-08-082-55/+108
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-082-35/+140
* When testing containment of elem[:1] in "MR", filter potential empty stringZac Medico2008-08-071-1/+1
* Add support in EAPI 2_pre2 for a function named "default" is redefined forZac Medico2008-08-071-0/+9
* Replace call to `svn list` with a call to `svn status --depth=files --verbose`Zac Medico2008-08-071-6/+6
* Remove the "ebuild.disjointed" check because it's obsolete since we'veZac Medico2008-08-061-50/+1
* Fix `svn status` output parsing to account for "replaced" files indicatedZac Medico2008-08-061-1/+1
* Remove redundant 'local line' definition from previous commit.Zac Medico2008-08-061-1/+0
* Fix breakage in elog function newline handling with causes blank/emptyZac Medico2008-08-061-5/+43
* Remove the use.local.desc IUSE validation which is now replaced by glep56Zac Medico2008-08-051-30/+2
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-043-71/+171
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-011-15/+45
* Bug #229033 - Use `svn propget -R svn:keywords` to detect which will haveZac Medico2008-08-011-10/+30
* Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuildZac Medico2008-07-291-1/+16