Update revdep-rebuild manpage. Bring Changelog up to date
authorfuzzyray <fuzzyray@gentoo.org>
Tue, 23 May 2006 21:06:56 +0000 (21:06 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Tue, 23 May 2006 21:06:56 +0000 (21:06 -0000)
svn path=/; revision=299

trunk/ChangeLog
trunk/src/revdep-rebuild/revdep-rebuild.1

index c1b87f9f0eab39ca20bfa86cd448c179d554efbb..ef7d465082ee62aade1f0bbd452e4685197f63ed 100644 (file)
@@ -1,3 +1,12 @@
+2006-05-22 Paul Varner <fuzzyray@gentoo.org>
+       * revdep-rebuild: Use qfile to locate packages if portage-utils is
+       installed (Bug #128374). Be even more paranoid about extra slashes in
+       path names (Bug #128108). Remove unused code. Update configuration
+       section of manpage (Bug #126038).
+
+2006-04-02 Paul Varner <fuzzyray@gentoo.org>
+       * revdep-rebuild: Remove double-slashes from path names (Bug #128108)
+
 2006-04-01 Paul Varner <fuzzyray@gentoo.org>
        * revdep-rebuild: Add fix so that packages no longer in the tree cause
        errors (Bug #128174). Fix case where masked packages cause
 2006-03-25 Aron Griffis <agriffis@gentoo.org>
        * eviewcvs: Update for sources.gentoo.org, add subversion support
 
+2006-03-21 Paul Varner <fuzzyray@gentoo.org>
+       * revdep-rebuild: Fix to clear environment before portageq call. (Bug
+       #126038)
+
 2006-03-08 Paul Varner <fuzzyray@gentoo.org>
        * genpkgindex: Add binary package indexing utility. (Bug 82132)
 
index 30bdfd135031cae868086bb27b1c9bdc6356950d..e9d59a56617dfe4013981ec4e98a8e297d8fca6a 100644 (file)
@@ -36,7 +36,17 @@ SEARCH_DIRS \- List of directories to search for executables and libraries
 .LP 
 SEARCH_DIRS_MASK \- List of directories to not search
 
-These variables can be prepended to either by setting the variable in your environment prior to execution, or by placing an entry in /etc/make.conf.
+These variables can be prepended to either by setting the variable in your environment prior to execution, by placing an entry in /etc/make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
+
+The variables are read and set in the following order:
+
+environment settings \- one time changes by user
+.br 
+/etc/make.conf \- persistant changes by user
+.br 
+/etc/revdep\-rebuild/* \- persistant changes by ebuild authors
+
+While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in /etc/make.conf.
 
 An entry of "\-*" means to clear the variable from that point forward.
 Example: SEARCH_DIRS="/usr/bin \-*" will set SEARCH_DIRS to contain only /usr/bin