diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 16:50:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 16:50:19 +0100 |
commit | 54ca921461e63b4677f38c11f471d9c3527ba55c (patch) | |
tree | b87c343f4facc91ebfc1f0689188ac3af40e0934 /app-forensics/magicrescue | |
parent | app-forensics/magicrescue: fix recipes path (diff) | |
download | gentoo-54ca921461e63b4677f38c11f471d9c3527ba55c.tar.gz gentoo-54ca921461e63b4677f38c11f471d9c3527ba55c.tar.bz2 gentoo-54ca921461e63b4677f38c11f471d9c3527ba55c.zip |
app-forensics/magicrescue: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/magicrescue')
-rw-r--r-- | app-forensics/magicrescue/metadata.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/app-forensics/magicrescue/metadata.xml b/app-forensics/magicrescue/metadata.xml index 36058885bf77..f944e32e2d77 100644 --- a/app-forensics/magicrescue/metadata.xml +++ b/app-forensics/magicrescue/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -Magic Rescue scans a block device for file types it knows how to recover and calls an external program to extract them. It looks -at "magic bytes" in file contents, so it can be used both as an undelete utility and for recovering a corrupted drive or -partition. As long as the file data is there, it will find it. + <!-- maintainer-needed --> + <longdescription> + Magic Rescue scans a block device for file types it knows how to recover and calls an external program to extract them. It looks + at "magic bytes" in file contents, so it can be used both as an undelete utility and for recovering a corrupted drive or + partition. As long as the file data is there, it will find it. -It works on any file system, but on very fragmented file systems it can only recover the first chunk of each file. Practical -experience (this program was not written for fun) shows, however, that chunks of 30-50MB are not uncommon. -</longdescription> + It works on any file system, but on very fragmented file systems it can only recover the first chunk of each file. Practical + experience (this program was not written for fun) shows, however, that chunks of 30-50MB are not uncommon. + </longdescription> + <upstream> + <remote-id type="github">jbj/magicrescue</remote-id> + </upstream> </pkgmetadata> |