diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:30:51 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:30:51 +0000 |
commit | b2491b6045b6fe7d0b74f54928eb71103a6b8fdd (patch) | |
tree | a13fe70e25d2fdda9e0d32528e41911e56aa110a /dev-python/mod_python | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-b2491b6045b6fe7d0b74f54928eb71103a6b8fdd.tar.gz gentoo-2-b2491b6045b6fe7d0b74f54928eb71103a6b8fdd.tar.bz2 gentoo-2-b2491b6045b6fe7d0b74f54928eb71103a6b8fdd.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-python/mod_python')
-rw-r--r-- | dev-python/mod_python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mod_python/mod_python-2.7.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mod_python/Manifest b/dev-python/mod_python/Manifest index 53c255c443b3..2ed329f2bea8 100644 --- a/dev-python/mod_python/Manifest +++ b/dev-python/mod_python/Manifest @@ -1,5 +1,5 @@ MD5 5064b8fc7ec4cebd3b1d198a3a888101 ChangeLog 941 -MD5 30493e11e637e0c1992e8a5ca7b89442 mod_python-2.7.8.ebuild 2483 +MD5 e1b86e5574bcdb91f2574b467320fd89 mod_python-2.7.8.ebuild 2482 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 cfd94d7e63d0..da8531459a42 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.10 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-2.7.8.ebuild,v 1.11 2003/09/10 22:29:45 msterret Exp $ DESCRIPTION="Python module for Apache 1.x, not for Apache 2.x" SRC_URI="http://www.modpython.org/dist/${P}.tgz" @@ -49,7 +49,7 @@ src_install() { # compileall.py is needed or make install will fail cp /usr/lib/python2.2/compileall.py ${D}usr/lib/python2.2/ - emake D=${D} install || die + emake D=${D} install || die rm ${D}usr/lib/python2.2/compileall.py insinto /etc/apache/conf/addon-modules |