summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Exclude distcc and and ccache setup from the "setup" phase. Also make the ↵Jason Stubbs2005-10-051-3/+3
| | | | | | redundant CCACHE_DIR default match what the python side sets. svn path=/main/branches/2.0/; revision=2101
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
| | | | svn path=/main/branches/2.0/; revision=2099
* Add new tool to check and fix problems with the world file (to begin with)Jason Stubbs2005-10-051-0/+111
| | | | svn path=/main/branches/2.0/; revision=2098
* Suggest running emaint when problems with the world file are detected.Jason Stubbs2005-10-051-6/+13
| | | | svn path=/main/branches/2.0/; revision=2097
* Add path to utf-8 checks so that repoman doesn't break outside of the ↵Jason Stubbs2005-10-041-1/+1
| | | | | | package dir svn path=/main/branches/2.0/; revision=2089
* don't declare -r the contents, declare -r the var name.Brian Harring2005-10-041-1/+1
| | | | svn path=/main/branches/2.0/; revision=2085
* Big cleanup and added check regarding chosen ebuild.Jason Stubbs2005-10-041-63/+71
| | | | svn path=/main/branches/2.0/; revision=2084
* bug 107770 , fix A D and a few other vars being set implicitly by readonly ↵Brian Harring2005-10-041-2/+4
| | | | | | protection during setup phase. svn path=/main/branches/2.0/; revision=2083
* Warn and ignore on invalid system/world atomsJason Stubbs2005-10-031-0/+3
| | | | svn path=/main/branches/2.0/; revision=2082
* final fixup (ebuild nameerror)Brian Harring2005-10-031-1/+2
| | | | svn path=/main/branches/2.0/; revision=2080
* fixing horkage when noauto is in use (nameerrors)Brian Harring2005-10-031-3/+8
| | | | svn path=/main/branches/2.0/; revision=2079
* Make sure to include package.use flags with fetch-restricted packagesJason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2076
* Pass use list rather than config obj to portdbapi.fetch_check()Jason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2074
* Restore full range of possible atoms that can be given to emerge by doingJason Stubbs2005-10-011-1/+8
| | | | | | atom validity checks using a dummy category if necessary. svn path=/main/branches/2.0/; revision=2068
* Check if invalid atoms are only missing a category and let those pass.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2066
* touches up on file.name check, part of glep31Brian Harring2005-10-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2065
* fixed ebuild soBrian Harring2005-10-011-13/+38
| | | | | | | ebuild some-ebuild clean setup unpack # works like ebuild some-ebuild clean unpack svn path=/main/branches/2.0/; revision=2064
* Add some more info about where the problem is coming from when atoms cannot ↵Jason Stubbs2005-09-291-0/+2
| | | | | | be resolved. svn path=/main/branches/2.0/; revision=2062
* Make depclean a little friendler (so that perhaps people will read the ↵Jason Stubbs2005-09-291-33/+27
| | | | | | messages? ;) svn path=/main/branches/2.0/; revision=2061
* Ignore packages in system/world that are satisfied by packages in ↵Jason Stubbs2005-09-291-0/+10
| | | | | | package.provided. svn path=/main/branches/2.0/; revision=2060
* Ignore blockers when fetching.Jason Stubbs2005-09-291-2/+9
| | | | svn path=/main/branches/2.0/; revision=2058
* Remove specific reference to the Gentoo Handbook.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2057
* Refactored world graphing code to reuse the standard dependency resolution ↵Jason Stubbs2005-09-291-62/+12
| | | | | | paths. svn path=/main/branches/2.0/; revision=2056
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
| | | | svn path=/main/branches/2.0/; revision=2053
* Security checks regarding installation of world-writable files.Jason Stubbs2005-09-291-0/+12
| | | | svn path=/main/branches/2.0/; revision=2049
* Validation of user atoms.Jason Stubbs2005-09-291-0/+4
| | | | svn path=/main/branches/2.0/; revision=2048
* remove CDEPENDJason Stubbs2005-09-291-3/+4
| | | | | | | ignore RDEPEND on --buildpkgonly svn path=/main/branches/2.0/; revision=2046
* overridable lchown/lchgrpJason Stubbs2005-09-291-7/+22
| | | | svn path=/main/branches/2.0/; revision=2045
* fixups to EAPI handling.Brian Harring2005-09-281-1/+1
| | | | svn path=/main/branches/2.0/; revision=2035
* file.name fixup for glep31 checks.Brian Harring2005-09-281-0/+2
| | | | svn path=/main/branches/2.0/; revision=2034
* bye bye global portageq's.Brian Harring2005-09-281-18/+3
| | | | svn path=/main/branches/2.0/; revision=2033
* eapi fix up for installation.Brian Harring2005-09-281-0/+1
| | | | svn path=/main/branches/2.0/; revision=2032
* typo fix.Brian Harring2005-09-261-1/+1
| | | | svn path=/main/branches/2.0/; revision=2026
* emerge --metadata ran as user, and silenced auxdb Corruption exceptions when ↵Brian Harring2005-09-241-2/+2
| | | | | | doing metadata transfer. svn path=/main/branches/2.0/; revision=2025
* EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache.Brian Harring2005-09-241-1/+1
| | | | svn path=/main/branches/2.0/; revision=2022
* cleanse_cache cleanups.Brian Harring2005-09-241-16/+31
| | | | svn path=/main/branches/2.0/; revision=2021
* bug 106544 , glep31 enforcement checksBrian Harring2005-09-241-0/+41
| | | | svn path=/main/branches/2.0/; revision=2020
* add a sanity check for diff before using it #48184Mike Frysinger2005-09-181-4/+8
| | | | svn path=/main/branches/2.0/; revision=1998
* fixing unpack so it works once again for tar :/Brian Harring2005-09-081-3/+3
| | | | svn path=/main/branches/2.0/; revision=1992
* Only warn on removal of system virtuals if there is only one satisfying package.Jason Stubbs2005-09-081-2/+8
| | | | svn path=/main/branches/2.0/; revision=1991
* backport local unpacking support from trunk and add support for jarMike Frysinger2005-09-081-15/+23
| | | | svn path=/main/branches/2.0/; revision=1990
* if passing the -i18n option to doman, make sure we eat the option and ↵Mike Frysinger2005-09-081-0/+1
| | | | | | continue processing svn path=/main/branches/2.0/; revision=1988
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-013-19/+22
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* this file should've been killed long ago.Brian Harring2005-08-301-3227/+0
| | | | svn path=/main/branches/2.0/; revision=1952
* header changes, $Header: -> $Id:Brian Harring2005-08-3073-73/+73
| | | | svn path=/main/branches/2.0/; revision=1951
* re-adding the unpack function to stable someone yanked... :)Brian Harring2005-08-301-0/+59
| | | | svn path=/main/branches/2.0/; revision=1947
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-2874-0/+13568
svn path=/main/branches/2.0/; revision=1941