summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:32:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:32:35 +0000
commit2fa6627a61066cfa2c6fbd40f553a6b5771f517a (patch)
tree6c9b98843739042611129dcbf7173f43906c269c /dev-python/mod_python
parentadded hardened-gcc excludes (diff)
downloadhistorical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.gz
historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.tar.bz2
historical-2fa6627a61066cfa2c6fbd40f553a6b5771f517a.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-python/mod_python')
-rw-r--r--dev-python/mod_python/Manifest2
-rw-r--r--dev-python/mod_python/mod_python-2.7.8.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/mod_python/Manifest b/dev-python/mod_python/Manifest
index 842a9a48d30c..53c255c443b3 100644
--- a/dev-python/mod_python/Manifest
+++ b/dev-python/mod_python/Manifest
@@ -1,5 +1,5 @@
MD5 5064b8fc7ec4cebd3b1d198a3a888101 ChangeLog 941
-MD5 7336cbfb22817552752d68ce33002026 mod_python-2.7.8.ebuild 2486
+MD5 30493e11e637e0c1992e8a5ca7b89442 mod_python-2.7.8.ebuild 2483
MD5 7ece881d024e39baf7b7a1886bcaa4c5 mod_python-3.0.0_beta4.ebuild 1175
MD5 d30d99c41e7e02b6bad3e7d773558f9d mod_python-3.0.1.ebuild 1098
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
diff --git a/dev-python/mod_python/mod_python-2.7.8.ebuild b/dev-python/mod_python/mod_python-2.7.8.ebuild
index 3e1701055863..cfd94d7e63d0 100644
--- a/dev-python/mod_python/mod_python-2.7.8.ebuild
+++ b/dev-python/mod_python/mod_python-2.7.8.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/mod_python/mod_python-2.7.8.ebuild,v 1.9 2003/07/10 03:09:21 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.8.ebuild,v 1.10 2003/09/06 23:32:28 msterret Exp $
DESCRIPTION="Python module for Apache 1.x, not for Apache 2.x"
SRC_URI="http://www.modpython.org/dist/${P}.tgz"
@@ -16,7 +16,7 @@ src_unpack() {
unpack ${A}
cd ${S}
# This patch from SuSE fixes the missing CFLAGS.
- # If you remove it, your apache will most likely
+ # If you remove it, your apache will most likely
# fail (lots of dieing pids in error_log).
patch -p0 < ${FILESDIR}/patch-2.7.8.diff
}
@@ -53,8 +53,8 @@ src_install() {
rm ${D}usr/lib/python2.2/compileall.py
insinto /etc/apache/conf/addon-modules
- doins ${FILESDIR}/mod_python.conf
- dodoc COPYRIGHT CREDITS NEWS README
+ doins ${FILESDIR}/mod_python.conf
+ dodoc COPYRIGHT CREDITS NEWS README
insinto /usr/share/doc/${P}/html
doins doc-html/*
insinto /usr/share/doc/${P}/html/icons