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-python/diff-match-patch: metadata.xml
Date: Sat, 31 Mar 2012 17:15:00
Message-Id: 20120331170230.59D6320062@flycatcher.gentoo.org
1 phajdan.jr 12/03/31 17:02:30
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.4 dev-python/diff-match-patch/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/metadata.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/metadata.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/diff-match-patch/metadata.xml?r1=1.3&r2=1.4
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-python/diff-match-patch/metadata.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- metadata.xml 2 Mar 2012 07:52:01 -0000 1.3
21 +++ metadata.xml 31 Mar 2012 17:02:30 -0000 1.4
22 @@ -6,24 +6,20 @@
23 <email>aidecoe@g.o</email>
24 <name>Amadeusz Żołnowski</name>
25 </maintainer>
26 - <longdescription lang="en">
27 - The Diff Match and Patch libraries offer robust algorithms to perform
28 + <longdescription lang="en">The Diff Match and Patch libraries offer robust algorithms to perform
29 the operations required for synchronizing plain text.
30 -
31 Diff: Compare two blocks of plain text and efficiently return a list of
32 differences.
33 -
34 Match: Given a search string, find its best fuzzy match in a block of
35 plain text. Weighted for both accuracy and location.
36 -
37 Patch: Apply a list of patches onto plain text. Use best-effort to apply
38 patch even when the underlying text doesn't match.
39 -
40 Diff Match and Patch libraries are currently available in Java,
41 JavaScript, C++, C#, Objective C, Lua and Python, although this package
42 contains only Python implementation. Regardless of language, each
43 library features the same API and the same functionality. All versions
44 - also have comprehensive test harnesses.
45 - </longdescription>
46 + also have comprehensive test harnesses.</longdescription>
47 + <upstream>
48 + <remote-id type="pypi">diff-match-patch</remote-id>
49 + </upstream>
50 </pkgmetadata>
51 -