solar [Mon, 5 Feb 2007 20:38:38 +0000 (20:38 -0000)]
- add Makefile
svn path=/; revision=346
solar [Mon, 5 Feb 2007 19:43:26 +0000 (19:43 -0000)]
- fix up some whitespaces and use portage_const.CACHE_PATH+/xpak/ vs $PORTAGE_TMPDIR/.xpak
svn path=/; revision=345
solar [Mon, 5 Feb 2007 01:58:18 +0000 (01:58 -0000)]
- add caching backend for tarballs,xpak,checksums. Consecutive runs on 901 pkgs went from 60s down to 1.5s. initial run went up by 9s. the cache should detect stale .xpak files to and clean up after itself to minimize disk usage
svn path=/; revision=344
solar [Sun, 4 Feb 2007 22:14:10 +0000 (22:14 -0000)]
- initial import of epkginfo
svn path=/; revision=343
genone [Wed, 31 Jan 2007 13:22:00 +0000 (13:22 -0000)]
Derive getopt parameters from optionmap
svn path=/; revision=342
fuzzyray [Wed, 24 Jan 2007 18:38:35 +0000 (18:38 -0000)]
Fix accidental mangling of the #! line
svn path=/; revision=341
fuzzyray [Wed, 24 Jan 2007 18:27:10 +0000 (18:27 -0000)]
Simplify find_best_match(), since it was causing Bug #161995, and portage now handles virtuals fairly well
svn path=/; revision=340
fuzzyray [Fri, 12 Jan 2007 00:09:12 +0000 (00:09 -0000)]
Fix find_world_packages() to be able to open the world file
svn path=/; revision=339
fuzzyray [Fri, 12 Jan 2007 00:07:07 +0000 (00:07 -0000)]
Fix cosmetic error in Makefile
svn path=/; revision=338
fuzzyray [Thu, 11 Jan 2007 05:05:03 +0000 (05:05 -0000)]
Fix get_dependants() to raise an Exception instead of a string (Bug 137783)
svn path=/; revision=337
fuzzyray [Wed, 10 Jan 2007 21:03:54 +0000 (21:03 -0000)]
Do not install epkgmove, deprecate gensync for gentoolkit-dev
svn path=/; revision=336
fuzzyray [Mon, 8 Jan 2007 22:41:04 +0000 (22:41 -0000)]
Added caching to speed up equery depends --indirect command
svn path=/; revision=335
fuzzyray [Mon, 8 Jan 2007 21:34:17 +0000 (21:34 -0000)]
Fix misaligned output. Bug 125890
svn path=/; revision=334
fuzzyray [Tue, 2 Jan 2007 22:53:08 +0000 (22:53 -0000)]
Fix equery depends --indirect command. (Bug #124552)
svn path=/; revision=333
fuzzyray [Tue, 2 Jan 2007 20:57:36 +0000 (20:57 -0000)]
Fix get_provide() method to also work for uninstalled packages
svn path=/; revision=332
fuzzyray [Tue, 2 Jan 2007 20:23:09 +0000 (20:23 -0000)]
Fix get_provides() method
svn path=/; revision=331
fuzzyray [Mon, 1 Jan 2007 21:49:21 +0000 (21:49 -0000)]
Fix typo in man page (Bug 159637)
svn path=/; revision=330
fuzzyray [Sun, 31 Dec 2006 07:21:54 +0000 (07:21 -0000)]
Reworked equery depends command to be more accurate
svn path=/; revision=329
fuzzyray [Wed, 13 Dec 2006 16:12:25 +0000 (16:12 -0000)]
Fix handling of /etc/portage/package.mask
svn path=/; revision=328
fuzzyray [Tue, 12 Dec 2006 22:22:44 +0000 (22:22 -0000)]
Add --tree option to equery files command. (Bug #62898)
svn path=/; revision=327
fuzzyray [Tue, 12 Dec 2006 20:15:58 +0000 (20:15 -0000)]
Fix equery depends command to actually list all dependencies
svn path=/; revision=326
fuzzyray [Wed, 6 Dec 2006 22:27:20 +0000 (22:27 -0000)]
Modify equery size command to work like the equery list command for pkgspec arguments
svn path=/; revision=325
fuzzyray [Mon, 27 Nov 2006 21:14:58 +0000 (21:14 -0000)]
Fix typographical error in eclean help and man page. (Bug #156243)
svn path=/; revision=324
solar [Thu, 19 Oct 2006 00:27:52 +0000 (00:27 -0000)]
- be sure to strip newlines and join whitespace. Brian Harring from Bug 151657
svn path=/; revision=323
fuzzyray [Wed, 11 Oct 2006 20:32:07 +0000 (20:32 -0000)]
Fix fileAsStr to understand device files
svn path=/; revision=322
solar [Wed, 11 Oct 2006 17:07:14 +0000 (17:07 -0000)]
- introduce new serialize_depset function and minor cleanups from ferringb. I added a little more filtering to the vmask variable etc.
svn path=/; revision=321
fuzzyray [Sat, 7 Oct 2006 08:12:07 +0000 (08:12 -0000)]
Fix quoting bug in get_real_path()
svn path=/; revision=320
fuzzyray [Fri, 22 Sep 2006 03:44:23 +0000 (03:44 -0000)]
Adding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz
svn path=/; revision=319
fuzzyray [Fri, 22 Sep 2006 03:29:28 +0000 (03:29 -0000)]
Adding eread utility for reading and managing ELOG files. Courtesy of Donnie Berkholz
svn path=/; revision=318
fuzzyray [Sun, 17 Sep 2006 23:22:16 +0000 (23:22 -0000)]
Fix bug in Slotting logic when using --package-names
svn path=/; revision=317
fuzzyray [Sun, 17 Sep 2006 16:18:12 +0000 (16:18 -0000)]
Updated Changelog
svn path=/; revision=316
fuzzyray [Mon, 4 Sep 2006 05:20:14 +0000 (05:20 -0000)]
Changed spelling of Skipp to Skip
svn path=/; revision=315
fuzzyray [Sun, 3 Sep 2006 22:23:15 +0000 (22:23 -0000)]
Remove unused environment variables before calling emerge. Bug #142074
svn path=/; revision=314
fuzzyray [Sun, 3 Sep 2006 21:26:12 +0000 (21:26 -0000)]
Check for permissions to write temporary files. Bug #142308
svn path=/; revision=313
fuzzyray [Sun, 3 Sep 2006 20:55:07 +0000 (20:55 -0000)]
Minor updates to man page
svn path=/; revision=312
solar [Sun, 20 Aug 2006 16:04:15 +0000 (16:04 -0000)]
- update genpkgindex to include PDEPEND and PROVIDE
svn path=/; revision=311
genone [Sat, 12 Aug 2006 04:20:37 +0000 (04:20 -0000)]
add --mail option to manpage, fix typo in --help message
svn path=/; revision=310
genone [Sat, 12 Aug 2006 04:17:51 +0000 (04:17 -0000)]
add mail option to send out vulnerability reports
svn path=/; revision=309
genone [Sat, 12 Aug 2006 04:15:17 +0000 (04:15 -0000)]
add mail option to send out vulnerability reports
svn path=/; revision=308
fuzzyray [Tue, 1 Aug 2006 03:55:02 +0000 (03:55 -0000)]
Replace calls to readlink with bash function
svn path=/; revision=307
fuzzyray [Fri, 28 Jul 2006 20:01:51 +0000 (20:01 -0000)]
Added patch to fix revdep-rebuild bug #37485
svn path=/; revision=306
solar [Sun, 23 Jul 2006 23:35:48 +0000 (23:35 -0000)]
- update code to not write to the Packages file directly untill we have finished successfully. Make sure we always write a timestamp and the number of pkgs in the binrepo. Run eclean-pkg if cleanpkgdir is set in FEATURES=
svn path=/; revision=305
fuzzyray [Fri, 7 Jul 2006 21:19:24 +0000 (21:19 -0000)]
Added patch from truedfx to fix bug #38751
svn path=/; revision=304
fuzzyray [Fri, 7 Jul 2006 20:43:46 +0000 (20:43 -0000)]
Change --no-path to --no-ld-path
svn path=/; revision=303
fuzzyray [Wed, 5 Jul 2006 19:19:43 +0000 (19:19 -0000)]
Add --no-path option to revdep-rebuild
svn path=/; revision=302
genone [Sun, 25 Jun 2006 00:56:11 +0000 (00:56 -0000)]
update cve code for bug 128115
svn path=/; revision=301
fuzzyray [Wed, 14 Jun 2006 19:53:12 +0000 (19:53 -0000)]
Fix package.py to honor . (bug #136811)
svn path=/; revision=300
fuzzyray [Tue, 23 May 2006 21:06:56 +0000 (21:06 -0000)]
Update revdep-rebuild manpage. Bring Changelog up to date
svn path=/; revision=299
fuzzyray [Sun, 21 May 2006 17:21:10 +0000 (17:21 -0000)]
Use qfile to locate packages if portage-utils is installed. Removed unused code. Be even more paranoid about extra slashes in path names
svn path=/; revision=298
fuzzyray [Tue, 9 May 2006 21:00:32 +0000 (21:00 -0000)]
Fix mismatch between man page and --help. Bug 132413
svn path=/; revision=297
fuzzyray [Sun, 2 Apr 2006 22:17:50 +0000 (22:17 -0000)]
Remove extra slashes from SEARCH_DIRS path
svn path=/; revision=296
fuzzyray [Sat, 1 Apr 2006 20:24:22 +0000 (20:24 -0000)]
Revert where we look for dependency information to previous behavior (Bug 126845)
svn path=/; revision=295
fuzzyray [Sat, 1 Apr 2006 20:04:10 +0000 (20:04 -0000)]
Fix revdep-rebuild issues exposed by expat upgrade. Bugs 128085, 128174)
svn path=/; revision=294
genone [Wed, 29 Mar 2006 16:57:07 +0000 (16:57 -0000)]
Add new %active argument to euse to select all enabled use flags
svn path=/; revision=293
fuzzyray [Tue, 28 Mar 2006 17:39:31 +0000 (17:39 -0000)]
Fixing obvious typo, since it isn't May, yet.
svn path=/; revision=292
agriffis [Sun, 26 Mar 2006 19:21:54 +0000 (19:21 -0000)]
echangelog: don't warn about missing ebuilds when updating copyrights #120061
svn path=/; revision=291
agriffis [Sat, 25 Mar 2006 05:39:22 +0000 (05:39 -0000)]
Update ChangeLog and release.sh
svn path=/; revision=290
agriffis [Sat, 25 Mar 2006 05:18:12 +0000 (05:18 -0000)]
Update manual page with current examples
svn path=/; revision=289
agriffis [Sat, 25 Mar 2006 05:15:01 +0000 (05:15 -0000)]
Update to work with sources.gentoo.org
svn path=/; revision=288
genone [Fri, 24 Mar 2006 17:16:17 +0000 (17:16 -0000)]
fix typo
svn path=/; revision=287
fuzzyray [Tue, 21 Mar 2006 15:33:35 +0000 (15:33 -0000)]
Fix to clear environment before portageq call. Bug 126038)
svn path=/; revision=286
fuzzyray [Wed, 8 Mar 2006 20:59:18 +0000 (20:59 -0000)]
Update Makefiles to install genpkgindex
svn path=/; revision=285
solar [Wed, 8 Mar 2006 18:27:02 +0000 (18:27 -0000)]
- add initial genpkgindex script to subversion
svn path=/; revision=284
fuzzyray [Wed, 1 Mar 2006 18:47:06 +0000 (18:47 -0000)]
Fixes to support displaying post-merge dependencies (Bug #99191)
svn path=/; revision=283
fuzzyray [Wed, 1 Mar 2006 18:01:41 +0000 (18:01 -0000)]
Fixes for dependency parsing (bug 123725). Added function to get PDEPENDS
svn path=/; revision=282
genone [Fri, 17 Feb 2006 01:32:41 +0000 (01:32 -0000)]
fixing bug 95432
svn path=/; revision=281
fuzzyray [Thu, 16 Feb 2006 22:44:20 +0000 (22:44 -0000)]
Unset EMERGE_DEFAULT_OPTS for all emerge calls
svn path=/; revision=280
genone [Thu, 16 Feb 2006 22:01:01 +0000 (22:01 -0000)]
fix bug #123084
svn path=/; revision=279
antarus [Fri, 10 Feb 2006 19:50:40 +0000 (19:50 -0000)]
Fixed typo in manpage, bug #122212
svn path=/; revision=278
fuzzyray [Thu, 9 Feb 2006 15:05:56 +0000 (15:05 -0000)]
Unset EMERGE_DEFAULT_OPTS for internal emerge calls
svn path=/; revision=277
fuzzyray [Tue, 7 Feb 2006 04:36:33 +0000 (04:36 -0000)]
Fix for PORTAGE_NICENESS
svn path=/; revision=276
genone [Tue, 24 Jan 2006 16:36:19 +0000 (16:36 -0000)]
Use vdb information for verbose list mode (patch by solar)
svn path=/; revision=275
fuzzyray [Thu, 19 Jan 2006 17:39:39 +0000 (17:39 -0000)]
Add /etc/revdep-rebuild/ to CONFIG_PROTECT_MASK
svn path=/; revision=274
fuzzyray [Wed, 18 Jan 2006 20:04:20 +0000 (20:04 -0000)]
Add capability to check libtool .la files for non-existant references
svn path=/; revision=273
genone [Wed, 11 Jan 2006 15:08:10 +0000 (15:08 -0000)]
Remove comment temporary solution
svn path=/; revision=272
fuzzyray [Sat, 7 Jan 2006 04:25:14 +0000 (04:25 -0000)]
Fix revdep-rebuild to work correctly with portage-2.1. Bug #118124
svn path=/; revision=271
fuzzyray [Fri, 6 Jan 2006 02:41:14 +0000 (02:41 -0000)]
Fix find_world_packages() Bug #76568
svn path=/; revision=270
fuzzyray [Wed, 28 Dec 2005 20:43:06 +0000 (20:43 -0000)]
Fix revdep-rebuild to automatically determine how to call find correctly
svn path=/; revision=269
fuzzyray [Mon, 19 Dec 2005 18:25:04 +0000 (18:25 -0000)]
Add reqular expression matching for eclean. Bug 114365
svn path=/; revision=268
fuzzyray [Tue, 13 Dec 2005 23:03:38 +0000 (23:03 -0000)]
Fix USE flag parsing for Bug #115294
svn path=/; revision=267
fuzzyray [Wed, 7 Dec 2005 18:40:40 +0000 (18:40 -0000)]
Update Changelog for gentoolkit-0.2.1_rc3 release
svn path=/; revision=266
fuzzyray [Wed, 7 Dec 2005 18:39:54 +0000 (18:39 -0000)]
Remove python-config call. Bug #113386
svn path=/; revision=265
fuzzyray [Wed, 7 Dec 2005 18:38:51 +0000 (18:38 -0000)]
Clarify error msg for Bug #113423. Make partial name searches the default for Bug #113134
svn path=/; revision=264
fuzzyray [Wed, 7 Dec 2005 17:14:20 +0000 (17:14 -0000)]
Fix revdep-rebuild to work with findutils-4.2.27
svn path=/; revision=263
fuzzyray [Wed, 23 Nov 2005 17:32:28 +0000 (17:32 -0000)]
Changed equery list command to default to partial name matches
svn path=/; revision=262
fuzzyray [Wed, 16 Nov 2005 04:17:40 +0000 (04:17 -0000)]
Fix errors in Makefiles
svn path=/; revision=261
fuzzyray [Tue, 15 Nov 2005 22:48:27 +0000 (22:48 -0000)]
Updated man page to match updated glsa-check
svn path=/; revision=260
genone [Tue, 15 Nov 2005 21:22:59 +0000 (21:22 -0000)]
Changelog update for previous commit
svn path=/; revision=259
genone [Tue, 15 Nov 2005 21:20:49 +0000 (21:20 -0000)]
- Moving lots of stuff from stdout to stderr
- Replace all "print" calls with matching write() calls
- add new "affected" target
- add support for a EMERGE_OPTS env var
- check that GLSA_DIR exists
- add --cve option requested by solar
- show title on --test --verbose
- better exception handling
svn path=/; revision=258
fuzzyray [Tue, 15 Nov 2005 19:39:08 +0000 (19:39 -0000)]
Minor typographical changes
svn path=/; revision=257
fuzzyray [Tue, 15 Nov 2005 04:23:26 +0000 (04:23 -0000)]
Added man page for glsa-check
svn path=/; revision=256
fuzzyray [Sat, 12 Nov 2005 05:51:38 +0000 (05:51 -0000)]
Fix bugs 75983, 85653, 90384, 99191, and 109392
svn path=/; revision=255
fuzzyray [Fri, 11 Nov 2005 20:36:21 +0000 (20:36 -0000)]
Fix imports for helpers.py Bug 103292
svn path=/; revision=254
fuzzyray [Sat, 5 Nov 2005 05:33:53 +0000 (05:33 -0000)]
Fix equery belongs to work with multiple files - Bug 111501
svn path=/; revision=253
fuzzyray [Thu, 3 Nov 2005 03:43:06 +0000 (03:43 -0000)]
Fix revdep-rebuild to work with findutils-4.2.25 (Bug 111203)
svn path=/; revision=252
agriffis [Thu, 27 Oct 2005 15:50:36 +0000 (15:50 -0000)]
Fix comment handling. Add ~ as a synonym for ~all (for SpanKY)
svn path=/; revision=251
fuzzyray [Fri, 21 Oct 2005 15:20:48 +0000 (15:20 -0000)]
Fix grammatical errors
svn path=/; revision=250
fuzzyray [Tue, 18 Oct 2005 19:10:58 +0000 (19:10 -0000)]
Fix gentoolkit to properly parse '||' syntax. (Bug 101377)
svn path=/; revision=249
fuzzyray [Fri, 14 Oct 2005 16:02:13 +0000 (16:02 -0000)]
Fixed bug in duplicate detection
svn path=/; revision=248
fuzzyray [Fri, 14 Oct 2005 15:33:27 +0000 (15:33 -0000)]
Fix typo in eclean man page
svn path=/; revision=247