diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:50:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-16 20:50:37 +0000 |
commit | c00bea9fea3926a0eef73d0e5d618c588cdf8ec6 (patch) | |
tree | ea0a10b36695f7320fe1859c7f6356ce54cc25e1 /dev-python | |
parent | don't set S to default; repoman: Fix leading whitespace (diff) | |
download | historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.tar.gz historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.tar.bz2 historical-c00bea9fea3926a0eef73d0e5d618c588cdf8ec6.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/csv/csv-1.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/csv/csv-1.0-r1.ebuild b/dev-python/csv/csv-1.0-r1.ebuild index f57036fc4869..bf339317cd97 100644 --- a/dev-python/csv/csv-1.0-r1.ebuild +++ b/dev-python/csv/csv-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0-r1.ebuild,v 1.1 2004/02/14 15:44:27 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0-r1.ebuild,v 1.2 2004/02/16 20:50:37 mr_bones_ Exp $ inherit distutils @@ -23,4 +23,3 @@ src_unpack() { # patch thanks to David Grant <david.grant@telus.net> (#40429) cd ${S}; epatch ${FILESDIR}/${P}-rename.patch } - diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild index 1b1ca28ced63..b17f58f86bee 100644 --- a/dev-python/pyds/pyds-0.6.5.ebuild +++ b/dev-python/pyds/pyds-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.3 2004/02/14 12:57:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.4 2004/02/16 20:50:01 mr_bones_ Exp $ inherit distutils @@ -34,4 +34,3 @@ src_unpack() { cd ${S}/PyDS epatch ${FILESDIR}/${P}-py2.3.patch } - |