summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Filter PORTAGE_VERBOSE in save_ebuild_env().Zac Medico2008-11-011-1/+1
* Bug #240295 - When emake is called, echo the make command similar to the wayZac Medico2008-11-011-0/+2
* Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match().Zac Medico2008-11-011-1/+2
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-27/+2
* Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich MüllerZac Medico2008-10-311-1/+1
* Fix broken stuff to avoid tracebacks when running in commit mode withZac Medico2008-10-311-1/+4
* Pass a Package instance into the config.setcpv() call.Zac Medico2008-10-311-1/+1
* recheck what changed in the repository also when nothing was added, becauseZac Medico2008-10-301-8/+6
* Make sure mychanged and mynew are always defined even if there is no vcsZac Medico2008-10-301-0/+2
* define myunadded such that repoman doesn't crash when being run in aZac Medico2008-10-301-0/+1
* Update the auto-add message to say "Manifest" instead of "digests". Thanks toZac Medico2008-10-281-1/+1
* Remove manifest1 digest-* autoadd code. Thanks to grobian.Zac Medico2008-10-281-9/+1
* Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to overrideZac Medico2008-10-261-2/+1
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-0/+1
* Add a PROPERTIES.syntax check.Zac Medico2008-10-221-1/+3
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+1
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-0/+1
* Remove the unused portage.gpg module and portage_gpg_update.sh script.Zac Medico2008-10-171-6/+0
* Bug #229033 - When a Manifest is added automatically by repoman, it's in theZac Medico2008-10-141-2/+17
* Add an explicit note about bug #239560 in the relevant code.Zac Medico2008-10-121-1/+3
* only use dummy echos in do_file() when running in interactive modeMike Frysinger2008-10-101-2/+3
* 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