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/decorator: metadata.xml
Date: Sat, 31 Mar 2012 17:15:02
Message-Id: 20120331170230.1E93B2005E@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.3 dev-python/decorator/metadata.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/metadata.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/metadata.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/metadata.xml?r1=1.2&r2=1.3
13
14 Index: metadata.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/metadata.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- metadata.xml 27 Mar 2009 11:41:12 -0000 1.2
21 +++ metadata.xml 31 Mar 2012 17:02:29 -0000 1.3
22 @@ -1,11 +1,12 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 - <herd>python</herd>
27 - <longdescription lang="en">
28 - The aim of the decorator python module is to simplify the usage of
29 + <herd>python</herd>
30 + <longdescription lang="en">The aim of the decorator python module is to simplify the usage of
31 decorators for the average programmer and to popularize
32 decorators usage giving examples of useful decorators, such as
33 - memoize, tracing, redirecting_stdout, locked, etc.
34 - </longdescription>
35 + memoize, tracing, redirecting_stdout, locked, etc.</longdescription>
36 + <upstream>
37 + <remote-id type="pypi">decorator</remote-id>
38 + </upstream>
39 </pkgmetadata>