summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-10-21 12:43:23 +0000
committerTilman Klar <phoenix@gentoo.org>2002-10-21 12:43:23 +0000
commit8267ab85caa4390c2b63187c3da9c382358ccbe4 (patch)
tree6f19415734f2cfd2e0bc18cfbd9e924b97508672 /dev-python/mod_python/files
parentadded package eclipse-SDK (diff)
downloadgentoo-2-8267ab85caa4390c2b63187c3da9c382358ccbe4.tar.gz
gentoo-2-8267ab85caa4390c2b63187c3da9c382358ccbe4.tar.bz2
gentoo-2-8267ab85caa4390c2b63187c3da9c382358ccbe4.zip
Initial import of mod_python.
Diffstat (limited to 'dev-python/mod_python/files')
-rw-r--r--dev-python/mod_python/files/digest-mod_python-2.7.82
-rw-r--r--dev-python/mod_python/files/mod_python.conf5
-rw-r--r--dev-python/mod_python/files/patch-2.7.8.diff11
3 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/mod_python/files/digest-mod_python-2.7.8 b/dev-python/mod_python/files/digest-mod_python-2.7.8
new file mode 100644
index 000000000000..6beff81ee5e8
--- /dev/null
+++ b/dev-python/mod_python/files/digest-mod_python-2.7.8
@@ -0,0 +1,2 @@
+MD5 4d5bee8317bfb45a3bb09f02b435e917 mod_python-2.7.8.tgz 176639
+MD5 52e9b875597a208fca9d393e710087b6 apache_1.3.26.tar.gz 2303147
diff --git a/dev-python/mod_python/files/mod_python.conf b/dev-python/mod_python/files/mod_python.conf
new file mode 100644
index 000000000000..82c6f81c5625
--- /dev/null
+++ b/dev-python/mod_python/files/mod_python.conf
@@ -0,0 +1,5 @@
+<IfModule mod_phyton.c>
+
+ AddHandler python-program .py
+
+</IfModule>
diff --git a/dev-python/mod_python/files/patch-2.7.8.diff b/dev-python/mod_python/files/patch-2.7.8.diff
new file mode 100644
index 000000000000..d9e04e746e13
--- /dev/null
+++ b/dev-python/mod_python/files/patch-2.7.8.diff
@@ -0,0 +1,11 @@
+--- src/Makefile.in
++++ src/Makefile.in 2000/11/27 11:11:21
+@@ -59,7 +59,7 @@
+ INCLUDES=@INCLUDES@
+ LIBS=@LIBS@
+ LDFLAGS=@LDFLAGS@
+-OPT=
++OPT=$(OPTFLAGS)
+ CFLAGS=$(OPT) $(INCLUDES)
+ srcdir=.
+