diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 18:57:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-25 20:51:49 +0100 |
commit | c118340bde9fa8f5dbae0353e3d77b061d3000e1 (patch) | |
tree | da40ce19f0a6c53985282f1b372e7fdce17b6c32 /app-misc/binwalk | |
parent | app-misc/anki: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-c118340bde9fa8f5dbae0353e3d77b061d3000e1.tar.gz gentoo-c118340bde9fa8f5dbae0353e3d77b061d3000e1.tar.bz2 gentoo-c118340bde9fa8f5dbae0353e3d77b061d3000e1.zip |
app-misc/binwalk: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r-- | app-misc/binwalk/metadata.xml | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/app-misc/binwalk/metadata.xml b/app-misc/binwalk/metadata.xml index 4dac81d24622..9cd3f7b9f5c1 100644 --- a/app-misc/binwalk/metadata.xml +++ b/app-misc/binwalk/metadata.xml @@ -1,23 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>radhermit@gentoo.org</email> - <name>Tim Harder</name> - </maintainer> - <longdescription lang="en">Binwalk is a tool for searching a given binary image for embedded files. - Specifically, it is designed for identifying files embedded inside of firmware - images. Binwalk uses the libmagic library, so it is compatible with magic - signatures created for the Unix file utility. - Binwalk also includes a custom magic signature file which contains improved - signatures for files that are commonly found in firmware images such as - compressed/archived files, firmware headers, Linux kernels, bootloaders, - filesystems, etc.</longdescription> - <upstream> - <remote-id type="google-code">binwalk</remote-id> - <remote-id type="github">devttys0/binwalk</remote-id> - </upstream> - <use> - <flag name="graph">Enable support for generating entropy graphs</flag> - </use> + <maintainer type="person"> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> + <longdescription lang="en"> + Binwalk is a tool for searching a given binary image for embedded files. + Specifically, it is designed for identifying files embedded inside of firmware + images. Binwalk uses the libmagic library, so it is compatible with magic + signatures created for the Unix file utility. + Binwalk also includes a custom magic signature file which contains improved + signatures for files that are commonly found in firmware images such as + compressed/archived files, firmware headers, Linux kernels, bootloaders, + filesystems, etc. + </longdescription> + <upstream> + <remote-id type="google-code">binwalk</remote-id> + <remote-id type="github">devttys0/binwalk</remote-id> + </upstream> + <use> + <flag name="graph">Enable support for generating entropy graphs</flag> + </use> </pkgmetadata> |