summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12Zac Medico2008-10-091-2/+2
* Fix code from previous commit so it properly checks $eapi to verify thatZac Medico2008-10-091-1/+2
* Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phaseZac Medico2008-10-091-0/+3
* Use separate temp directories in order to avoid potential name collisions.Zac Medico2008-10-081-7/+8
* Make "qawarnings" a normal set since the missingvars code might modify it.Zac Medico2008-10-071-1/+1
* Change the "qawarnings" variable from a list to a set.Zac Medico2008-10-071-3/+3
* Make HOMEPAGE.missing fatal again since, in cases when homepages are no longerZac Medico2008-10-071-1/+0
* Make HOMEPAGE.missing a warning since some packages become homeless evenZac Medico2008-10-051-0/+1
* In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempting to remove it sinceZac Medico2008-10-051-3/+4
* Bug #239529 - When doins is called on a symlink to a directory, preserve theZac Medico2008-10-051-5/+17
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-1/+4
* Redirect pushd and popd output to /dev/null when appropriate.Zac Medico2008-10-051-3/+3
* Add missing quotes on pushd argument from previous commit.Zac Medico2008-10-051-1/+1
* Bug #239529 - Fix 'doins' to work with symlinks to directories, like it didZac Medico2008-10-051-3/+11
* Fix `svn status` output parsing for compatibility with subversion-1.6. ThanksZac Medico2008-10-021-5/+5
* Implement a new "changelog.ebuildadded" check which causes repoman to bailZac Medico2008-10-021-16/+41
* Generate an eqawarn message if econf is called from src_compile andZac Medico2008-10-011-0/+4
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-5/+1
* use summarylist for output of test mode when --verbose is given (patch by Rob...Marius Mauch2008-09-281-5/+5
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-0/+1
* Make $PWD default to $PORTAGE_BUILDDIR since $WORKDIR is sometimes createdZac Medico2008-09-271-2/+2
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-262-4/+3
* 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