diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 16:46:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-21 16:46:17 +0000 |
commit | 9388f6b5796b081b8fb600eaa391dd005b4cbc17 (patch) | |
tree | bc0c20adf7489fe0485776d6d194c2556be9bf12 /dev-python | |
parent | Version bump (diff) | |
download | historical-9388f6b5796b081b8fb600eaa391dd005b4cbc17.tar.gz historical-9388f6b5796b081b8fb600eaa391dd005b4cbc17.tar.bz2 historical-9388f6b5796b081b8fb600eaa391dd005b4cbc17.zip |
whitespace
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/repoze-lru/repoze-lru-0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/routes/routes-1.13.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/repoze-lru/repoze-lru-0.5.ebuild b/dev-python/repoze-lru/repoze-lru-0.5.ebuild index 2215913199df..a812534bcfe8 100644 --- a/dev-python/repoze-lru/repoze-lru-0.5.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-lru/repoze-lru-0.5.ebuild,v 1.1 2012/05/21 07:22:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-lru/repoze-lru-0.5.ebuild,v 1.2 2012/05/21 16:45:50 mr_bones_ Exp $ EAPI=3 @@ -28,4 +28,4 @@ src_test() { PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py test } python_execute_function testing -}
\ No newline at end of file +} diff --git a/dev-python/routes/routes-1.13.ebuild b/dev-python/routes/routes-1.13.ebuild index 03c5db60d38d..b59d7068d77a 100644 --- a/dev-python/routes/routes-1.13.ebuild +++ b/dev-python/routes/routes-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.13.ebuild,v 1.1 2012/05/21 08:03:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.13.ebuild,v 1.2 2012/05/21 16:46:17 mr_bones_ Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -39,4 +39,4 @@ src_install() { docinto html cp -R [a-z]* _images _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" fi -}
\ No newline at end of file +} |