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