portage.git
18 years agokill off custom bash hacks and replace with calls to find/xargs #121368
Mike Frysinger [Tue, 11 Apr 2006 00:53:30 +0000 (00:53 -0000)]
kill off custom bash hacks and replace with calls to find/xargs #121368

svn path=/main/trunk/; revision=3118

18 years agoEnsure that binarytree.populate is called even when the first access is
Jason Stubbs [Mon, 10 Apr 2006 12:07:51 +0000 (12:07 -0000)]
Ensure that binarytree.populate is called even when the first access is
via binarytree.dbapi.{aux_get,match}.

svn path=/main/trunk/; revision=3117

18 years agoUse os.path.join for cleaner joins.
Zac Medico [Mon, 10 Apr 2006 08:51:49 +0000 (08:51 -0000)]
Use os.path.join for cleaner joins.

svn path=/main/trunk/; revision=3116

18 years agoMake repoman ignore deeply nested CVS directories and files they contain in order...
Zac Medico [Mon, 10 Apr 2006 07:44:14 +0000 (07:44 -0000)]
Make repoman ignore deeply nested CVS directories and files they contain in order to prevent false file.name errors (files with CVS directories may contain commas).

svn path=/main/trunk/; revision=3115

18 years agoAdd docstrings for FetchlistDict.
Zac Medico [Mon, 10 Apr 2006 04:38:32 +0000 (04:38 -0000)]
Add docstrings for FetchlistDict.

svn path=/main/trunk/; revision=3114

18 years agoSimplify the porttrees logic for FetchlistDict.
Zac Medico [Mon, 10 Apr 2006 04:28:22 +0000 (04:28 -0000)]
Simplify the porttrees logic for FetchlistDict.

svn path=/main/trunk/; revision=3113

18 years agoRemove unnecessary calls to dict.keys() from portage_manifest.
Zac Medico [Mon, 10 Apr 2006 04:17:10 +0000 (04:17 -0000)]
Remove unnecessary calls to dict.keys() from portage_manifest.

svn path=/main/trunk/; revision=3112

18 years agoRemove db and mysettings from Manifest and replace them with a mapping object that...
Zac Medico [Mon, 10 Apr 2006 03:37:11 +0000 (03:37 -0000)]
Remove db and mysettings from Manifest and replace them with a mapping object that provides access to fetch lists for each cpv.

svn path=/main/trunk/; revision=3111

18 years agoPass DISTDIR into the Manifest constructor instead of getting it from mysettings...
Zac Medico [Mon, 10 Apr 2006 01:42:02 +0000 (01:42 -0000)]
Pass DISTDIR into the Manifest constructor instead of getting it from mysettings because mysettings will be eliminated soon.

svn path=/main/trunk/; revision=3110

18 years agoRemove dependency on the core portage module from portage_manifest.
Zac Medico [Sun, 9 Apr 2006 22:18:51 +0000 (22:18 -0000)]
Remove dependency on the core portage module from portage_manifest.

svn path=/main/trunk/; revision=3109

18 years agosimpler dosym to make mr bones happy
Mike Frysinger [Sun, 9 Apr 2006 20:28:16 +0000 (20:28 -0000)]
simpler dosym to make mr bones happy

svn path=/main/trunk/; revision=3108

18 years agoRemove dead code from portage.digestParseFile().
Zac Medico [Sun, 9 Apr 2006 09:10:03 +0000 (09:10 -0000)]
Remove dead code from portage.digestParseFile().

svn path=/main/trunk/; revision=3107

18 years agoEncapsulate type guessing logic in a new Manifest method.
Zac Medico [Sun, 9 Apr 2006 09:00:39 +0000 (09:00 -0000)]
Encapsulate type guessing logic in a new Manifest method.

svn path=/main/trunk/; revision=3106

18 years agoFor compatibility, return a tuple of 3 when an OSError is raised in portage_checksum...
Zac Medico [Sun, 9 Apr 2006 08:28:05 +0000 (08:28 -0000)]
For compatibility, return a tuple of 3 when an OSError is raised in portage_checksum.verify_all()

svn path=/main/trunk/; revision=3105

18 years agoMove mf.create out of a loop because it should only need to be called once.
Zac Medico [Sun, 9 Apr 2006 04:50:41 +0000 (04:50 -0000)]
Move mf.create out of a loop because it should only need to be called once.

