diff options
author | 2007-07-11 06:19:48 +0000 | |
---|---|---|
committer | 2007-07-11 06:19:48 +0000 | |
commit | 8f4f9f239d7f017bacebcc18595700e16bcd7fae (patch) | |
tree | ea4cf2d085c5e3ec6b5cdd0a99a4045d1ca6dd32 /dev-python/python-yadis/python-yadis-1.1.0.ebuild | |
parent | Bump jarbunder to latest release. (diff) | |
download | gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.tar.gz gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.tar.bz2 gentoo-2-8f4f9f239d7f017bacebcc18595700e16bcd7fae.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/python-yadis/python-yadis-1.1.0.ebuild')
-rw-r--r-- | dev-python/python-yadis/python-yadis-1.1.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-yadis/python-yadis-1.1.0.ebuild b/dev-python/python-yadis/python-yadis-1.1.0.ebuild index 918ffc1c22fd..810c9640e863 100644 --- a/dev-python/python-yadis/python-yadis-1.1.0.ebuild +++ b/dev-python/python-yadis/python-yadis-1.1.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-yadis/python-yadis-1.1.0.ebuild,v 1.2 2007/05/31 20:52:41 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-yadis/python-yadis-1.1.0.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $ PYTHON_MODNAME="yadis" NEED_PYTHON=2.3 inherit distutils eutils - DESCRIPTION="Yadis service discovery library." HOMEPAGE="http://www.openidenabled.com/yadis/libraries/python/" SRC_URI="http://www.openidenabled.com/resources/downloads/python-openid/${P}.tar.gz" @@ -30,4 +29,3 @@ src_test() { ./admin/runtests || die "tests failed" einfo "The pyflake output about XML* redefinitions can be safely ignored" } - |