vapier [Wed, 7 Jan 2009 05:35:04 +0000 (05:35 -0000)]
Error out on invalid arguments #156827
svn path=/; revision=533
vapier [Wed, 7 Jan 2009 05:16:44 +0000 (05:16 -0000)]
Convert every instance of KEYWORDS in the file
svn path=/; revision=532
vapier [Wed, 7 Jan 2009 05:16:03 +0000 (05:16 -0000)]
Support intended KEYWORDS
svn path=/; revision=531
vapier [Tue, 6 Jan 2009 10:10:01 +0000 (10:10 -0000)]
set svn:executable
svn path=/; revision=530
zmedico [Sun, 14 Dec 2008 04:08:42 +0000 (04:08 -0000)]
When calling sys.exit() inside die(), don't make the value negative since
it seems to be unintended (callers all pass in positive values). Thanks
to DJ Anderson for reporting.
svn path=/; revision=529
betelgeuse [Sat, 13 Dec 2008 22:10:53 +0000 (22:10 -0000)]
Add man page documentation for the runtime state files. Fixes bug #243304.
svn path=/; revision=528
zmedico [Fri, 5 Dec 2008 23:51:13 +0000 (23:51 -0000)]
Bug #239000 - Improve the message about 'remaining inconsistencies'.
svn path=/; revision=527
zmedico [Fri, 5 Dec 2008 22:51:39 +0000 (22:51 -0000)]
Bug #249652 - Add IUSE defaults support inside CmdFindUSEs.perform().
svn path=/; revision=526
fuzzyray [Tue, 2 Dec 2008 15:50:30 +0000 (15:50 -0000)]
Apply regex fixes from idl0r
svn path=/; revision=525
betelgeuse [Thu, 27 Nov 2008 13:52:01 +0000 (13:52 -0000)]
Add support for showing USE_EXPAND variables. Patch from Michael A. Smith <michael@smith-li.com>. Fixes bug #238005.
svn path=/; revision=524
fuzzyray [Wed, 26 Nov 2008 19:42:41 +0000 (19:42 -0000)]
Add comment on how to add support for USE_EXPANDED variables
svn path=/; revision=523
fuzzyray [Tue, 25 Nov 2008 16:53:11 +0000 (16:53 -0000)]
Change awk calls to gawk for non-linux system compatibility
svn path=/; revision=522
fuzzyray [Mon, 24 Nov 2008 19:10:42 +0000 (19:10 -0000)]
Added patch from igli to fix find command.
svn path=/; revision=521
fuzzyray [Tue, 11 Nov 2008 19:36:02 +0000 (19:36 -0000)]
Fix processing of virtual category (Bug 179530)
svn path=/; revision=520
fuzzyray [Tue, 11 Nov 2008 19:03:17 +0000 (19:03 -0000)]
Add strict option to echangelog to exit when no changed ebuilds found. (Bug 246226)
svn path=/; revision=519
fuzzyray [Fri, 7 Nov 2008 22:11:19 +0000 (22:11 -0000)]
Fix echangelog to properly identify added ebuilds. (Bug #176337)
svn path=/; revision=518
fuzzyray [Fri, 7 Nov 2008 15:12:33 +0000 (15:12 -0000)]
Fix git support to work with git 1.6 (Bug #199805)
svn path=/; revision=517
fuzzyray [Wed, 17 Sep 2008 18:20:16 +0000 (18:20 -0000)]
Fix check_sanity function to use get_all_make_defaults function when checking for the make.defaults files in the profile. (Bug #233651)
svn path=/; revision=515
fuzzyray [Wed, 3 Sep 2008 20:17:45 +0000 (20:17 -0000)]
Remove debug print statement in equery belongs command (Bug #236483)
svn path=/; revision=513
fuzzyray [Wed, 3 Sep 2008 20:13:55 +0000 (20:13 -0000)]
Fix depgraph function to print out dependencies that don't resolve to a package (Bug #236492)
svn path=/; revision=512
fuzzyray [Wed, 3 Sep 2008 20:00:18 +0000 (20:00 -0000)]
Change find_best_match to use the portage tree instaed of the vartree
svn path=/; revision=511
fuzzyray [Tue, 26 Aug 2008 19:51:33 +0000 (19:51 -0000)]
Fix has_key() deprecation message. (Bug #232797)
svn path=/; revision=509
fuzzyray [Tue, 26 Aug 2008 19:46:19 +0000 (19:46 -0000)]
Update fix for Bug 232270 to utilize better patch from Ian Abbott.
svn path=/; revision=508
fuzzyray [Fri, 22 Aug 2008 21:38:27 +0000 (21:38 -0000)]
Fix find_packages and find_installed_packages to print a warning instead of a traceback when an InvalidAtom exception occurs. (Bug #234358)
svn path=/; revision=507
fuzzyray [Fri, 22 Aug 2008 21:14:36 +0000 (21:14 -0000)]
Fix gentoolkit.split_package_name to work when portage.catpkgsplit returns None
svn path=/; revision=506
fuzzyray [Fri, 22 Aug 2008 20:14:08 +0000 (20:14 -0000)]
Fix equery belongs to strip multiple slashes from path names. (Bug #234584)
svn path=/; revision=505
fuzzyray [Fri, 22 Aug 2008 19:03:08 +0000 (19:03 -0000)]
Change TMPDIR references to WORKING_DIR in messages
svn path=/; revision=504
fuzzyray [Thu, 21 Aug 2008 22:01:11 +0000 (22:01 -0000)]
Finish changes as outlined in bug #203414, Comment 19. Normal users use mktemp, root uses /var/cache/revdep-rebuild
svn path=/; revision=503
fuzzyray [Thu, 24 Jul 2008 16:03:19 +0000 (16:03 -0000)]
Fix equery check to convert mtime to an integer so that comparisions always work.
svn path=/; revision=502
fuzzyray [Tue, 22 Jul 2008 18:29:31 +0000 (18:29 -0000)]
Fix gentoolkit.split_package_name to work with newer portage.catpkgsplit that now returns a tuple instead of a list. (Bug 232599)
svn path=/; revision=501
fuzzyray [Mon, 21 Jul 2008 19:00:07 +0000 (19:00 -0000)]
Add second permission check to setup_tmpdir function
svn path=/; revision=500
fuzzyray [Mon, 21 Jul 2008 18:38:34 +0000 (18:38 -0000)]
Moved temporary files from /tmp to /var/tmp. Use a to avoid unprintable characters when using --library
svn path=/; revision=499
fuzzyray [Mon, 21 Jul 2008 16:53:41 +0000 (16:53 -0000)]
Fix filtering of masked paths from SEARCH_DIRS variable. (Bug 232270)
svn path=/; revision=498
fuzzyray [Mon, 21 Jul 2008 16:47:03 +0000 (16:47 -0000)]
Apply fix for Bug 231508
svn path=/; revision=497
fuzzyray [Fri, 18 Jul 2008 19:30:58 +0000 (19:30 -0000)]
Remove prefixed '+/-' signs from IUSE for equery uses command. (Bug 232019)
svn path=/; revision=496
fuzzyray [Wed, 9 Jul 2008 22:33:21 +0000 (22:33 -0000)]
Remove extraneous debug code, fix typo
svn path=/; revision=495
fuzzyray [Wed, 9 Jul 2008 22:31:11 +0000 (22:31 -0000)]
Finish refactoring the code
svn path=/; revision=494
fuzzyray [Wed, 9 Jul 2008 19:01:06 +0000 (19:01 -0000)]
Fix revdep-rebuild to not evaluate broken objects multiple times. (Bug 220761)
svn path=/; revision=493
fuzzyray [Wed, 9 Jul 2008 16:44:23 +0000 (16:44 -0000)]
Fix revdep-rebuild to use TMPDIR instead of HOME for temporary files. (Bug 203414)
svn path=/; revision=492
fuzzyray [Wed, 9 Jul 2008 15:51:03 +0000 (15:51 -0000)]
Fix gentoolkit to work without thread support in python. (Bug 223255)
svn path=/; revision=491
genone [Mon, 16 Jun 2008 00:50:17 +0000 (00:50 -0000)]
add support for multi-parent profiles, account for missing newline in make.conf
svn path=/; revision=490
fuzzyray [Mon, 28 Apr 2008 18:34:05 +0000 (18:34 -0000)]
Fix typo in README. (Bug #219612)
svn path=/; revision=489
fuzzyray [Fri, 25 Apr 2008 15:47:47 +0000 (15:47 -0000)]
Enhance equery check to check all installed packages if no package argument is present. (Bug #217070)
svn path=/; revision=488
fuzzyray [Wed, 23 Apr 2008 20:05:07 +0000 (20:05 -0000)]
Change error message to be clearer when unknown option is passed. (Bug #214370)
svn path=/; revision=487
fuzzyray [Wed, 23 Apr 2008 19:38:05 +0000 (19:38 -0000)]
Reverting revision 483, since it breaks usability for a user in the portage group.
svn path=/; revision=486
fuzzyray [Wed, 19 Mar 2008 19:36:03 +0000 (19:36 -0000)]
Fix imports so mail functionality in glsa-check works with python versions less than 2.5 (Bug 211706)
svn path=/; revision=485
fuzzyray [Mon, 17 Mar 2008 16:07:09 +0000 (16:07 -0000)]
Update defaults to exclude /lib*/modules
svn path=/; revision=484
fuzzyray [Fri, 14 Mar 2008 23:04:49 +0000 (23:04 -0000)]
Change revdep-rebuild to not use /root for temp files. It now uses $TMPDIR/revdep-rebuild. (Bug 203414)
svn path=/; revision=483
fuzzyray [Fri, 14 Mar 2008 14:26:53 +0000 (14:26 -0000)]
Add missing semi-colon to fix compilation error
svn path=/; revision=482
fuzzyray [Fri, 14 Mar 2008 03:21:03 +0000 (03:21 -0000)]
Fix prepending '=' to slotted atoms (Bug #213328)
svn path=/; revision=481
fuzzyray [Thu, 13 Mar 2008 22:39:19 +0000 (22:39 -0000)]
Add --info-installed flag to euse. Thanks to Andreas Waidler for providing the patch
svn path=/; revision=480
fuzzyray [Thu, 13 Mar 2008 19:34:23 +0000 (19:34 -0000)]
Fix trying to emerge an empty list of packages. (Bug 213294)
svn path=/; revision=479
fuzzyray [Wed, 5 Mar 2008 18:25:54 +0000 (18:25 -0000)]
Disable portage-utils support until it is able to handle categories without a hyphen. Bug #210386
svn path=/; revision=478
fuzzyray [Thu, 28 Feb 2008 23:43:45 +0000 (23:43 -0000)]
Fix traceback when accessing the portage db. (Bug #211716)
svn path=/; revision=477
genone [Thu, 28 Feb 2008 15:21:24 +0000 (15:21 -0000)]
remove redundant sys.path adjustment for portage
svn path=/; revision=476
genone [Thu, 28 Feb 2008 13:57:04 +0000 (13:57 -0000)]
fix imports for portage-2.2
svn path=/; revision=475
fuzzyray [Thu, 21 Feb 2008 14:16:14 +0000 (14:16 -0000)]
Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)
svn path=/; revision=474
fuzzyray [Tue, 19 Feb 2008 14:54:46 +0000 (14:54 -0000)]
Fix to add = to CPV passed to emerge
svn path=/; revision=473
fuzzyray [Tue, 19 Feb 2008 00:04:18 +0000 (00:04 -0000)]
Fix bug with patch for filtering SEARCH_DIRS_MASK paths from SEARCH_DIRS
svn path=/; revision=472
fuzzyray [Mon, 18 Feb 2008 23:57:32 +0000 (23:57 -0000)]
Updated ChangeLog
svn path=/; revision=471
fuzzyray [Mon, 18 Feb 2008 23:48:00 +0000 (23:48 -0000)]
Fix equery list to not generate an internal portage error when fed input with too many slashes. (Bug 119806)
svn path=/; revision=470
fuzzyray [Mon, 18 Feb 2008 23:43:56 +0000 (23:43 -0000)]
Assume the -p flag when equery list -I is used by itself. (Bug 106278)
svn path=/; revision=469
fuzzyray [Mon, 18 Feb 2008 19:12:13 +0000 (19:12 -0000)]
Removed retired developers
svn path=/; revision=468
fuzzyray [Mon, 18 Feb 2008 19:09:27 +0000 (19:09 -0000)]
Updated ChangeLog
svn path=/; revision=467
fuzzyray [Mon, 18 Feb 2008 18:22:47 +0000 (18:22 -0000)]
Apply patch to allow combined short options. (Bug 188343)
svn path=/; revision=466
fuzzyray [Mon, 18 Feb 2008 18:16:57 +0000 (18:16 -0000)]
Don't duplicate broken file output. (Bug 201319)
svn path=/; revision=465
fuzzyray [Mon, 18 Feb 2008 18:09:37 +0000 (18:09 -0000)]
unset GREP_OPTIONS to prevent problems with grep. (Bug 189257)
svn path=/; revision=464
fuzzyray [Sat, 16 Feb 2008 21:04:19 +0000 (21:04 -0000)]
Apply patch to prevent false matches of object names. (Bug 196460)
svn path=/; revision=463
fuzzyray [Sat, 16 Feb 2008 20:57:37 +0000 (20:57 -0000)]
Apply patch to better handle masked and removed packages. (Bug 205227)
svn path=/; revision=462
fuzzyray [Sat, 16 Feb 2008 20:51:01 +0000 (20:51 -0000)]
Filter SEARCH_DIRS_MASK paths from SEARCH_DIRS. (Bug 194993)
svn path=/; revision=461
fuzzyray [Sat, 16 Feb 2008 20:35:18 +0000 (20:35 -0000)]
Apply patch for revdep-rebuild portable find function. (Bug 194234)
svn path=/; revision=460
fuzzyray [Mon, 21 Jan 2008 21:45:11 +0000 (21:45 -0000)]
Add description of equery list output to man page (Bug #134440)
svn path=/; revision=459
fuzzyray [Thu, 10 Jan 2008 00:07:34 +0000 (00:07 -0000)]
Fix typo in eclean man page, Bug #205132
svn path=/; revision=458
fuzzyray [Tue, 4 Dec 2007 22:00:12 +0000 (22:00 -0000)]
Since portage now supports slots in the CPV specification, remove the package.mask hack. This also fixes bug #189720
svn path=/; revision=457
fuzzyray [Mon, 3 Dec 2007 19:26:44 +0000 (19:26 -0000)]
Add patch from philantrop for git support in echangelog
svn path=/; revision=456
fuzzyray [Mon, 22 Oct 2007 16:54:31 +0000 (16:54 -0000)]
Fix regular expression in elf_broken to work with ldd from linux
svn path=/; revision=455
fuzzyray [Mon, 15 Oct 2007 21:12:28 +0000 (21:12 -0000)]
Fix typo in --packages-names case statement
svn path=/; revision=454
fuzzyray [Wed, 10 Oct 2007 21:01:19 +0000 (21:01 -0000)]
/bin/sh version of revdep-rebuild - wrtten by uberlord
svn path=/; revision=453
genone [Tue, 9 Oct 2007 19:45:19 +0000 (19:45 -0000)]
base 'affected' target on 'new' instead of 'all'
svn path=/; revision=452
genone [Fri, 5 Oct 2007 14:07:49 +0000 (14:07 -0000)]
use UTF8 strings to avoid EncodeErrors (bug #162493)
svn path=/; revision=451
fuzzyray [Fri, 28 Sep 2007 19:21:15 +0000 (19:21 -0000)]
Add /lib/modules to SEARCH_DIRS_MASK since there is not need to search kernel modules
svn path=/; revision=450
fuzzyray [Wed, 19 Sep 2007 21:57:36 +0000 (21:57 -0000)]
print Keywords in sorted order
svn path=/; revision=449
fuzzyray [Wed, 19 Sep 2007 21:22:07 +0000 (21:22 -0000)]
Fix handling of /var/db/pkg when it is a symbolic link. (Bug #179392)
svn path=/; revision=448
fuzzyray [Wed, 19 Sep 2007 21:19:06 +0000 (21:19 -0000)]
Fix handling of '-*' in user alterable variables. (Bug #192979)
svn path=/; revision=447
fuzzyray [Wed, 19 Sep 2007 18:49:13 +0000 (18:49 -0000)]
Fix epkginfo to handle KEYWORDS="". (Bug #193108)
svn path=/; revision=446
fuzzyray [Wed, 19 Sep 2007 18:12:02 +0000 (18:12 -0000)]
Move revdep-rebuild-rewrite to revdep-rebuild. Change Makefile to only install new revdep-rebuild
svn path=/; revision=445
fuzzyray [Wed, 19 Sep 2007 17:40:06 +0000 (17:40 -0000)]
Fix echo_v -n -e "\n $target_file -> (none)" statement
svn path=/; revision=444
fuzzyray [Tue, 18 Sep 2007 21:51:24 +0000 (21:51 -0000)]
Apply patch from Carlo Marcelo Arenas Belon to fix incorrect display of masking status in equery list command. (Bug #188678)
svn path=/; revision=443
fuzzyray [Tue, 18 Sep 2007 21:50:38 +0000 (21:50 -0000)]
Update man page to include --no-progress option
svn path=/; revision=442
fuzzyray [Tue, 18 Sep 2007 21:19:06 +0000 (21:19 -0000)]
Updated fix for revdep-rebuild to ignore libraries in LD_LIBRARY_MASK, when checking for "no version information available" errors (Bug #182882)
svn path=/; revision=441
fuzzyray [Fri, 14 Sep 2007 19:14:35 +0000 (19:14 -0000)]
Fix errors in previous patch
svn path=/; revision=440
fuzzyray [Fri, 14 Sep 2007 17:52:12 +0000 (17:52 -0000)]
Fix revdep-rebuild to ignore libraries in LD_LIBRARY_MASK, when checking for "no version information available" errors (Bug #182882)
svn path=/; revision=439
fuzzyray [Thu, 13 Sep 2007 17:23:17 +0000 (17:23 -0000)]
Add --no-progress option
svn path=/; revision=438
fuzzyray [Thu, 13 Sep 2007 15:57:43 +0000 (15:57 -0000)]
Remove pre-release disclaimer, add Michael A. Smith to the list of authors
svn path=/; revision=437
fuzzyray [Thu, 13 Sep 2007 02:53:42 +0000 (02:53 -0000)]
Fix eread to not accept invalid input for file selection. (Bug #189994)
svn path=/; revision=436
fuzzyray [Thu, 13 Sep 2007 00:17:05 +0000 (00:17 -0000)]
Correctly handle the case where an ebuild no longer exists for a package (Bug #188918)
svn path=/; revision=435
fuzzyray [Wed, 12 Sep 2007 23:15:33 +0000 (23:15 -0000)]
Updated man page for revdep-rebuild-rewrite
svn path=/; revision=434
fuzzyray [Wed, 12 Sep 2007 23:02:07 +0000 (23:02 -0000)]
Fix long argument processing to work correctly. (Bug #192345)
svn path=/; revision=433
antarus [Tue, 28 Aug 2007 09:52:53 +0000 (09:52 -0000)]
Fix up bug found by phreak, (thanks). Fix has_key usage. Delete global x var. Rename vars -> variables (vars is a python builtin). Remove exception handling where it didn't look needed.
svn path=/; revision=432
fuzzyray [Wed, 8 Aug 2007 14:53:25 +0000 (14:53 -0000)]
Fix progress bar to only update when there is a change (Bug #186945)
svn path=/; revision=431