summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2006-10-23 22:50:21 +0000
committerJurek Bartuszek <jurek@gentoo.org>2006-10-23 22:50:21 +0000
commit0fb3eb4b8aa6e214ed38be0c660ada412b43aa46 (patch)
tree1ab9f01758055a738f53398e8fdbfc84a3264ae8 /www-apache/mod_mono/files
parentRemoved old versions of www-apache/mod_mono, rewritten the 70_mod_mono.conf f... (diff)
downloadgentoo-2-0fb3eb4b8aa6e214ed38be0c660ada412b43aa46.tar.gz
gentoo-2-0fb3eb4b8aa6e214ed38be0c660ada412b43aa46.tar.bz2
gentoo-2-0fb3eb4b8aa6e214ed38be0c660ada412b43aa46.zip
Removed old versions of www-apache/mod_mono, rewritten the 70_mod_mono.conf file, fixed all xsp related paths
(Portage version: 2.1.1) (Unsigned Manifest commit)
Diffstat (limited to 'www-apache/mod_mono/files')
-rw-r--r--www-apache/mod_mono/files/1.0.5-r1/70_mod_mono.conf40
-rw-r--r--www-apache/mod_mono/files/70_mod_mono.conf25
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.0.81
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.0.8-r11
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.0.91
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.0.9-r11
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.1.101
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.1.10-r11
-rw-r--r--www-apache/mod_mono/files/mod_mono-1.0.2-70_mod_mono.conf25
-rw-r--r--www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf40
-rw-r--r--www-apache/mod_mono/files/mod_mono-1.0.8-70_mod_mono.conf29
11 files changed, 0 insertions, 165 deletions
diff --git a/www-apache/mod_mono/files/1.0.5-r1/70_mod_mono.conf b/www-apache/mod_mono/files/1.0.5-r1/70_mod_mono.conf
deleted file mode 100644
index f6563237810d..000000000000
--- a/www-apache/mod_mono/files/1.0.5-r1/70_mod_mono.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# For more information on the Mono* directives, see the man page for
-# mod_mono(8)
-
-<IfDefine MONO>
- # Set this to False if you manage your ASP.Net server through
- # /etc/init.d/mod-mono-server
- MonoRunXSP False
-
- <IfModule !mod_mono.c>
- LoadModule mono_module modules/mod_mono.so
- </IfModule>
-
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
-
-### please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo
-###
- <IfDefine MONO_DEMO>
- <IfModule mod_alias.c>
- Alias /mono "/usr/share/doc/xsp/test"
- </IfModule>
-
- MonoApplications "/mono:/usr/share/doc/xsp/test"
-
- <Directory /usr/share/doc/xsp/test>
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
- <IfModule mod_dir.c>
- DirectoryIndex index.aspx
- </IfModule>
- </Directory>
- </IfDefine>
-### MONO_DEMO end.
-
-</IfDefine>
-
-# vim:syntax=apache:ts=4
diff --git a/www-apache/mod_mono/files/70_mod_mono.conf b/www-apache/mod_mono/files/70_mod_mono.conf
deleted file mode 100644
index 994e9954c62d..000000000000
--- a/www-apache/mod_mono/files/70_mod_mono.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-<IfDefine MONO>
- <IfModule !mod_mono.c>
- LoadModule mono_module extramodules/libmod_mono.so
- </IfModule>
-
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
-
- MonoUnixSocket /tmp/mod_mono_server
-
- # Uncomment this block to enable the xsp samples
- <IfModule mod_alias.c>
- Alias /mono "/usr/share/doc/xsp/test"
- </IfModule>
- MonoApplications "/mono:/usr/share/doc/xsp/test"
- <Directory /usr/share/doc/xsp/test>
- #SetHandler mono
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
- </Directory>
-</IfDefine>
-
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.0.8 b/www-apache/mod_mono/files/digest-mod_mono-1.0.8
deleted file mode 100644
index 2e5c11e0c72f..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1189556bafb68cbff4dc601666617de1 mod_mono-1.0.8.tar.gz 323111
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.0.8-r1 b/www-apache/mod_mono/files/digest-mod_mono-1.0.8-r1
deleted file mode 100644
index 2e5c11e0c72f..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1189556bafb68cbff4dc601666617de1 mod_mono-1.0.8.tar.gz 323111
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.0.9 b/www-apache/mod_mono/files/digest-mod_mono-1.0.9
deleted file mode 100644
index 431f566554e2..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 945bfa14f96ef9c308ea71cb3414e34b mod_mono-1.0.9.tar.gz 330461
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.0.9-r1 b/www-apache/mod_mono/files/digest-mod_mono-1.0.9-r1
deleted file mode 100644
index 431f566554e2..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.0.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 945bfa14f96ef9c308ea71cb3414e34b mod_mono-1.0.9.tar.gz 330461
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.1.10 b/www-apache/mod_mono/files/digest-mod_mono-1.1.10
deleted file mode 100644
index 1ea2cc16ce1f..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff71db2750f7ef50f57f85dc6f593373 mod_mono-1.1.10.tar.gz 333610
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.1.10-r1 b/www-apache/mod_mono/files/digest-mod_mono-1.1.10-r1
deleted file mode 100644
index 1ea2cc16ce1f..000000000000
--- a/www-apache/mod_mono/files/digest-mod_mono-1.1.10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff71db2750f7ef50f57f85dc6f593373 mod_mono-1.1.10.tar.gz 333610
diff --git a/www-apache/mod_mono/files/mod_mono-1.0.2-70_mod_mono.conf b/www-apache/mod_mono/files/mod_mono-1.0.2-70_mod_mono.conf
deleted file mode 100644
index e5b5e3790183..000000000000
--- a/www-apache/mod_mono/files/mod_mono-1.0.2-70_mod_mono.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-<IfDefine MONO>
- <IfModule !mod_mono.c>
- LoadModule mono_module extramodules/mod_mono.so
- </IfModule>
-
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
-
- MonoUnixSocket /tmp/mod_mono_server
-
- # Uncomment this block to enable the xsp samples
- <IfModule mod_alias.c>
- Alias /mono "/usr/share/doc/xsp/test"
- </IfModule>
- MonoApplications "/mono:/usr/share/doc/xsp/test"
- <Directory /usr/share/doc/xsp/test>
- #SetHandler mono
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
- </Directory>
-</IfDefine>
-
diff --git a/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf b/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
deleted file mode 100644
index 2b10ba4b6465..000000000000
--- a/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# For more information on the Mono* directives, see the man page for
-# mod_mono(8)
-
-<IfDefine MONO>
- # Set this to False if you manage your ASP.Net server through
- # /etc/init.d/mod-mono-server
- MonoRunXSP False
-
- <IfModule !mod_mono.c>
- LoadModule mono_module extramodules/mod_mono.so
- </IfModule>
-
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
-
-### please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo
-###
- <IfDefine MONO_DEMO>
- <IfModule mod_alias.c>
- Alias /mono "/usr/share/doc/xsp/test"
- </IfModule>
-
- MonoApplications "/mono:/usr/share/doc/xsp/test"
-
- <Directory /usr/share/doc/xsp/test>
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
- <IfModule mod_dir.c>
- DirectoryIndex index.aspx
- </IfModule>
- </Directory>
- </IfDefine>
-### MONO_DEMO end.
-
-</IfDefine>
-
-# vim:syntax=apache:ts=4
diff --git a/www-apache/mod_mono/files/mod_mono-1.0.8-70_mod_mono.conf b/www-apache/mod_mono/files/mod_mono-1.0.8-70_mod_mono.conf
deleted file mode 100644
index defc8eee7782..000000000000
--- a/www-apache/mod_mono/files/mod_mono-1.0.8-70_mod_mono.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-<IfDefine MONO>
- <IfModule !mod_mono.c>
- LoadModule mono_module extramodules/mod_mono.so
- </IfModule>
-
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
-
- MonoUnixSocket /tmp/mod_mono_server
-
- # Add -D MONO_DEMO to enable the xsp samples
- <IfDefine MONO_DEMO>
- <IfModule mod_alias.c>
- Alias /mono "/usr/share/doc/xsp/test"
- </IfModule>
- MonoApplications "/mono:/usr/share/doc/xsp/test"
- <Directory /usr/share/doc/xsp/test>
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
- <IfModule mod_dir.c>
- DirectoryIndex index.aspx
- </IfModule>
- </Directory>
- </IfDefine>
-
-</IfDefine>