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