summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:00:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:00:28 +0000
commitd47fbf7234e870ba18d926e807d4914494307d4f (patch)
treece9e0b18debc6adec38d2f6a9ff9643773189f3c /dev-python/validation
parentwhitespace (diff)
downloadhistorical-d47fbf7234e870ba18d926e807d4914494307d4f.tar.gz
historical-d47fbf7234e870ba18d926e807d4914494307d4f.tar.bz2
historical-d47fbf7234e870ba18d926e807d4914494307d4f.zip
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-python/validation')
-rw-r--r--dev-python/validation/validation-1.0.1.ebuild4
-rw-r--r--dev-python/validation/validation-1.2.3.ebuild4
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;