summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-11-08 19:28:03 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-11-08 19:28:03 -0800
commit221c43ad9b8b4fbf868f24bf3b48787f610c203f (patch)
treee6e8fd3ceb27f3625ba592677c36d0111912341d /dev-python/argcomplete
downloadgentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.tar.gz
gentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.tar.bz2
gentoo-changelogs-221c43ad9b8b4fbf868f24bf3b48787f610c203f.zip
Initial commit.
This repo contains all of the ChangeLogs copied over from CVS, at the exact time of the Git migration. The purpose of this repo is to populate the rsync-distributed tree with old ChangeLogs that cannot be generated from Git. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-python/argcomplete')
-rw-r--r--dev-python/argcomplete/ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/dev-python/argcomplete/ChangeLog b/dev-python/argcomplete/ChangeLog
new file mode 100644
index 00000000..e247aa19
--- /dev/null
+++ b/dev-python/argcomplete/ChangeLog
@@ -0,0 +1,64 @@
+# ChangeLog for dev-python/argcomplete
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.16 2015/07/30 06:36:21 patrick Exp $
+
+*argcomplete-0.9.0 (30 Jul 2015)
+
+ 30 Jul 2015; Patrick Lauer <patrick@gentoo.org> +argcomplete-0.9.0.ebuild:
+ Bump
+
+*argcomplete-0.8.9 (07 Jun 2015)
+
+ 07 Jun 2015; Ian Delaney <idella4@gentoo.org> +argcomplete-0.8.9.ebuild,
+ -argcomplete-0.6.5-r1.ebuild, -argcomplete-0.6.5.ebuild:
+ bump; update install of bash completion script
+
+ 03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add pypi to remote-id in metadata.xml
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> argcomplete-0.6.5-r1.ebuild,
+ argcomplete-0.6.5.ebuild:
+ Drop old Python implementations
+
+ 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> argcomplete-0.8.1.ebuild:
+ x86 stable, bug 540290
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> argcomplete-0.8.1.ebuild:
+ amd64 stable, bug 540290
+
+ 10 Feb 2015; Fabian Groffen <grobian@gentoo.org> argcomplete-0.8.1.ebuild:
+ Fix double Prefix
+
+ 01 Dec 2014; Justin Lecher <jlec@gentoo.org> ChangeLog:
+ Version Bump
+
+*argcomplete-0.8.1 (01 Dec 2014)
+
+ 01 Dec 2014; Justin Lecher <jlec@gentoo.org> +argcomplete-0.8.1.ebuild:
+ Version Bump
+
+*argcomplete-0.6.5-r1 (04 Oct 2014)
+
+ 04 Oct 2014; Ian Delaney <idella4@gentoo.org> +argcomplete-0.6.5-r1.ebuild,
+ argcomplete-0.6.5.ebuild:
+ drop py2.6 add py3.4 revbump; purge test folder from installed folders to
+ avoid file collisions wrt Bug #524348 by H. Jarausch
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> argcomplete-0.6.5.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
+
+ 02 Jul 2014; Mike Gilbert <floppym@gentoo.org> argcomplete-0.6.5.ebuild:
+ Depend on setuptools.
+
+ 05 Jun 2014; Fabian Groffen <grobian@gentoo.org> argcomplete-0.6.5.ebuild:
+ Marked ~x64-macos
+
+ 24 Dec 2013; Justin Lecher <jlec@gentoo.org> argcomplete-0.6.5.ebuild:
+ Drop empty line
+
+*argcomplete-0.6.5 (24 Dec 2013)
+
+ 24 Dec 2013; Justin Lecher <jlec@gentoo.org> +argcomplete-0.6.5.ebuild,
+ +metadata.xml:
+ New package, ebuild written by me