summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-28 22:08:20 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-28 22:08:20 +0000
commit0d6dbbb75ee35bb589b40de5e1d64d4ee67b986e (patch)
treeafa6a7c5d50105e7e217aadb7af03ecf483d2ab0 /virtual/python-argparse/ChangeLog
parentadopt package, fix underlinking wrt #403031 (diff)
downloadgentoo-2-0d6dbbb75ee35bb589b40de5e1d64d4ee67b986e.tar.gz
gentoo-2-0d6dbbb75ee35bb589b40de5e1d64d4ee67b986e.tar.bz2
gentoo-2-0d6dbbb75ee35bb589b40de5e1d64d4ee67b986e.zip
Introduce a virtual for argparse Python module. Thanks to Mike Gilbert for review.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'virtual/python-argparse/ChangeLog')
-rw-r--r--virtual/python-argparse/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/python-argparse/ChangeLog b/virtual/python-argparse/ChangeLog
new file mode 100644
index 000000000000..60ed15a25f4b
--- /dev/null
+++ b/virtual/python-argparse/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for virtual/python-argparse
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.1 2012/10/28 22:08:20 mgorny Exp $
+
+*python-argparse-0 (28 Oct 2012)
+
+ 28 Oct 2012; Michał Górny <mgorny@gentoo.org> +metadata.xml,
+ +python-argparse-0.ebuild:
+ Introduce a virtual for argparse Python module. Thanks to Mike Gilbert for
+ review.