diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:00:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:00:28 +0000 |
commit | e68328537afc0e2798e1c5b5d63578f72c08baca (patch) | |
tree | 597fc3b09d9515251d9f2f1c7d85947ac790d0da /dev-python/validation | |
parent | whitespace (diff) | |
download | gentoo-2-e68328537afc0e2798e1c5b5d63578f72c08baca.tar.gz gentoo-2-e68328537afc0e2798e1c5b5d63578f72c08baca.tar.bz2 gentoo-2-e68328537afc0e2798e1c5b5d63578f72c08baca.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/validation')
-rw-r--r-- | dev-python/validation/validation-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/validation/validation-1.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/validation/validation-1.0.1.ebuild b/dev-python/validation/validation-1.0.1.ebuild index fd81db49e446..b3df08bee662 100644 --- a/dev-python/validation/validation-1.0.1.ebuild +++ b/dev-python/validation/validation-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.5 2004/06/25 01:51:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.0.1.ebuild,v 1.6 2007/06/26 02:00:28 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined for Archetypes" @@ -36,7 +36,7 @@ src_install() { for i in ${python}; do $i setup.py clean - # ok, so this actually compiles them here, but it was the only way I could find to + # ok, so this actually compiles them here, but it was the only way I could find to # compile both versions $i setup.py build install --prefix=${D}/usr || die done; diff --git a/dev-python/validation/validation-1.2.3.ebuild b/dev-python/validation/validation-1.2.3.ebuild index bdddc49fa7a5..25a1eba0da1f 100644 --- a/dev-python/validation/validation-1.2.3.ebuild +++ b/dev-python/validation/validation-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.2.3.ebuild,v 1.4 2006/04/01 19:18:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/validation/validation-1.2.3.ebuild,v 1.5 2007/06/26 02:00:28 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Generic validators originally defined for Archetypes" @@ -36,7 +36,7 @@ src_install() { for i in ${python}; do $i setup.py clean - # ok, so this actually compiles them here, but it was the only way I could find to + # ok, so this actually compiles them here, but it was the only way I could find to # compile both versions $i setup.py build install --prefix=${D}/usr || die done; |