Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/binwalk: metadata.xml
Date: Sat, 31 Mar 2012 17:08:37
Message-Id: 20120331170222.07EEE20087@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:22
2
3 Modified: metadata.xml
4 Log:
5 Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
6
7 Revision Changes Path
8 1.3 app-misc/binwalk/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/metadata.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/metadata.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/metadata.xml?r1=1.2&r2=1.3
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/app-misc/binwalk/metadata.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- metadata.xml 23 Sep 2011 21:49:52 -0000 1.2
21 +++ metadata.xml 31 Mar 2012 17:02:21 -0000 1.3
22 @@ -1,19 +1,19 @@
23 -<?xml version = '1.0' encoding = 'UTF-8'?>
24 +<?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <maintainer>
28 <email>radhermit@g.o</email>
29 <name>Tim Harder</name>
30 </maintainer>
31 - <longdescription lang="en">
32 - Binwalk is a tool for searching a given binary image for embedded files.
33 + <longdescription lang="en">Binwalk is a tool for searching a given binary image for embedded files.
34 Specifically, it is designed for identifying files embedded inside of firmware
35 images. Binwalk uses the libmagic library, so it is compatible with magic
36 signatures created for the Unix file utility.
37 -
38 Binwalk also includes a custom magic signature file which contains improved
39 signatures for files that are commonly found in firmware images such as
40 compressed/archived files, firmware headers, Linux kernels, bootloaders,
41 - filesystems, etc.
42 - </longdescription>
43 + filesystems, etc.</longdescription>
44 + <upstream>
45 + <remote-id type="google-code">binwalk</remote-id>
46 + </upstream>
47 </pkgmetadata>