diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-06 05:23:22 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-06 05:23:22 +0000 |
commit | 62f04f530ba5aa6db56d97884fffb64c976f309f (patch) | |
tree | e748ea0526758e7202476649ee3ba31df7a8461a /dev-python/mod_python/files | |
parent | Version bump (diff) | |
download | historical-62f04f530ba5aa6db56d97884fffb64c976f309f.tar.gz historical-62f04f530ba5aa6db56d97884fffb64c976f309f.tar.bz2 historical-62f04f530ba5aa6db56d97884fffb64c976f309f.zip |
Version bump
Diffstat (limited to 'dev-python/mod_python/files')
-rw-r--r-- | dev-python/mod_python/files/digest-mod_python-3.0.3 | 1 | ||||
-rw-r--r-- | dev-python/mod_python/files/mod_python-3.0.3-dest1.diff | 11 | ||||
-rw-r--r-- | dev-python/mod_python/files/mod_python-3.0.3-dest2.diff | 11 |
3 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/mod_python/files/digest-mod_python-3.0.3 b/dev-python/mod_python/files/digest-mod_python-3.0.3 new file mode 100644 index 000000000000..6d6688b42e98 --- /dev/null +++ b/dev-python/mod_python/files/digest-mod_python-3.0.3 @@ -0,0 +1 @@ +MD5 39f8db0bafac6ce241599d2299b5d853 mod_python-3.0.3.tgz 219378 diff --git a/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff b/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff new file mode 100644 index 000000000000..dba4c03578e1 --- /dev/null +++ b/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2002-12-30 18:59:34.000000000 +0000 ++++ Makefile.in 2003-09-08 01:56:03.000000000 +0000 +@@ -93,7 +93,7 @@ + @echo + @echo "Performing DSO installation." + @echo +- $(INSTALL) src/mod_python.so $(LIBEXECDIR) ++ $(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR) + @$(MAKE) install_py_lib + @echo + @echo "Now don't forget to edit your main config and add" diff --git a/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff b/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff new file mode 100644 index 000000000000..384ed145f0f3 --- /dev/null +++ b/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff @@ -0,0 +1,11 @@ +--- dist/Makefile.in.orig 2003-09-08 02:26:56.000000000 +0000 ++++ dist/Makefile.in 2003-09-08 02:29:20.000000000 +0000 +@@ -79,7 +79,7 @@ + cd dist; \ + gunzip -c mod_python-$(MP_VERSION).tar.gz | tar xf -; \ + cd mod_python-$(MP_VERSION); \ +- $(PYTHON_BIN) setup.py install --optimize 2 --force; \ ++ $(PYTHON_BIN) setup.py install --prefix=${DESTDIR}/usr --optimize 2 --force; \ + cd ..; rm -rf mod_python-$(MP_VERSION) + + mod_python.so: |