svn path=/main/trunk/; revision=3104

18 years agoSupply missing parameters to a checkFileHashes call.
Zac Medico [Sun, 9 Apr 2006 04:37:05 +0000 (04:37 -0000)]
Supply missing parameters to a checkFileHashes call.

svn path=/main/trunk/; revision=3103

18 years agoRemove bin/mirror.py because, according to Brian Harring, it's obsoleted by mirror... v2.1_pre8
Zac Medico [Sat, 8 Apr 2006 10:11:30 +0000 (10:11 -0000)]
Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by mirror-dist.

svn path=/main/trunk/; revision=3101

18 years agoRemove pym/portage_contents.py because it's not used. Thanks to Brian Harring for...
Zac Medico [Sat, 8 Apr 2006 09:52:39 +0000 (09:52 -0000)]
Remove pym/portage_contents.py because it's not used. Thanks to Brian Harring for noticing.

svn path=/main/trunk/; revision=3100

18 years agoRemove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.
Zac Medico [Sat, 8 Apr 2006 09:49:18 +0000 (09:49 -0000)]
Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.

svn path=/main/trunk/; revision=3099

18 years agoAdd copyright headers for portage_update and portage_manifest.
Zac Medico [Sat, 8 Apr 2006 09:45:10 +0000 (09:45 -0000)]
Add copyright headers for portage_update and portage_manifest.

svn path=/main/trunk/; revision=3098

18 years agoFix some minor issues with the anydbm cache module. Thanks to Halcyon for reporting.
Zac Medico [Sat, 8 Apr 2006 08:16:31 +0000 (08:16 -0000)]
Fix some minor issues with the anydbm cache module. Thanks to Halcyon for reporting.

svn path=/main/trunk/; revision=3097

18 years agoRemove redundant "please tell me what to do" code, which is now handled earlier.
Zac Medico [Sat, 8 Apr 2006 07:18:15 +0000 (07:18 -0000)]
Remove redundant "please tell me what to do" code, which is now handled earlier.

svn path=/main/trunk/; revision=3096

18 years agoFix myaction logic so that --resume works (with --pretend) for non-root users.
Zac Medico [Sat, 8 Apr 2006 06:26:30 +0000 (06:26 -0000)]
Fix myaction logic so that --resume works (with --pretend) for non-root users.

svn path=/main/trunk/; revision=3095

18 years agoProtect string indexes during input stripping in dep_getkey and dep_getcpv.
Jason Stubbs [Sat, 8 Apr 2006 03:01:20 +0000 (03:01 -0000)]
Protect string indexes during input stripping in dep_getkey and dep_getcpv.
Bug #129193

svn path=/main/trunk/; revision=3094

18 years agoFix myaction logic (myaction==None is actually valid, regression from r3090).
Zac Medico [Fri, 7 Apr 2006 22:44:34 +0000 (22:44 -0000)]
Fix myaction logic (myaction==None is actually valid, regression from r3090).

svn path=/main/trunk/; revision=3093

18 years agoremove reference to a script that doesnt exist
Mike Frysinger [Fri, 7 Apr 2006 22:38:15 +0000 (22:38 -0000)]
remove reference to a script that doesnt exist

svn path=/main/trunk/; revision=3092

18 years agoFix this random y that was in the last commit...I blame nano :P
Alec Warner [Fri, 7 Apr 2006 19:11:26 +0000 (19:11 -0000)]
Fix this random y that was in the last commit...I blame nano :P

svn path=/main/trunk/; revision=3091

18 years agoFix a regression in security handling, emerge with no options should print out helpfu...
Alec Warner [Fri, 7 Apr 2006 19:02:43 +0000 (19:02 -0000)]
Fix a regression in security handling, emerge with no options should print out helpful information, not tell you you need to be root ;)

svn path=/main/trunk/; revision=3090

18 years agoThanks to jforman for finding this one, emerge was not helpful when permissions on...
Alec Warner [Fri, 7 Apr 2006 16:55:37 +0000 (16:55 -0000)]
Thanks to jforman for finding this one, emerge was not helpful when permissions on the world file are not so good, so in the case of permission denied, we reraise, essentially telling the user we can't read the world file.  In the case of it not existing, we assume the user knows what they are doing and we print a squelchable warning message.

svn path=/main/trunk/; revision=3089

