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