diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:59:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:59:18 +0000 |
commit | 045b0acea590d1027fa1869556026b72f2b825a4 (patch) | |
tree | d765b5db95da5254c5a3730df5fd9d650e82a852 /dev-python/generator | |
parent | whitespace (diff) | |
download | gentoo-2-045b0acea590d1027fa1869556026b72f2b825a4.tar.gz gentoo-2-045b0acea590d1027fa1869556026b72f2b825a4.tar.bz2 gentoo-2-045b0acea590d1027fa1869556026b72f2b825a4.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/generator')
-rw-r--r-- | dev-python/generator/generator-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/generator/generator-1.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/generator/generator-1.0.1.ebuild b/dev-python/generator/generator-1.0.1.ebuild index 8ee7e4b8700f..51ac7ae873f5 100644 --- a/dev-python/generator/generator-1.0.1.ebuild +++ b/dev-python/generator/generator-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/generator/generator-1.0.1.ebuild,v 1.4 2004/06/25 01:30:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/generator/generator-1.0.1.ebuild,v 1.5 2007/06/26 01:59:18 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Widget generator 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/generator/generator-1.2.3.ebuild b/dev-python/generator/generator-1.2.3.ebuild index 0725ab695c88..3eb489e5b200 100644 --- a/dev-python/generator/generator-1.2.3.ebuild +++ b/dev-python/generator/generator-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/generator/generator-1.2.3.ebuild,v 1.6 2006/04/01 14:56:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/generator/generator-1.2.3.ebuild,v 1.7 2007/06/26 01:59:18 mr_bones_ Exp $ SLOT="0" IUSE="" DESCRIPTION="Widget generator 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; |