18 years agoOptimize manifest2AuxfileFilter handling of ignored directories. Thanks to Brian...
Zac Medico [Fri, 7 Apr 2006 09:39:43 +0000 (09:39 -0000)]
Optimize manifest2AuxfileFilter handling of ignored directories.  Thanks to Brian Harring for the patch.

svn path=/main/trunk/; revision=3088

18 years agoRaise exceptions when appropriate in the atomic_ofstream constructor for bug #129098.
Zac Medico [Fri, 7 Apr 2006 09:23:30 +0000 (09:23 -0000)]
Raise exceptions when appropriate in the atomic_ofstream constructor for bug #129098.

svn path=/main/trunk/; revision=3087

18 years agoSpeed up portage.config.keys()
Alec Warner [Fri, 7 Apr 2006 00:50:52 +0000 (00:50 -0000)]
Speed up portage.config.keys()

svn path=/main/trunk/; revision=3086

18 years agoChange == None to is None
Alec Warner [Fri, 7 Apr 2006 00:48:59 +0000 (00:48 -0000)]
Change == None to is None

svn path=/main/trunk/; revision=3085

18 years agoonly display syncing progress for each file when --verbose is set; thanks Olaf Hering...
Simon Stelling [Thu, 6 Apr 2006 21:05:00 +0000 (21:05 -0000)]
only display syncing progress for each file when --verbose is set; thanks Olaf Hering, bug 128362

svn path=/main/trunk/; revision=3084

18 years agoset PKG_CONFIG_PATH correct on multilib systems; bug 126801
Simon Stelling [Thu, 6 Apr 2006 19:47:04 +0000 (19:47 -0000)]
set PKG_CONFIG_PATH correct on multilib systems; bug 126801

svn path=/main/trunk/; revision=3083

18 years agoadd /usr/local/{,s}bin to PATH; bug 117713
Simon Stelling [Thu, 6 Apr 2006 19:28:29 +0000 (19:28 -0000)]
add /usr/local/{,s}bin to PATH; bug 117713

svn path=/main/trunk/; revision=3082

18 years agoemerge info -> emerge --info
Simon Stelling [Thu, 6 Apr 2006 10:58:18 +0000 (10:58 -0000)]
emerge info -> emerge --info

svn path=/main/trunk/; revision=3080

18 years agoRemove really really old check during a cvs move. Fix except statement to be saner
Alec Warner [Thu, 6 Apr 2006 05:37:24 +0000 (05:37 -0000)]
Remove really really old check during a cvs move.  Fix except statement to be saner

svn path=/main/trunk/; revision=3079

