diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-09-02 04:17:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-09-02 04:17:46 +0000 |
commit | 9e8db4d361c91163aec49b0002585a3a877e4dba (patch) | |
tree | 1c0ff60e89293358dbc369b973c261a4f288bed2 /dev-python | |
parent | Bump (diff) | |
download | gentoo-2-9e8db4d361c91163aec49b0002585a3a877e4dba.tar.gz gentoo-2-9e8db4d361c91163aec49b0002585a3a877e4dba.tar.bz2 gentoo-2-9e8db4d361c91163aec49b0002585a3a877e4dba.zip |
Whitespace
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/requests-cache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests-cache/requests-cache-0.4.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/requests-cache/ChangeLog b/dev-python/requests-cache/ChangeLog index 86225e5a4e29..1f909987c758 100644 --- a/dev-python/requests-cache/ChangeLog +++ b/dev-python/requests-cache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests-cache # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.8 2014/08/31 09:17:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.9 2014/09/02 04:17:46 patrick Exp $ + + 02 Sep 2014; Patrick Lauer <patrick@gentoo.org> requests-cache-0.4.5.ebuild: + Whitespace *requests-cache-0.4.5 (31 Aug 2014) diff --git a/dev-python/requests-cache/requests-cache-0.4.5.ebuild b/dev-python/requests-cache/requests-cache-0.4.5.ebuild index 2b459b0cf16d..5dcfde45f483 100644 --- a/dev-python/requests-cache/requests-cache-0.4.5.ebuild +++ b/dev-python/requests-cache/requests-cache-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.4.5.ebuild,v 1.1 2014/08/31 09:17:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.4.5.ebuild,v 1.2 2014/09/02 04:17:46 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -30,4 +30,3 @@ python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) distutils-r1_python_install_all } - |