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 dev-java/json-simple: metadata.xml
Date: Sat, 31 Mar 2012 17:18:55
Message-Id: 20120331170225.47D7720080@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:25
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.2 dev-java/json-simple/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/json-simple/metadata.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/json-simple/metadata.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/json-simple/metadata.xml?r1=1.1&r2=1.2
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-java/json-simple/metadata.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- metadata.xml 20 Apr 2008 14:33:15 -0000 1.1
21 +++ metadata.xml 31 Mar 2012 17:02:25 -0000 1.2
22 @@ -2,13 +2,14 @@
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 <herd>java</herd>
26 - <longdescription lang="en">
27 - Why the Simple Java toolkit (also named as JSON.simple) for JSON?
28 + <longdescription lang="en">Why the Simple Java toolkit (also named as JSON.simple) for JSON?
29 When I use JSON as the data exchange format between the AJAX client and JSP
30 for the first time, what worry me mostly is how to encode Java strings and
31 numbers correctly in the server side so the AJAX client will receive a well
32 formed JSON data. When I looked into the 'JSON in Java' directory in JSON
33 website,I found that wrappers to JSONObject and JSONArray can be simpler,
34 - due to the simplicity of JSON itself. So I wrote the JSON.simple package.
35 - </longdescription>
36 + due to the simplicity of JSON itself. So I wrote the JSON.simple package.</longdescription>
37 + <upstream>
38 + <remote-id type="google-code">json-simple</remote-id>
39 + </upstream>
40 </pkgmetadata>