6656598c340967cc79ecca52133729681cdffbee
[gentoolkit.git] / trunk / ChangeLog
1 2008-11-11: Paul Varner <fuzzyray@gentoo.org>
2         * echangelog: Add --strict option (Bug 246242).
3
4 2008-09-17: Paul Varner <fuzzyray@gentoo.org>
5         * euse: Fix check_sanity function to use get_all_make_defaults
6         function when checking for the make.defaults files in the profile.
7         (Bug #233651)
8
9 2008-09-03: Paul Varner <fuzzyray@gentoo.org>
10         * equery: Fix depgraph function to print out dependencies that don't
11         resolve to a package (Bug #236492)
12
13 2008-08-26: Paul Varner <fuzzyray@gentoo.org>
14         * glsa-check: Fix has_key() deprecation message. (Bug #232797)
15         * revdep-rebuild: Update fix for Bug 232270 to utilize better patch
16         from Ian Abbott.
17
18 2008-08-22: Paul Varner <fuzzyray@gentoo.org>
19         * gentoolkit: Fix find_packages and find_installed_packages to print
20         a warning instead of a traceback when an InvalidAtom exception occurs.
21         (Bug #234358)
22         * equery: Fix equery belongs to strip multiple slashes from path
23         names. (Bug #234584)
24
25 2008-07-24: Paul Varner <fuzzyray@gentoo.org>
26         * equery: Fix equery check to convert mtime to an integer so that
27         comparisions always work. Thanks to Alexey Parshin for discovering the
28         problem and providing a patch. (Bug 232803)
29
30 2008-07-22: Paul Varner <fuzzyray@gentoo.org>
31         * gentoolkit: Fix gentoolkit.split_package_name to work with
32         newer portage.catpkgsplit that now returns a tuple instead of a
33         list. (Bug 232599)
34
35 2008-07-21: Paul Varner <fuzzyray@gentoo.org>
36         * revdep-rebuild: Fix filtering of masked paths from SEARCH_DIRS
37         variable. (Bug 232270)
38
39 2008-07-18: Paul Varner <fuzzyray@gentoo.org>
40         * equery: Remove prefixed '+/-' signs from IUSE for equery uses
41         command. (Bug 232019)
42
43 2008-07-09: Paul Varner <fuzzyray@gentoo.org>
44         * revdep-rebuild: Fix revdep-rebuild to use TMPDIR instead of HOME for
45         temporary files. (Bug 203414)
46         * revdep-rebuild: Fix revdep-rebuild to not evaluate broken objects
47         multiple times. (Bug 220761)
48
49 2008-07-09: Paul Varner <fuzzyray@gentoo.org>
50         * gentoolkit: Fix gentoolkit to work without thread support in 
51         python. (Bug 223255)
52
53 2008-06-16: Marius Mauch <genone@gentoo.org>
54         * euse: Add support for multi-parent profiles, account for missing 
55         final newline in make.conf
56
57 2008-03-19: Paul Varner <fuzzyray@gentoo.org>
58         * glsa-check: Fix imports so mail functionality in glsa-check works
59         with python versions less than 2.5 (Bug 211706)
60
61 2008-03-13: Paul Varner <fuzzyray@gentoo.org>
62         * euse: Add --info-installed option from patch provided by Andreas
63         Waidler. (Bug 212573)
64
65 2008-03-13: Paul Varner <fuzzyray@gentoo.org>
66         * revdep-rebuild: Fix trying to emerge an empty list of packages. (Bug
67         213294)
68
69 2008-02-28: Paul Varner <fuzzyray@gentoo.org>
70         * gentoolkit: Fix traceback when accessing the portage
71         db. (Bug #211716)
72
73 2008-02-21: Paul Varner <fuzzyray@gentoo.org>
74         * revdep-rebuild: "Use /etc/init.d/functions.sh instead of
75         /sbin/functions.sh. (Bug 210940)
76
77 2008-02-18: Paul Varner <fuzzyray@gentoo.org>
78         * revdep-rebuild: Apply patch to allow combined short options.
79         (Bug 188343)
80         * revdep-rebuild: Don't duplicate broken file output. (Bug 201319)
81         * revdep-rebuild: unset GREP_OPTIONS to prevent problems with grep.
82         (Bug 189257)
83         * revdep-rebuild: Apply patch to prevent false matches of object names.
84         (Bug 196460)
85         * revdep-rebuild: Apply patch to better handle masked and removed
86         packages. (Bug 205227)
87         * revdep-rebuild: Filter SEARCH_DIRS_MASK paths from SEARCH_DIRS.
88         (Bug 194993)
89         * revdep-rebuild: Apply patch for revdep-rebuild portable find function.
90         (Bug 194234)
91         * equery: Fix equery list to not generate an internal portage error when
92         fed input with too many slashes. (Bug 119806)
93         * equery: Assume the -p flag when equery list -I is used by itself.
94         (Bug 106278)
95
96
97 2007-10-09: Marius Mauch <genone@gentoo.org>
98         * glsa-check: Change "affected" target so it's based on "new" instead of 
99         "all" (IOW: exclude already applied/injected GLSAs).
100
101 2007-10-05: Marius Mauch <genone@gentoo.org>
102         * glsa-check: Use UTF-8 strings to avoid EncodeErrors if a GLSA contains
103         non-ascii characters (bug #162493)
104
105 2007-09-19: Paul Varner <fuzzyray@gentoo.org>
106         * epkginfo: Fix handling of KEYWORDS="" in an ebuild. (Bug #193108)
107         * revdep-rebuild: Fix handling of /var/db/pkg when it is a symbolic
108         link. (Bug #179392)
109
110 2007-09-18: Paul Varner <fuzzyray@gentoo.org>
111         * equery: Apply patch from Carlo Marcelo Arenas Belon to fix incorrect
112         display of masking status in list command. (Bug #188678)
113         * revdep-rebuild: Correctly handle LD_LIBRARY_MASK when checking for
114         "no version information" errors/ (Bug #182882)
115
116 2007-09-12: Paul Varner <fuzzyray@gentoo.org>
117         * eclean: Fix processing of the long arguments to work correctly. (Bug
118         #192345)
119         * revdep-rebuild: Correctly handle the case where an ebuild no longer
120         exists for a package (Bug #188918)
121         * eread: Fix eread to not accept invalid input for file selection.
122         (Bug #189994)
123
124 2007-08-08: Paul Varner <fuzzyray@gentoo.org>
125         * revdep-rebuild: Fix progress bar to only update when there is a
126         change (Bug #186945)
127         * revdep-rebuild: Ensure that we source functions.sh before calling
128         ewarn, etc.
129
130 2007-08-06: Paul Varner <fuzzyray@gentoo.org>
131         * revdep-rebuild: Fix processing of .la files (Bug #187453)
132         * revdep-rebuild: Add -X option back for backwards compatibilty (Bug
133         #187366)
134
135 2007-07-30: Paul Varner <fuzzyray@gentoo.org>
136         * revdep-rebuild: Fix grepping for non-existant package-owners file
137         (Bug #187141)
138
139 2007-07-05: Paul Varner <fuzzyray@gentoo.org>
140         * revdep-rebuild: Added refactored revdep-rebuild from Michael A.
141         Smith (Bug #184042)
142
143 2007-05-30: Marius Mauch <genone@gentoo.org>
144         * glsa-check: check SLOT when selecting and displaying upgrades
145         * glsa-check: new --emergelike option to use the best version 
146         within the same SLOT instead of the one with the smallest delta.
147         * glsa-check: prefer visible upgrades to masked upgrades
148         * equery: check for and warn about unknown options (bug 119674)
149         * equery,eclean,glsa-check,epkginfo: Only add /usr/lib/portage/pym 
150         to python search path when necessary
151
152 2007-05-21: Paul Varner <fuzzyray@gentoo.org>
153         * echangelog: Add patch from genstef to fix issues from Bug 176337
154
155 2007-05-11: Paul Varner <fuzzyray@gentoo.org>
156         * eclean: Changed permission check to see if you are either root or
157         belong to the portage group (Bug #177385)
158
159 2007-05-11: Paul Varner <fuzzyray@gentoo.org>
160         * eclean: Updated eclean to not delete metadata.dtd by default (Bug
161         #176951)
162
163 2007-05-10: Marius Mauch <genone@gentoo.org>
164         * euse: Fix incorrect flag status display when a flag appears multiple
165         times in a single location
166
167 2007-04-25: Paul Varner <fuzzyray@gentoo.org>
168         * echangelog: Re-added subversion/git support with fixes from genstef.
169         (Bug #136048)
170
171 2007-04-24: Paul Varner <fuzzyray@gentoo.org>
172         * etcat: Removed from Makefile (deprecated since 04-25-2005)
173         * qpkg: Removed from Makefile (deprecated since 04-25-2005)
174
175 2007-04-23: Paul Varner <fuzzyray@gentoo.org>
176         * genpkgindex, epkginfo: Move to /usr/bin from
177         /usr/lib/gentoolkit/bin (Bug #175759)
178
179 2007-04-10: Paul Varner <fuzzyray@gentoo.org>
180         * equery: Change equery uses to command to display the best matching
181         uninstalled package version if an uninstalled package is specified.
182         Changed the meaning of -a to mean display all versions. (Bug #152325)
183
184 2007-04-01: Alec Warner <antarus@gentoo.org>
185         * eread: Fix path and fully qualified paths (Bug #172969)
186
187 2007-03-31: Paul Varner <fuzzyray@gentoo.org>
188         * equery: Fix traceback in equery which (Bug #134053)
189
190 2007-03-29: Paul Varner <fuzzyray@gentoo.org>
191         * gentoolkit: Change package.get_???_deps() methods to try the portage
192         tree first, since emerge always uses the portage tree for dependencies.
193         (Bug #164678)
194
195 2007-03-29: Paul Varner <fuzzyray@gentoo.org>
196         * equery: Convert deprecated strings functions to str methods (Bug
197         #172694)
198
199 2007-03-25: Paul Varner <fuzzyray@gentoo.org>
200         * echangelog: Remove subversion/git patch due to many bugs.
201
202 2007-03-18 Paul Varner <fuzzyray@gentoo.org>
203         * revdep-rebuild: Change --no-color to --nocolor for consistency
204         within gentoolkit. (Bug #165165)
205
206 2007-03-16 Paul Varner <fuzzyray@gentoo.org>
207         * gentoolkit: Fix typo in package.py (Bug #168347)
208
209 2007-03-15 Paul Varner <fuzzyray@gentoo.org>
210         * equery: Fix equery check to not fail for symlinks prefixed with ./
211         (Bug #170702)
212
213 2007-03-14 Paul Varner <fuzzyray@gentoo.org>
214         * equery: Trim trailing slash from query for equery belongs command
215         (Bug #170981)
216
217 2007-03-13 Paul Varner <fuzzyray@gentoo.org>
218         * revdep-rebuild: Fix bug with --package-names option not rebuilding
219         packages (Bug #169761)
220
221 2007-03-10 Paul Varner <fuzzyray@gentoo.org>
222         * equery: Add --depth option to equery depgraph to limit the depth of
223         the dependency graph. (Bug #115807)
224
225 2007-03-09 Paul Varner <fuzzyray@gentoo.org>
226         * revdep-rebuild: Add support to detect "no version information
227         available" message from ldd (Bug #169973)
228
229 2007-03-08 Paul Varner <fuzzyray@gentoo.org>
230         * equery: Improved handling of KeyError in equery depends command
231         (Bug #169929)
232
233 2007-03-07 Paul Varner <fuzzyray@gentoo.org>
234         * revdep-rebuild: Change ordering algorithm to use --deep instead of
235         --emptytree on the advice of zmedico
236
237 2007-02-26 Marius Mauch <genone@gentoo.org>
238         * glsa-check: Display access information in verbose list mode (bug 168482)
239
240 2007-02-19 Paul Varner <fuzzyray@gentoo.org>
241         * echangelog: Updated to support git and subversion (Bug #136048)
242
243 2007-01-10 Paul Varner <fuzzyray@gentoo.org>
244         * epkgmove: removed epkgmove command due to popular demand. (Bug
245         161360)
246         * gensync: Deprecated gensync in favor of app-portage/layman (multiple
247         bugs)
248
249 2007-01-02 Paul Varner <fuzzyray@gentoo.org>
250         * equery: Fix equery depends --indirect command. (Bug #124552)
251
252 2006-12-31 Paul Varner <fuzzyray@gentoo.org>
253         * equery: Reworked equery depends command to be more accurate.
254
255 2006-12-13 Paul Varner <fuzzyray@gentoo.org>
256         * revdep-rebuild: Fix handling of /etc/portage/package.mask (Bug
257         #158025) Thanks to Wolfram Schlich for the patch.
258
259 2006-12-12 Paul Varner <fuzzyray@gentoo.org>
260         * equery: Add --tree option to equery files command. (Bug #62898)
261         Thanks to scope for the patch.
262
263 2006-12-06 Paul Varner <fuzzyray@gentoo.org>
264         * equery: Modify equery size command to work like the equery list
265         command for pkgspec arguments
266
267 2006-11-27 Paul Varner <fuzzyray@gentoo.org>
268         * eclean: Fix typographical error in help and man page. (Bug #156243)
269
270 2006-10-11 Paul Varner <fuzzyray@gentoo.org>
271         * equery: Fix fileAsStr to understand device files.
272         (http://forums.gentoo.org/viewtopic-p-3639575.html)
273
274 2006-10-07 Paul Varner <fuzzyray@gentoo.org>
275         * euse: Fix quoting bug in get_real_path() (Bug #150335).
276
277 2006-09-21 Paul Varner <fuzzyray@gentoo.org>
278         * eread: Add eread script for reading and managing portage ELOG files.
279         Thanks to Donnie Berkholz for writing this.
280
281 2006-09-03 Paul Varner <fuzzyray@gentoo.org>
282         * revdep-rebuild: Remove unused environment variables before calling
283         emerge (Bug #142074). Check for permissions to write temporary files
284         (Bug #142308)
285
286 2006-08-12 Marius Mauch <genone@gentoo.org>
287         * glsa-check: Add new --mail option to send out vulnerability reports
288         (output of --list plus --dump for each matched glsa as attachment),
289         using elog configuration.
290
291 2006-07-31 Paul Varner <fuzzyray@gentoo.org>
292         * euse: Replace calls to readlink with bash function for Gentoo/ALT
293         compatibility. (Bugs #140477, #128960)
294
295 2006-07-28 Paul Varner <fuzzyray@gentoo.org>
296         * revdep-rebuild: Fix revdep-rebuild to correctly handle --ask being
297         passed to emerge. Thanks to Sal Gonzalez <ghostx@optonline.net> for
298         the patch. (Bug #37485)
299
300 2006-07-07 Paul Varner <fuzzyray@gentoo.org>
301         * revdep-rebuild: Rename --no-path to --no-ld-path and change
302         functionality to not set LD_LIBRARY_PATH.  This fixes bug #96946 as
303         well as bug #137313
304         * revdep-rebuild: Apply patch from truedfx to fix bug #38751
305
306 2006-07-05 Paul Varner <fuzzyray@gentoo.org>
307         * revdep-rebuild: Add --no-path option to revdep-rebuild for bug
308         #137313
309
310 2006-06-25 Marius Mauch <genone@gentoo.org>
311         * glsa-check: update cve code for bug 128115
312
313 2006-06-14 Paul Varner <fuzzyray@gentoo.org>
314         * gentoolkit: Fix package.py to honor $ROOT. (bug #136811)
315
316 2006-05-22 Paul Varner <fuzzyray@gentoo.org>
317         * revdep-rebuild: Use qfile to locate packages if portage-utils is
318         installed (Bug #128374). Be even more paranoid about extra slashes in
319         path names (Bug #128108). Remove unused code. Update configuration
320         section of manpage (Bug #126038).
321
322 2006-04-02 Paul Varner <fuzzyray@gentoo.org>
323         * revdep-rebuild: Remove double-slashes from path names (Bug #128108)
324
325 2006-04-01 Paul Varner <fuzzyray@gentoo.org>
326         * revdep-rebuild: Add fix so that packages no longer in the tree cause
327         errors (Bug #128174). Fix case where masked packages cause
328         revdep-rebuild to not rebuild any packages (Bug #128085)
329
330 2006-03-29 Marius Mauch <genone@gentoo.org>
331         * euse: Add support for special %active argument as placeholder for
332         active use flags
333
334 2006-03-26 Aron Griffis <agriffis@gentoo.org>
335         * echangelog: Don't warn about missing ebuilds when updating 
336           copyrights #120061
337
338 2006-03-25 Aron Griffis <agriffis@gentoo.org>
339         * eviewcvs: Update for sources.gentoo.org, add subversion support
340
341 2006-03-21 Paul Varner <fuzzyray@gentoo.org>
342         * revdep-rebuild: Fix to clear environment before portageq call. (Bug
343         #126038)
344
345 2006-03-08 Paul Varner <fuzzyray@gentoo.org>
346         * genpkgindex: Add binary package indexing utility. (Bug 82132)
347
348 2006-03-01 Paul Varner <fuzzyray@gentoo.org>
349         * gentoolkit: Fix depends parsing to properly handle conjunction. (bug
350         #123725). Thanks to tgl for the patch.
351         * gentoolkit: Added function to get post-merge dependencies (PDEPEND)
352         (bug #99191)
353         * gentoolkit: Change get_dependency functions to always use the
354         portage tree
355         * equery: Added post-merge dependencies to depends and depgraph
356         actions. (bug #99191)
357         * equery: Removed requirement for package to be installed to use
358         depgraph action.
359
360 2006-02-16 Marius Mauch <genone@gentoo.org>
361         * euse: add/remove use flags even if there is no USE= statement in make.conf
362         (bug #95432)
363
364 2006-02-16 Marius Mauch <genone@gentoo.org>
365         * glsa-check: Fix bug causing the wrong summary to be displayed 
366         for --test --verbose (bug #123084)
367
368 2006-02-06 Paul Varner <fuzzyray@gentoo.org>
369         * revdep-rebuild: Reset PORTAGE_NICENESS, so that emerge is not niced
370         twice. Thanks to Lukas Reck for the patch. (Bug 121482)
371
372 2006-01-24 Marius Mauch <genone@gentoo.org>
373         * glsa-check: Use vbd information in verbose list mode (patch by solar)
374
375 2006-01-18 Paul Varner <fuzzyray@gentoo.org>
376         * revdep-rebuild: Add capability to check libtool .la files for
377         non-existant references.
378
379 2006-01-06 Paul Varner <fuzzyray@gentoo.org>
380         * revdep-rebuild: Fix revdep-rebuild to play nicely with portage-2.1
381         (Bug 118124)
382
383 2005-12-28 Paul Varner <fuzzyray@gentoo.org>
384         * revdep-rebuild: Fix to automatically determine how to call find (Bug 111203)
385
386 2005-12-19 Paul Varner <fuzzyray@gentoo.org>
387         * eclean: Add regular expression matching for exclude files (Bug 114365)
388
389 2005-12-13 Paul Varner <fuzzyray@gentoo.org>
390         * equery: Fix USE flag parsing. (Bug 115294)
391
392 2005-12-07 Paul Varner <fuzzyray@gentoo.org>
393         * revdep-rebuild: Fix revdep-rebuild to work with findutils-4.2.27.
394         (bug 111203)
395         * equery: Added note to error message about quoting redirection
396         characters. (Bug 113423)
397         * gentoolkit: Removed python-config call from make file. (Bug 113386)
398
399 2005-11-23 Paul Varner <fuzzyray@gentoo.org>
400         * equery: Changed default behavior for equery list to search for
401         partial name matches. Added equery list examples to the equery man
402         page. (Bugs 113032, 113134)
403
404 2005-11-15 Marius Mauch <genone@gentoo.org>
405         * glsa-check: Changed several messages to stderr instead of stdout
406         * glsa-check: Added new --cve option as requested by solar (bug 98589)
407         * glsa-check: Added support for a EMERGE_OPTS env variable to modify the emerge call of glsa-check --fix
408         * glsa-check: Added a new target "affected"
409         * glsa-check: Removed the warning message as it is now pretty much tested
410         * glsa-check: Show GLSA title on --test if --verbose is also used
411         
412 2005-11-11 Paul Varner <fuzzyray@gentoo.org>
413         * equery: Added sanity check to equery files (Bug 75983)
414         * equery: Fix string matching for equery depends (Bug 85653)
415         * gentoolkit: Fix package.size() to report correct size for symbolic
416         links (Bug 90384)
417         * equery: Fix equery depgraph to show all dependencies (Bug 99191)
418         * equery: Fix traceback with invalid regular expression for equery
419         list (Bug 109392)
420
421 2005-11-04 Paul Varner <fuzzyray@gentoo.org>
422         * equery: Fix equery belongs to correctly work when passed an argument
423         list of multiple files (Bug 111501)
424
425 2005-11-02 Paul Varner <fuzzyray@gentoo.org>
426         * revdep-rebuild: Fix to work with findutils-4.2.25 (Bug 111203)
427
428 2005-10-18 Paul Varner <fuzzyray@gentoo.org>
429         * equery: Make equery look at both DEPEND and RDEPEND for dependencies
430         * gentoolkit: Fix _parse_deps to understand || syntax (Bug 101377)
431
432 2005-10-14 Paul Varner <fuzzyray@gentoo.org>
433         * equery: Add qpkg --dups functionality to equery list command (bug
434         109156)
435
436 2005-10-13 Paul Varner <fuzzyray@gentoo.org>
437         * equery: equery depgraph shows USE flags (Bug 74554)
438         * equery: equery should properly parse use.local.desc (Bug 74569)
439         * equery: equery list escapes regular expressions (Bug 77113)
440         * equery: equery uses displays flags correctly (Bug 86633)
441         * equery: equery -N option to disable pipe detection (Bug 90046)
442         * equery: equery list properly detects version string (Bug 91286)
443         * equery: equery belongs now requires a filename (Bug 94618)
444         * equery: equery files over a pipe only prints file names (Bug 100148)
445         * revdep-rebuild: Fix typo in man page (Bug 109147)
446
447 2005-09-25 Paul Varner <fuzzyray@gentoo.org>
448         * revdep-rebuild: Update to read configuration files from
449         /etc/revdep-rebuild
450
451 2005-09-23 Paul Varner <fuzzyray@gentoo.org>
452         * equery: Sort output from equery list (bug 67152)
453         * equery: Update man page (Bugs 73893, 74944)
454         * equery: equery which returns best-visible ebuild (bug 78687)
455         * equery: equery --quiet is actually quiet (bug 78921)
456         * equery: Fixed typo in equery -h (bug 82352)
457         * gentoolkit: gentoolkit now uses a single portage.config object (bug
458         90680)
459         * equery: equery uses returns unique, sorted list (bug 91623)
460         * equery: equery always honors nocolor flag and settings (bug 98634)
461
462 2005-09-08 Paul Varner <fuzzyray@gentoo.org>
463         * eclean: Inital commit of eclean 0.4.1 from Thomas de Grenier de
464         Latour (tgl) <degrenier@easyconnect.fr> (bug 33877)
465
466 2005-06-28 Paul Varner <fuzzyray@gentoo.org>
467         * revdep-rebuild: Revert fix for bug 93574 as it can cause packages to
468         be missed. (bug 97171)
469
470 2005-06-07 Paul Varner <fuzzyray@gentoo.org>
471         * revdep-rebuild: Delete temporary files if the environment does not 
472         match the previous environment (bug 95274)
473
474 2005-06-05 Paul Varner <fuzzyray@gentoo.org>
475         * revdep-rebuild: Imported revdep-rebuild release from bug 62644
476         * revdep-rebuild: Major changes to the functionality when using 
477         --package-names/-X The script should now update slotted packages 
478         correctly. (bug 22161)
479         * revdep-rebuild: Customizable searching controlled through environment
480         variables.  This removes the need for end users to directly modify the
481         script. (bugs 32276, 38011, 59803)
482         * revdep-rebuild: The directories to search are no longer hard coded
483         into the script.  revdep-rebuild now determines the directories to
484         search based upon /etc/profile.env and /etc/ld.so.conf. (bugs 32276,
485         38011, 89781)
486         * revdep-rebuild: --ignore option to ignore temporary files left from
487         previous runs. Automatically ignore temporary files older than 24 hours.
488         (bug 34052)
489         * revdep-rebuild: Always return an exit status based upon success or
490         failure. (bug 38472)
491         * revdep-rebuild: Fixed to only emerge packages with direct missing
492         dependencies. (bug 38487)
493         * revdep-rebuild: New man page. (bug 40042)
494         * revdep-rebuild: emerge is no longer called with --nodeps. This allows
495         for needed dependencies to be pulled in. (bug 62893)
496         * revdep-rebuild: Cleaned up grammatical errors (bug 85278)
497         * revdep-rebuild: Added support for revdep-rebuild --soname 
498         /path/to/library.so (bug 91503)
499         * revdep-rebuild: Removed symbolically linked directories from search
500         (bug 93574)
501         * revdep-rebuild: --nocolor option to turn off colored output, the
502         script also obeys the NOCOLOR setting from /etc/make.conf.
503         * revdep-rebuild: Removed dependency on qpkg
504         * revdep-rebuild: Script uses PORTAGE_NICENESS from /etc/make.conf
505         * revdep-rebuild: Undocumented --keep-temp option.  This is primarily
506         for debugging/testing. This option prevents temporary files from being
507         deleted.
508         * revdep-rebuild: Changed --soname --soname-regexp options to --library
509         and treat all arguments as basic regular expressions. --soname and
510         --soname-regexp can still be used as options for backwards
511         compatability.
512         * revdep-rebuild: Removed requirement to keep revdep-rebuild and emerge
513         options distinct. Options that are unrecognized by revdep-rebuild are
514         passed directly to emerge.
515
516 2005-04-30 Marius Mauch <genone@gentoo.org>
517         * glsa-check: add V to short option list so it actually works
518         * equery: added new option --name-only to belongs command to make it
519         "emerge-compatible"
520         
521 2005-04-26 Marius Mauch <genone@gentoo.org>
522         * gentoolkit: fix broken Makefile
523         * gentoolkit: add some sticky tape to get the stupid thing working again
524         * equery: fix a few minor problems
525
526 2005-04-25 Marius Mauch <genone@gentoo.org>
527         * qpkg: moving to /usr/share/doc/gentoolkit-*/deprecated
528         * etcat: moving to /usr/share/doc/gentoolkit-*/deprecated
529         * revdep-rebuild: replacing qpkg call with equivalent grep/sed call
530
531 2005-04-07 Marius Mauch <genone@gentoo.org>
532         * euse: fixed bugs 74344, 75525 and 84521
533         * euse: add better support for cascaded profiles
534         * glsa-check: use --oneshot (bug 79819)
535         * glsa.py: fix stupid revision comparison bug (bug 75233)
536
537 2005-03-12 Aron Griffis <agriffis@gentoo.org>
538         * Added eviewcvs to -dev, utility for generating viewcvs URLs
539
540 2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
541         * Dropped epkgmove from the -dev
542         * Released gentoolkit-dev-0.2.3
543
544 2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
545         * Released gentookit-dev-0.2.2
546
547 2004-12-09 Marius Mauch <genone@gentoo.org>
548         * glsa.py: Another stupid bug, this time revisionMatch() broke as
549         ~foobar-rN isn't valid anymore
550
551 2004-12-08 Marius Mauch <genone@gentoo.org>
552         * equery: implemented the --category option
553         * glsa-check: fixed the bug where it wanted to unnecessary merge masked
554         packages
555         * glsa-check: added a check to verify that all non-option arguments are
556         valid GLSAs
557         * glsa.py: changed the outfile parameter in Glsa.dump() to outstream so
558         we don't have to open/close a file which breaks pipes
559         * glsa.py: checks now for python versions below 2.3 and throws an
560         exception
561
562 2004-11-29 Karl Trygve Kalleberg <karltk@gentoo.org>
563         * branched v0-3-0: major rework in equery is in progess. the main
564         branch is reserved for minor and incremental fixups.
565
566 2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
567         * release.sh: New script that automates the relase of a new gentoolkit
568         relase. Only works for gentoolkit-dev at the moment.
569         * src/echangelog/Makefile: Fixed spurious '}'
570         * Released gentoolkit-dev-0.2.1
571
572 2004-10-31 Marius Mauch <genone@gentoo.org>
573         * qpkg: security fix for bug #68846
574
575 2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
576         * etcat: fixed get_use_vars to get_use_flags, fixes #67349.
577
578 2004-10-18 Karl Trygve Kalleberg <karltk@gentoo.org>
579         * gentoolkit: collapsed ChangeLog into base ChangeLog
580         * gentoolkit: reverted indenting back to tabs, due to loud protests
581         from Marius;)
582         * equery: collapsed ChangeLog into base ChangeLog
583         * equery: reverted indenting back to tabs, due to loud protests from
584         Marius;)
585         * equery: minor syntactical cleanups.
586         * equery: minor documentation improvements
587         * equery: added errors module that will hold various types of internal
588         errors raised.
589         * equery: added try block around on md5sum check, which fails on various
590         conditions like insufficient permission or stale temporary checksum
591         files.
592
593 2004-10-17 Marius Mauch <genone@gentoo.org>
594         * equery: fix for bug #67473 (checking md5sums of prelinked binaries)
595         * equery: fix for bug #67275 (--nocolor didn't work as configure was
596         called before parsing the arguments
597         * equery: changed defaults for `equery depends` as making a depgraph for
598         the full portage tree isn't a good idea and find_all_packages() uses way
599         to much memory currently
600         * euse: replaced the old perl version with a newly written bash version.
601
602 2004-10-12 Marius Mauch <genone@gentoo.org>
603         * equery: fix for bug #67210
604
605 2004-10-10 Marius Mauch <genone@gentoo.org>
606         * Removed old-scripts directory from gentoolkit
607         * euse: added a errormessage that it doesn't support cascading profiles
608         * equery: small bugfixes
609         * equery: performance speedup for `equery belongs` by using portage
610         directly
611         * equery: added MD5 verification to `equery check`
612         * equery: renamed 'hasuses' to 'hasuse'
613         * equery: added filter patch for `equery files` from bug 43422, thanks
614         to degrenier@easyconnect.fr
615         * Released gentoolkit-0.2.0_pre10
616
617 2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
618         * equery: Added unit tests for all supported commands
619         * equery: Fixed printing order and recognition of overlay, #53432.
620
621 2004-10-11 Karl Trygve Kalleberg <karltk@gentoo.org>
622         * gentoolkit: Split gentoolkit.py into helpers.py and package.py
623
624 2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
625         * gentoolkit: Fixed Makefiles to work with posix-compatible shells
626         * gentoolkit: Fixed is_overlay() to report properly, #53432.
627
628 2004-10-06 Marius Mauch <genone@gentoo.org>
629         * glsa.py: Convert Unicode strings to ascii before passing them to
630         portage
631         * glsa.py: Some formatting fixes for dump()
632         * glsa.py: changed the matching routines so the reports are hopefully
633         more accurate
634         * glsa-check: added color support 
635         * glsa-check: added a --verbose option to show the warnings about
636         invalid GLSAs
637
638 2004-09-30 Karl Trygve Kalleberg <karltk@gentoo.org>
639         * equery: Added unit tests for --help
640         * equery: Added unit tests for 'files'
641
642 2004-09-27 Karl Trygve Kalleberg <karltk@gentoo.org>
643         * gentoolkit: Added find_installed_packages
644         * equery: Added short commands
645         * equery: Fixed copyright dates
646         * equery: Fixed belongs to search only installed packages
647         * equery: Fixed reporting bug in uses command
648         * equery: Fixed reference to cppv
649         * equery: Added import of die
650         * equery: Added searching header to uses
651         * equery: Fixed hasuses to report properly
652         * Released gentoolkit-0.2.0_pre9
653         * Released gentoolkit-dev-0.2.0_pre4
654
655 2004-09-08 Karl Trygve Kalleberg <karltk@gentoo.org>
656         * equery: Added man page rewrites by Katerina Barone-Adesi
657         <katerinab@gmail.com>, fixes #63045
658         * equery: Fixed spacing issues with files, fixes #63036.
659         * equery: Added depends command by Olivier Crete <tester@gentoo.org>,
660         fixes #40830.
661         * equery: Reworked output yet again.
662         * equery: Belongs handles multiple files on the command line, partially
663         fixes #62361.
664         * gentoolkit: Reworked printing functions
665
666 2004-08-29 Karl Trygve Kalleberg <karltk@gentoo.org>
667         * gentoolkit: Added printing functions
668         * equery: Added check for bad regexp in belongs, fixes #58494
669         * equery: Added proper error reporting to stderr, fixes #57580
670
671 2004-08-22 Karl Trygve Kalleberg <karltk@gentoo.org>
672         * gentoolkit: Fixed Package.get_env_var to use the correct tree db.
673         * gentoolkit: Renamed Package.get_use_vars to Package.get_use_flags
674         * equery: Searches now include masked packages, when installed.
675         * equery: Fixed output to be piping-friendly
676         * equery: Added -N option to force non-piping output
677         * equery: Added hasuses command
678
679 2004-08-01 Marius Mauch <genone@gentoo.org>
680         * Fixed grep expression for `qpkg -f`
681
682 2004-05-04 Karl Trygve Kalleberg <karltk@gentoo.org>
683         * equery: Added a -f/--full-regex option to belongs and some logic so
684         users can do belongs ant, belongs /usr/bin/ant and belongs -f ".*ant.*"
685         while getting sensible results. Fixes #37637.
686
687 2004-04-14 Karl Trygve Kalleberg <karltk@gentoo.org>
688         * Released gentoolkit-dev-0.2.0_pre3
689
690 2004-03-31 Marius Mauch <genone@gentoo.org>
691         * glsa-check: updates, fixing #45528 and #45522, adding support for rXX
692         operators and passing filenames as arguments to Glsa()
693
694 2004-03-13 Marius Mauch <genone@gentoo.org>
695         * Added glsa-check and glsa.py, please note:
696                 - they are only temporary for testing, so no manpage/ChangeLog
697                 - their CVS home is in gentoo-projects
698         * fixed bugs #42160, #40935, #43389
699         * equery: fixing descriptions for local USE flags
700         * equery: more checking on exceptions
701
702 2004-02-08 Karl Trygve Kalleberg <karltk@gentoo.org>
703         * Added ebump
704         * Added gensync
705         * Added epkgmove, closes #36663.
706
707 2004-02-06 Marius Mauch <genone@gentoo.org>
708         * fixed bugs #40159, #39798, #39652, #39596, #39293
709         * changed etcat and equery behavior for ambigous package names,
710                 they now return values for all matching packages rather
711                 than erroring out
712         * added "will be phased out" messages to etcat and qpkg
713
714 2004-01-23 Marius Mauch <genone@gentoo.org>
715         * lots of bugfixes
716         * equery: now catches Exceptions thrown by portage
717         * equery: minor bugfixes
718
719 2004-01-14 Karl Trygve Kalleberg <karltk@gentoo.org>
720         * Added src/ego to gentoolkit-dev
721
722 2004-01-12 Marius Mauch <genone@gentoo.org>
723         * equery: added mask, keyword and slot information to list command
724         * equery: fixed traceback in equery
725         * equery: added more information on "equery list"
726
727 2004-01-10 Karl Trygve Kalleberg <karltk@gentoo.org>
728         * Added src/ego
729
730 2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
731         * equery: Added Makefile
732         * Added new build system
733         * Added src/old-scripts, the scripts from app-portage/gentoolkit
734         * Renamed gentool to equery
735         * Released 0.2.0_pre1
736
737 2003-12-31 Karl Trygve Kalleberg <karltk@gentoo.org>
738         * equery: Added which command
739         * equery: Added check command (not finished)
740
741 2003-12-12 Karl Trygve Kalleberg <karltk@gentoo.org>
742         * equery: Added size command
743         * equery: Added depgraph command
744
745 2003-12-11 Karl Trygve Kalleberg <karltk@gentoo.org>
746         * equery: Added list command
747         * equery: Added uses command
748
749 2003-12-08 Karl Trygve Kalleberg <karltk@gentoo.org>
750         * Removed emerge-rsync, emerge-webrsync
751         * Added moo
752         * Added skeleton man pages to all packages
753         * Added Makefile
754
755 2003-10-05 Karl Trygve Kalleberg <karltk@gentoo.org>
756         * equery: Added files command
757         * equery: Added belongs command
758
759 2003-10-04 Karl Trygve Kalleberg <karltk@gentoo.org>
760         * Rewrote dep-clean to python
761
762 2003-06-31 Karl Trygve Kalleberg <karltk@gentoo.org>
763         * Rewrote more of etcat; many of the functions now employ
764                 gentoolkit.
765         * Replaced qpkg with stubs of a reimplementation in python.
766
767 2003-06-27 Karl Trygve Kalleberg <karltk@gentoo.org>
768         * Added patch to echangelog to consider PORTDIR, fixes #23881.
769
770 2003-06-26 Karl Trygve Kalleberg <karltk@gentoo.org>
771         * Added echangelog, by agenkin
772         * Added ekeyword, by agenkin
773         * Added gentoolkit, the common python library for all Gentoolkit tools.
774         * Revived pkg-size as a testbed for the gentoolkit library
775         * Fixed some minor issues in qpkg
776         * Added revdep-rebuild-1
777         * Added revdep-rebuild-2
778         * Restructuring etcat
779         * Fixed some minor issues in dep-clean
780
781 2002-11-21 Karl Trygve Kalleberg <karltk@gentoo.org>
782         * Renamed pkg-size to gentool-package-size
783         * Renamed pst-package-count to gentool-package-count
784         * Retired rest of pst-* stuff
785
786 2002-08-06 Karl Trygve Kalleberg <karltk@gentoo.org>
787         * Created separate CVS module for Gentoolkit
788         * Restructured directory hierarchy