diff options
Diffstat (limited to 'app-forensics/magicrescue/metadata.xml')
| -rw-r--r-- | app-forensics/magicrescue/metadata.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-forensics/magicrescue/metadata.xml b/app-forensics/magicrescue/metadata.xml index 749736a8d7c0..f944e32e2d77 100644 --- a/app-forensics/magicrescue/metadata.xml +++ b/app-forensics/magicrescue/metadata.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription> + <!-- 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. @@ -9,6 +10,7 @@ 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> - - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">jbj/magicrescue</remote-id> + </upstream> +</pkgmetadata> |