18 years agoRevert r3073 since it causes a regression (digestgen needs to be run for each value...
Zac Medico [Thu, 6 Apr 2006 02:06:10 +0000 (02:06 -0000)]
Revert r3073 since it causes a regression (digestgen needs to be run for each value of repoman_settings["O"]).  See bug #128946.

svn path=/main/trunk/; revision=3078

18 years agoRevert FEATURES=noclean behavior so that clean is only skipped after merge. Thanks...
Zac Medico [Wed, 5 Apr 2006 18:58:40 +0000 (18:58 -0000)]
Revert FEATURES=noclean behavior so that clean is only skipped after merge.  Thanks to azarah for reporting.

svn path=/main/trunk/; revision=3077

18 years agoMove some color mappings to ensure that they do not override the user defined color...
Zac Medico [Wed, 5 Apr 2006 10:22:42 +0000 (10:22 -0000)]
Move some color mappings to ensure that they do not override the user defined color map.

svn path=/main/trunk/; revision=3076

18 years agoAdd color code mappings for 16 colors in rgb format.
Zac Medico [Wed, 5 Apr 2006 10:05:44 +0000 (10:05 -0000)]
Add color code mappings for 16 colors in rgb format.

svn path=/main/trunk/; revision=3075

18 years agoRemove the srcroot parameter from env_update because is doesn't work when portage...
Zac Medico [Wed, 5 Apr 2006 01:48:54 +0000 (01:48 -0000)]
Remove the srcroot parameter from env_update because is doesn't work when portage.movefile merges files via os.rename.  To do this properly we need to pass in CONTENTS instead.

svn path=/main/trunk/; revision=3074

18 years agoDon't generate digests on --pretend for repoman. Thanks go once again to exg@gentoo...
Alec Warner [Tue, 4 Apr 2006 23:25:16 +0000 (23:25 -0000)]
Don't generate digests on --pretend for repoman.  Thanks go once again to exg@gentoo.org :)

svn path=/main/trunk/; revision=3073

18 years agoAdd support for user configuration of colors in the output module for bug #125120...
Zac Medico [Tue, 4 Apr 2006 21:13:55 +0000 (21:13 -0000)]
Add support for user configuration of colors in the output module for bug #125120.  Thanks to solar for the patch that this was derived from.

svn path=/main/trunk/; revision=3072

18 years agoAutomatically create FILESDIR if necessary when writing old style digests. Thanks...
Zac Medico [Tue, 4 Apr 2006 19:59:24 +0000 (19:59 -0000)]
Automatically create FILESDIR if necessary when writing old style digests.  Thanks to blubb for reporting.

svn path=/main/trunk/; revision=3071

18 years agofix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614
Simon Stelling [Tue, 4 Apr 2006 19:17:45 +0000 (19:17 -0000)]
fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug 127614

svn path=/main/trunk/; revision=3070

18 years agofix make.conf indentation per bug 127868; thanks to Paul Varner for the patch
Simon Stelling [Tue, 4 Apr 2006 18:01:49 +0000 (18:01 -0000)]
fix make.conf indentation per bug 127868; thanks to Paul Varner for the patch

svn path=/main/trunk/; revision=3069

18 years agoIt was pointed out that we have a Test-Manifest perl package, which would get sadly...
Alec Warner [Mon, 3 Apr 2006 15:08:07 +0000 (15:08 -0000)]
It was pointed out that we have a Test-Manifest perl package, which would get sadly excluded using the old string match, so we fix it to match less ;)

svn path=/main/trunk/; revision=3068

18 years agoFix yet another typo of mine, thanks to exg
Alec Warner [Mon, 3 Apr 2006 14:53:23 +0000 (14:53 -0000)]
Fix yet another typo of mine, thanks to exg

svn path=/main/trunk/; revision=3067

18 years agoFix ordering in cvs calls to be correct, thanks to exg for the fix (again)
Alec Warner [Mon, 3 Apr 2006 13:40:56 +0000 (13:40 -0000)]
Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)

svn path=/main/trunk/; revision=3066

18 years agos/parenreduce/paren_reduce/ comment fix.
Jason Stubbs [Mon, 3 Apr 2006 10:43:44 +0000 (10:43 -0000)]
s/parenreduce/paren_reduce/ comment fix.

svn path=/main/trunk/; revision=3065

18 years agoRemove out-dated TODO file
Alec Warner [Mon, 3 Apr 2006 05:25:38 +0000 (05:25 -0000)]
Remove out-dated TODO file

svn path=/main/trunk/; revision=3064

18 years agoFix a typo from r3058.
Zac Medico [Mon, 3 Apr 2006 05:08:21 +0000 (05:08 -0000)]
Fix a typo from r3058.

svn path=/main/trunk/; revision=3063

18 years agoFixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest regener...
Alec Warner [Mon, 3 Apr 2006 05:07:56 +0000 (05:07 -0000)]
Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest regeneration in certain cases, adds pretend gpg outut

svn path=/main/trunk/; revision=3062

18 years agoFix minor typo: reported by Brian Harring
Alec Warner [Mon, 3 Apr 2006 04:19:51 +0000 (04:19 -0000)]
Fix minor typo: reported by Brian Harring

svn path=/main/trunk/; revision=3061

18 years agotsk tsk, fix a missing parenthesis :)
Alec Warner [Mon, 3 Apr 2006 04:18:48 +0000 (04:18 -0000)]
tsk tsk, fix a missing parenthesis :)

svn path=/main/trunk/; revision=3060

