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