summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-3/+5
* Fix old broken binary package visibility filtering code insideZac Medico2008-02-081-22/+21
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-1/+31
* Fix depgraph.select_files() so that arguments are expandedZac Medico2008-02-081-2/+8
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)Zac Medico2008-02-081-1/+1
* Bug #208782 - Consistently use double quotes rather than mixining in singleZac Medico2008-02-081-1/+1
* Bug #209144 - For emerge --sync, don't return 0 when the serverZac Medico2008-02-081-0/+1
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-072-1/+12
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+0
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
* Disable manifest1_compat for ebuild --force digest. (trunk r9254)Zac Medico2008-01-311-1/+1
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-4/+1
* fix typoZac Medico2008-01-311-1/+1
* Make the autotools.eclass functions exempt from the autotoolsZac Medico2008-01-311-2/+7
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-313-30/+32
* Bug #206772 - Enable bashrc once again for the clean phase. (trunk r9220)Zac Medico2008-01-311-0/+3
* Replace the current diefunc() and die alias with a single die() function.Zac Medico2008-01-311-6/+9
* Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)Zac Medico2008-01-311-1/+12
* Bug #138159 - add support for --version (trunk r9200)Zac Medico2008-01-311-1/+1
* Pass db_keys in to the FakeVartree constructor (merged from trunk). ThisZac Medico2008-01-301-5/+10
* In preprocess_ebuild_env(), move a filter_readonly_variables callZac Medico2008-01-121-2/+3
* Replace hardcoded value with max_desc_len. (trunk r9192)Zac Medico2008-01-121-1/+1
* Bug #203887 - Make repoman recognize RESTRICT="installsources".Zac Medico2008-01-111-1/+2
* Adjust the max DESCRIPTION.toolong length to 100 characters so thatZac Medico2008-01-111-2/+2
* Fix a typo. (trunk r9184)Zac Medico2008-01-111-1/+1
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-5/+19
* Add a DESCRIPTION.toolong warning for when the DESCRIPTION line isZac Medico2008-01-111-0/+11
* Bug #162450 - Try to avoid having so many bugs marked UPSTREAM byZac Medico2008-01-111-0/+7
* Bug #203887 - Implement RESTRICT=installsources for binaries that areZac Medico2008-01-111-0/+1
* Make sure that portdb.findname() returns the correct ebuild.Zac Medico2008-01-111-13/+16
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+0
* Bug#204668 - Fix WORKDIR quoting in econf() when updatingZac Medico2008-01-111-2/+4
* After loading the environment, make sure the color variablesZac Medico2008-01-111-0/+12
* per bug 204468, remove old check from repoman (all ebuilds inZac Medico2008-01-111-26/+0
* Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)Zac Medico2008-01-061-1/+2
* Make filter_readonly_variables() filter PATH in any case sinceZac Medico2008-01-052-3/+3
* Filter PATH along with FEATURES when loading environment.bz2.Zac Medico2008-01-051-1/+1
* Send eerror and ewarn messages to stderr. This is important inZac Medico2008-01-041-2/+2
* Recognize export statements when filtering the environment. ThisZac Medico2008-01-031-1/+1
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-1/+1
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-2/+3
* Rely on USERLAND since it's automatically generated byZac Medico2007-12-291-4/+5
* * Remove redundant lchown() compatibility code since theZac Medico2007-12-291-0/+11
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-0/+11
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14
* Bug #202697 - Add / to the default initial SANDBOX_READ in order toZac Medico2007-12-281-1/+1
* Make the FEATURES=sfperms loops safe for whitespace in pathsZac Medico2007-12-281-2/+4
* In action_regen(), use writemsg() to send error messages toZac Medico2007-12-281-7/+6