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