18 years agoAdd a deprecation notice for those who are still using tokenize ( hopefully no one...
Alec Warner [Mon, 3 Apr 2006 04:16:49 +0000 (04:16 -0000)]
Add a deprecation notice for those who are still using tokenize ( hopefully no one :/ )

svn path=/main/trunk/; revision=3059

18 years agoMove DISTDIR initialization from doebuild to fetch and handle read-only file system...
Zac Medico [Mon, 3 Apr 2006 03:59:26 +0000 (03:59 -0000)]
Move DISTDIR initialization from doebuild to fetch and handle read-only file system errors for bug #128506.

svn path=/main/trunk/; revision=3058

18 years agoTake sound advice and move all the use expand files into desc/
Alec Warner [Mon, 3 Apr 2006 02:30:40 +0000 (02:30 -0000)]
Take sound advice and move all the use expand files into desc/

svn path=/main/trunk/; revision=3057

18 years agoMake repoman check for USE expand descriptions in other files so USE_EXPAND variables...
Alec Warner [Mon, 3 Apr 2006 02:17:48 +0000 (02:17 -0000)]
Make repoman check for USE expand descriptions in other files so USE_EXPAND variables can have longer/better/faster/stronger descriptions.

svn path=/main/trunk/; revision=3056

18 years agoMake the reading of /proc/<pid>/fd/ impervious to the possible addition
Jason Stubbs [Sun, 2 Apr 2006 08:05:36 +0000 (08:05 -0000)]
Make the reading of /proc/<pid>/fd/ impervious to the possible addition
of non-numerically named entries.

svn path=/main/trunk/; revision=3055

18 years agoAdd a portage_exec.get_open_fds() function for bug #128284. Thanks to Brian Harring...
Zac Medico [Sun, 2 Apr 2006 05:53:03 +0000 (05:53 -0000)]
Add a portage_exec.get_open_fds() function for bug #128284. Thanks to Brian Harring for this patch.

svn path=/main/trunk/; revision=3054

18 years agoMore exception fixes...
Alec Warner [Sun, 2 Apr 2006 04:18:35 +0000 (04:18 -0000)]
More exception fixes...

svn path=/main/trunk/; revision=3053

18 years agoFixing stupid exception handling
Alec Warner [Sun, 2 Apr 2006 00:12:34 +0000 (00:12 -0000)]
Fixing stupid exception handling

svn path=/main/trunk/; revision=3051

18 years agofix makelinks logic again
Mike Frysinger [Sat, 1 Apr 2006 09:39:59 +0000 (09:39 -0000)]
fix makelinks logic again

svn path=/main/trunk/; revision=3048

18 years agoRename local 'root' variable to parent_dir so that it's not confused with portage...
Zac Medico [Sat, 1 Apr 2006 08:08:25 +0000 (08:08 -0000)]
Rename local 'root' variable to parent_dir so that it's not confused with portage.root

svn path=/main/trunk/; revision=3047

18 years agoFix ROOT handling for timestamps of lib directories. Only run ldconfig when timestamp...
Zac Medico [Sat, 1 Apr 2006 07:34:48 +0000 (07:34 -0000)]
Fix ROOT handling for timestamps of lib directories. Only run ldconfig when timestamps have changed (the makelinks flag does not force ldconfig unless timestamps have changed).

svn path=/main/trunk/; revision=3046

18 years agoneed to still check makelinks
Mike Frysinger [Sat, 1 Apr 2006 04:53:35 +0000 (04:53 -0000)]
need to still check makelinks

svn path=/main/trunk/; revision=3045

18 years agoFix env_update so it runs ldconfig when a lib dir timestamp has changed unless srcroo...
Zac Medico [Sat, 1 Apr 2006 04:27:54 +0000 (04:27 -0000)]
Fix env_update so it runs ldconfig when a lib dir timestamp has changed unless srcroot is not None and no files were installed into libdir.

svn path=/main/trunk/; revision=3044

18 years agodont run ldconfig if a package doesnt actually install any libraries
Mike Frysinger [Sat, 1 Apr 2006 01:56:07 +0000 (01:56 -0000)]
dont run ldconfig if a package doesnt actually install any libraries

svn path=/main/trunk/; revision=3043

18 years agoFix manifest2AuxfileFilter so that it correctly filters files such as 2.1_pre7/CVS...
Zac Medico [Thu, 30 Mar 2006 11:46:04 +0000 (11:46 -0000)]
Fix manifest2AuxfileFilter so that it correctly filters files such as 2.1_pre7/CVS/Entries.

svn path=/main/trunk/; revision=3042

18 years agoUse ensure_dirs for CCACHE_DIR, CONFCACHE_DIR, and DISTCC_DIR.
Zac Medico [Thu, 30 Mar 2006 10:09:00 +0000 (10:09 -0000)]
Use ensure_dirs for CCACHE_DIR, CONFCACHE_DIR, and DISTCC_DIR.

svn path=/main/trunk/; revision=3041

18 years agoAdd a reusable ensure_dirs() function and use it for DISTDIR initialization.
Zac Medico [Thu, 30 Mar 2006 09:41:19 +0000 (09:41 -0000)]
Add a reusable ensure_dirs() function and use it for DISTDIR initialization.

svn path=/main/trunk/; revision=3040

18 years agoThe return value from apply_permissions now indicates whether or not the permissions...
Zac Medico [Thu, 30 Mar 2006 09:20:34 +0000 (09:20 -0000)]
The return value from apply_permissions now indicates whether or not the permissions needed to be modified.

svn path=/main/trunk/; revision=3039

18 years agoHandle distlocks subdir initialization together with $DISTDIR and $DISTDIR/cvs-src.
Zac Medico [Thu, 30 Mar 2006 04:54:20 +0000 (04:54 -0000)]
Handle distlocks subdir initialization together with $DISTDIR and $DISTDIR/cvs-src.

svn path=/main/trunk/; revision=3038

18 years agoOnly do recursive permissions on $DISTDIR and $DISTDIR/cvs-src when the top level...
Zac Medico [Wed, 29 Mar 2006 22:22:16 +0000 (22:22 -0000)]
Only do recursive permissions on $DISTDIR and $DISTDIR/cvs-src when the top level permissions do not match.  Thanks to marienz for reporting.

svn path=/main/trunk/; revision=3037

18 years agoCompare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead of...
Zac Medico [Wed, 29 Mar 2006 10:02:07 +0000 (10:02 -0000)]
Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead of with the symlinks in DISTDIR.  Thanks to Ed Catmur for this patch (bug #127930).

svn path=/main/trunk/; revision=3036

18 years agoIgnore more system libraries in python-trace mode.
Zac Medico [Wed, 29 Mar 2006 09:25:27 +0000 (09:25 -0000)]
Ignore more system libraries in python-trace mode.

svn path=/main/trunk/; revision=3035

18 years agoAutomatically follow symlinks in the atomic_ofstream constructor. See bug #127897.
Zac Medico [Wed, 29 Mar 2006 08:51:06 +0000 (08:51 -0000)]
Automatically follow symlinks in the atomic_ofstream constructor. See bug #127897.

svn path=/main/trunk/; revision=3034

18 years agoadd missing space in quiet col output
Mike Frysinger [Wed, 29 Mar 2006 05:38:02 +0000 (05:38 -0000)]
add missing space in quiet col output

svn path=/main/trunk/; revision=3033

18 years agoCreate a single colorize() function in the output module and use it to generate all...
Zac Medico [Wed, 29 Mar 2006 03:17:46 +0000 (03:17 -0000)]
Create a single colorize() function in the output module and use it to generate all of the existing color functions.

svn path=/main/trunk/; revision=3030

18 years agoRecommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTS
Marius Mauch [Tue, 28 Mar 2006 05:27:54 +0000 (05:27 -0000)]
Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTS

svn path=/main/trunk/; revision=3029

18 years ago- set sane perms on unpacking. If anybody hates this than they are welcome to tie...
Ned Ludd [Mon, 27 Mar 2006 15:46:04 +0000 (15:46 -0000)]
- set sane perms on unpacking. If anybody hates this than they are welcome to tie it into FEATURES= sfperms

svn path=/main/trunk/; revision=3028

18 years agoSort the hashes for manifest2 lines to that output is reproducible.
Zac Medico [Mon, 27 Mar 2006 10:16:16 +0000 (10:16 -0000)]
Sort the hashes for manifest2 lines to that output is reproducible.

svn path=/main/trunk/; revision=3026

18 years agosort digest/Manifest files by 1) filetype (v2 only) 2) filename (v1+v2) 3) hashtype...
Marius Mauch [Mon, 27 Mar 2006 07:21:46 +0000 (07:21 -0000)]
sort digest/Manifest files by 1) filetype (v2 only) 2) filename (v1+v2) 3) hashtype (v1 only)

