summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-26 20:16:17 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-26 20:16:17 +0000
commit70d194b78b749bd10c271506b92633f8dbf7aa94 (patch)
treeae36a4c6703a7b90c6346caa874cdb69e8cacc32 /dev-python/optcomplete
parentMarking libassuan-1.0.5 ppc64 and ppc for bug 263875 (diff)
downloadhistorical-70d194b78b749bd10c271506b92633f8dbf7aa94.tar.gz
historical-70d194b78b749bd10c271506b92633f8dbf7aa94.tar.bz2
historical-70d194b78b749bd10c271506b92633f8dbf7aa94.zip
Removing hawking as a maintainer since he was retired.
(Another package I missed to commit) Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'dev-python/optcomplete')
-rw-r--r--dev-python/optcomplete/ChangeLog8
-rw-r--r--dev-python/optcomplete/metadata.xml27
2 files changed, 17 insertions, 18 deletions
diff --git a/dev-python/optcomplete/ChangeLog b/dev-python/optcomplete/ChangeLog
index a11fd6c67f56..dab8f27fa521 100644
--- a/dev-python/optcomplete/ChangeLog
+++ b/dev-python/optcomplete/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/optcomplete
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.1 2008/06/25 11:40:55 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optcomplete/ChangeLog,v 1.2 2009/03/26 20:12:47 jmbsvicetto Exp $
+
+ 26 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml:
+ Removing hawking as a maintainer since he was retired.
*optcomplete-1.2 (25 Jun 2008)
diff --git a/dev-python/optcomplete/metadata.xml b/dev-python/optcomplete/metadata.xml
index 2fd9bb5409ca..7685e730d334 100644
--- a/dev-python/optcomplete/metadata.xml
+++ b/dev-python/optcomplete/metadata.xml
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
- <maintainer>
- <email>hawking@gentoo.org</email>
- <name>Ali Polatel</name>
- </maintainer>
- <longdescription lang="en">
- This Python module aims at providing almost automatically shell completion
- for any Python program that already uses the optparse module.
+ <herd>python</herd>
+ <longdescription lang="en">
+ This Python module aims at providing almost automatically shell completion
+ for any Python program that already uses the optparse module.
- This module aims at placing the shell completion routine and the option
- parsing code in a single location: in the program itself.
+ This module aims at placing the shell completion routine and the option
+ parsing code in a single location: in the program itself.
- The logic is that since a program already knows about its options, and in
- Python we have a standard module to specify them programmatically since
- Python-2.3 (optparse), the program itself is in the best position to suggest
- completions for an incomplete command-line to a shell that invokes it.
- </longdescription>
+ The logic is that since a program already knows about its options, and in
+ Python we have a standard module to specify them programmatically since
+ Python-2.3 (optparse), the program itself is in the best position to suggest
+ completions for an incomplete command-line to a shell that invokes it.
+ </longdescription>
</pkgmetadata>
-