commit: 180d9655c6aa40148c230b5976dfe88d791a19da
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 12 14:20:06 2020 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Apr 12 14:20:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=180d9655
app-portage/portage-lostfiles:
Fixed manifest.xml have too short description
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
app-portage/portage-lostfiles/metadata.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-portage/portage-lostfiles/metadata.xml
b/app-portage/portage-lostfiles/metadata.xml
index 4bebf85..45a6e42 100644
--- a/app-portage/portage-lostfiles/metadata.xml
+++ b/app-portage/portage-lostfiles/metadata.xml
@@ -7,6 +7,13 @@
</maintainer>
<longdescription>
A simple script to identify files not tracked by Portage
package manager.
+ Notes:
+ Symlinks are not reported as lost as long as the link target
exists and is tracked.
+ Some common paths are not reported (e.g.: /etc/group,
/etc/machine-id, ...). The full whitelist is defined by WHITELIST in
lostfiles.py.
+ Usage
+ git clone https://github.com/gcarq/portage-lostfiles.git
+ cd portage-lostfiles
+ $ ./lostfiles.py
</longdescription>
<upstream>
<bugs-to>https://github.com/gcarq/portage-lostfiles/issues</bugs-to>