svn path=/main/trunk/; revision=3024

18 years agoCompare new digest data with old digest data and rewrite the new digest only if they...
Zac Medico [Mon, 27 Mar 2006 05:25:31 +0000 (05:25 -0000)]
Compare new digest data with old digest data and rewrite the new digest only if they differ (forward port r2951 from manifest1 to manifest2).

svn path=/main/trunk/; revision=3022

18 years agoUse write_atomic for updates of old style digest files.
Zac Medico [Mon, 27 Mar 2006 03:08:03 +0000 (03:08 -0000)]
Use write_atomic for updates of old style digest files.

svn path=/main/trunk/; revision=3021

18 years agofix some nasty repoman tricks causing problems (always use absolute paths with manife...
Marius Mauch [Mon, 27 Mar 2006 02:42:49 +0000 (02:42 -0000)]
fix some nasty repoman tricks causing problems (always use absolute paths with manifest2 code)

svn path=/main/trunk/; revision=3020

18 years agoSplit out a reusable Manifest._createDigestLines1() method.
Zac Medico [Mon, 27 Mar 2006 01:49:11 +0000 (01:49 -0000)]
Split out a reusable Manifest._createDigestLines1() method.

svn path=/main/trunk/; revision=3019

18 years agofix a typo from the last revision.
Zac Medico [Mon, 27 Mar 2006 01:21:31 +0000 (01:21 -0000)]
fix a typo from the last revision.

svn path=/main/trunk/; revision=3018

18 years agoSplit out a reusable Manifest._parseDigests() method.
Zac Medico [Mon, 27 Mar 2006 01:05:07 +0000 (01:05 -0000)]
Split out a reusable Manifest._parseDigests() method.

svn path=/main/trunk/; revision=3017

18 years agoAllow users in the portage group to fetch. Thanks to truedfx for reporting this regre...
Zac Medico [Sun, 26 Mar 2006 07:00:47 +0000 (07:00 -0000)]
Allow users in the portage group to fetch. Thanks to truedfx for reporting this regression.

svn path=/main/trunk/; revision=3015

18 years agomove some elog defaults into make.globals, add new vars for mail from and subject...
Marius Mauch [Sun, 26 Mar 2006 06:35:24 +0000 (06:35 -0000)]
move some elog defaults into make.globals, add new vars for mail from and subject (bug #116637), change default location for mod_save logfiles to PORT_LOGDIR/elog (bug #124165)

svn path=/main/trunk/; revision=3014

18 years agoClean up code for creation of CCACHEDIR, CONFCACHEDIR, and DISTCC_DIR. Prevent exces...
Zac Medico [Sun, 26 Mar 2006 06:29:04 +0000 (06:29 -0000)]
Clean up code for creation of CCACHEDIR, CONFCACHEDIR, and DISTCC_DIR.  Prevent excessive recursive stat calls for bug #127563.

svn path=/main/trunk/; revision=3013

18 years agofor collision-protect also check that only versions with the same slot can overwrite...
Marius Mauch [Sun, 26 Mar 2006 05:54:19 +0000 (05:54 -0000)]
for collision-protect also check that only versions with the same slot can overwrite each others files

svn path=/main/trunk/; revision=3012

18 years agofix AuxfileFilter to ignore all files in svn or cvs dirs
Marius Mauch [Sun, 26 Mar 2006 03:08:11 +0000 (03:08 -0000)]
fix AuxfileFilter to ignore all files in svn or cvs dirs

svn path=/main/trunk/; revision=3011

18 years agoFix traceback for bug #127573. Thanks to illuminata for reporting and antarus for...
Zac Medico [Sat, 25 Mar 2006 23:33:46 +0000 (23:33 -0000)]
Fix traceback for bug #127573.  Thanks to illuminata for reporting and antarus for the patch.

svn path=/main/trunk/; revision=3006

18 years agoAdd lazy loading of virtuals in portage.do_vartree() for backward compatibility.
Zac Medico [Sat, 25 Mar 2006 13:57:45 +0000 (13:57 -0000)]
Add lazy loading of virtuals in portage.do_vartree() for backward compatibility.

svn path=/main/trunk/; revision=3004

18 years agoAdd files/ prefix for AUX files in manifest1 entries; fix digest.unused check partial... v2.1_pre7
Marius Mauch [Sat, 25 Mar 2006 05:44:28 +0000 (05:44 -0000)]
Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check partially by checking all DIST entries against all SRC_URI entries of a package (instead of per ebuild checks)

svn path=/main/trunk/; revision=3002