Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/optcomplete: metadata.xml ChangeLog
Date: Thu, 26 Mar 2009 20:12:50
Message-Id: E1LmvwV-00087L-Jj@stork.gentoo.org
1 jmbsvicetto 09/03/26 20:12:47
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Removing hawking as a maintainer since he was retired.
6 (Another package I missed to commit)
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/optcomplete/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/optcomplete/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 25 Jun 2008 11:40:55 -0000 1.1
23 +++ metadata.xml 26 Mar 2009 20:12:47 -0000 1.2
24 @@ -1,22 +1,17 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>python</herd>
29 - <maintainer>
30 - <email>hawking@g.o</email>
31 - <name>Ali Polatel</name>
32 - </maintainer>
33 - <longdescription lang="en">
34 - This Python module aims at providing almost automatically shell completion
35 - for any Python program that already uses the optparse module.
36 + <herd>python</herd>
37 + <longdescription lang="en">
38 + This Python module aims at providing almost automatically shell completion
39 + for any Python program that already uses the optparse module.
40
41 - This module aims at placing the shell completion routine and the option
42 - parsing code in a single location: in the program itself.
43 + This module aims at placing the shell completion routine and the option
44 + parsing code in a single location: in the program itself.
45
46 - The logic is that since a program already knows about its options, and in
47 - Python we have a standard module to specify them programmatically since
48 - Python-2.3 (optparse), the program itself is in the best position to suggest
49 - completions for an incomplete command-line to a shell that invokes it.
50 - </longdescription>
51 + The logic is that since a program already knows about its options, and in
52 + Python we have a standard module to specify them programmatically since
53 + Python-2.3 (optparse), the program itself is in the best position to suggest
54 + completions for an incomplete command-line to a shell that invokes it.
55 + </longdescription>
56 </pkgmetadata>
57 -
58
59
60
61 1.2 dev-python/optcomplete/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/ChangeLog?rev=1.2&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/ChangeLog?rev=1.2&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/optcomplete/ChangeLog?r1=1.1&r2=1.2
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v
70 retrieving revision 1.1
71 retrieving revision 1.2
72 diff -u -r1.1 -r1.2
73 --- ChangeLog 25 Jun 2008 11:40:55 -0000 1.1
74 +++ ChangeLog 26 Mar 2009 20:12:47 -0000 1.2
75 @@ -1,6 +1,10 @@
76 # ChangeLog for dev-python/optcomplete
77 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.1 2008/06/25 11:40:55 hawking Exp $
79 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.2 2009/03/26 20:12:47 jmbsvicetto Exp $
81 +
82 + 26 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
83 + metadata.xml:
84 + Removing hawking as a maintainer since he was retired.
85
86 *optcomplete-1.2 (25 Jun 2008)