summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-283-9/+10
* Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmodZac Medico2007-12-281-6/+19
* Minor code readablity enhancements:Zac Medico2007-12-281-6/+8
* Bug #201498 - Use desktop-file-validate to validate *.desktopZac Medico2007-12-281-1/+27
* Fix broken handling of the tuple that's returned fromZac Medico2007-12-281-1/+1
* Bug #203239 - With FEATURES=noauto, always source ${EBUILD}.Zac Medico2007-12-281-4/+9
* - small UI cleanups. *should* not cause problems with lackZac Medico2007-12-281-6/+7
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* Implement a `portageq contents <root> <category/package>` commandZac Medico2007-12-211-0/+25
* Enhance the portageq match command to list all installed packagesZac Medico2007-12-211-9/+14
* emerge --search enhancements:Zac Medico2007-12-211-26/+95
* Eliminate redundant "notadded" error filtering. (trunk r9023)Zac Medico2007-12-211-7/+1
* Tweak profile validation and warning logic a bit. (trunk r9015)Zac Medico2007-12-211-1/+3
* Hardcode #!/bin/bash for consistency with other scripts. (trunk r9002)Zac Medico2007-12-201-1/+1
* Merge missing db keys from trunk, for bug #149816.Zac Medico2007-12-201-3/+6
* Merge the unified package masking output from trunk for bug #149816.Zac Medico2007-12-201-78/+102
* Bug #149816 - Implement visibility filtering for binary packages.Zac Medico2007-12-201-11/+24
* Enable emerge search actions for binary packages when there isZac Medico2007-12-201-24/+93
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-10/+1
* Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables forZac Medico2007-12-191-1/+2
* Display the merge list with blockers any time that there areZac Medico2007-12-181-4/+7
* Only enable the PORTAGE_IUSE check during build time phasesZac Medico2007-12-181-1/+6
* Create a PORTAGE_IUSE variable containing an egrep patternZac Medico2007-12-181-10/+6
* Generalize the sed -> gsed wrapper script so that it'sZac Medico2007-12-181-10/+12
* In "QA Notice: Precompiled python" messages, use sed to strip theZac Medico2007-12-151-1/+2
* Split out a format_qa_output() function to eliminate duplicate code.Zac Medico2007-12-151-59/+57