diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-25 20:04:17 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-25 20:04:17 +0000 |
commit | 3651ca71788e7579d41775ee2dec530c8ceb2e8f (patch) | |
tree | b52536465a9923d9dbd3ae4efac08987bed59db3 /www-apache | |
parent | Added ~amd64 keyword (diff) | |
download | gentoo-2-3651ca71788e7579d41775ee2dec530c8ceb2e8f.tar.gz gentoo-2-3651ca71788e7579d41775ee2dec530c8ceb2e8f.tar.bz2 gentoo-2-3651ca71788e7579d41775ee2dec530c8ceb2e8f.zip |
Cleanup.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_mono/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_mono/files/1.1.13/70_mod_mono.conf | 58 | ||||
-rw-r--r-- | www-apache/mod_mono/files/1.1.17/70_mod_mono.conf | 78 | ||||
-rw-r--r-- | www-apache/mod_mono/files/digest-mod_mono-1.1.13.5 | 3 | ||||
-rw-r--r-- | www-apache/mod_mono/files/digest-mod_mono-1.1.17-r1 | 3 | ||||
-rw-r--r-- | www-apache/mod_mono/files/mod_mono-1.1.13.5-configure-apr-config.patch | 26 | ||||
-rw-r--r-- | www-apache/mod_mono/mod_mono-1.1.13.5.ebuild | 65 | ||||
-rw-r--r-- | www-apache/mod_mono/mod_mono-1.1.17-r1.ebuild | 61 |
8 files changed, 6 insertions, 295 deletions
diff --git a/www-apache/mod_mono/ChangeLog b/www-apache/mod_mono/ChangeLog index 65aaf563ce78..33e356b9484f 100644 --- a/www-apache/mod_mono/ChangeLog +++ b/www-apache/mod_mono/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apache/mod_mono # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_mono/ChangeLog,v 1.32 2007/01/23 19:12:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_mono/ChangeLog,v 1.33 2007/01/25 20:04:16 chtekk Exp $ + + 25 Jan 2007; Luca Longinotti <chtekk@gentoo.org> + -files/mod_mono-1.1.13.5-configure-apr-config.patch, + -mod_mono-1.1.13.5.ebuild, -mod_mono-1.1.17-r1.ebuild: + Cleanup. 23 Jan 2007; nixnut <nixnut@gentoo.org> mod_mono-1.2.1.ebuild: Stable on ppc wrt bug 163298 diff --git a/www-apache/mod_mono/files/1.1.13/70_mod_mono.conf b/www-apache/mod_mono/files/1.1.13/70_mod_mono.conf deleted file mode 100644 index 48c4e806b3ca..000000000000 --- a/www-apache/mod_mono/files/1.1.13/70_mod_mono.conf +++ /dev/null @@ -1,58 +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 manually through - # /etc/init.d/mod-mono-server - MonoRunXSP True - - # Set this to Enabled if you want to enable AutoHosting - # See http://www.mono-project.com/AutoConfiguration for more info - MonoAutoApplication Disabled - - <IfModule !mod_mono.c> - LoadModule mono_module modules/mod_mono.so - </IfModule> - - <IfModule mod_mime.c> - AddType application/x-asp-net .aspx - AddType application/x-asp-net .asmx - AddType application/x-asp-net .ashx - AddType application/x-asp-net .asax - AddType application/x-asp-net .ascx - AddType application/x-asp-net .soap - AddType application/x-asp-net .rem - AddType application/x-asp-net .axd - AddType application/x-asp-net .cs - AddType application/x-asp-net .config - AddType application/x-asp-net .Config - AddType application/x-asp-net .dll - - DirectoryIndex index.aspx - DirectoryIndex Default.aspx - DirectoryIndex default.aspx - </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/lib/xsp/test" - </IfModule> - - AddMonoApplications default "/mono:/usr/lib/xsp/test" - - <Directory /usr/lib/xsp/test> - SetHandler mono - <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> diff --git a/www-apache/mod_mono/files/1.1.17/70_mod_mono.conf b/www-apache/mod_mono/files/1.1.17/70_mod_mono.conf deleted file mode 100644 index eff05b13d1fc..000000000000 --- a/www-apache/mod_mono/files/1.1.17/70_mod_mono.conf +++ /dev/null @@ -1,78 +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 manually through - # /etc/init.d/mod-mono-server - MonoRunXSP True - - # Set this to Enabled if you want to enable AutoHosting. - # See http://www.mono-project.com/AutoConfiguration for more info. - # Note that if you want your automatically hosted applications - # handled by ASP.NET 2.0 engine you have to enable the aspnet2 USE flag. - MonoAutoApplication Enabled - - <IfModule !mod_mono.c> - LoadModule mono_module modules/mod_mono.so - </IfModule> - - <IfModule mod_mime.c> - AddType application/x-asp-net .aspx - AddType application/x-asp-net .asmx - AddType application/x-asp-net .ashx - AddType application/x-asp-net .asax - AddType application/x-asp-net .ascx - AddType application/x-asp-net .soap - AddType application/x-asp-net .rem - AddType application/x-asp-net .axd - AddType application/x-asp-net .cs - AddType application/x-asp-net .config - AddType application/x-asp-net .Config - AddType application/x-asp-net .dll - - DirectoryIndex index.aspx - DirectoryIndex Default.aspx - DirectoryIndex default.aspx - </IfModule> - -### Please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo -### - - # Note that the test application runs on a separate mod-mono-server - # instance named "testinst". Athought this is not mandatory, it shows how to - # distribute workload between multiple mod-mono-servers. For more info see: - # http://www.mono-project.com/Mod_mono - - <IfDefine MONO_DEMO> - <IfModule mod_alias.c> - Alias /mono "/usr/lib/xsp/test" - </IfModule> - - # You might want to specify the version of mod-mono-server - # instance that will handle your application. The default - # value depends on whether the aspnet2 USE flag was set - # during compilation - #MonoServerPath testinst /usr/lib/mono/1.0/mod-mono-server.exe - #MonoServerPath testinst /usr/lib/mono/2.0/mod-mono-server2.exe - - AddMonoApplications testinst "/mono:/usr/lib/xsp/test" - - <Directory /usr/lib/xsp/test> - SetHandler mono - MonoSetServerAlias testinst - - <IfModule mod_access.c> - Order allow,deny - Allow from all - </IfModule> - <IfModule mod_dir.c> - # Sample ASP.NET 1.1/2.0 applications can be accessed - # via index2.aspx. - DirectoryIndex index.aspx - #DirectoryIndex index2.aspx - </IfModule> - </Directory> - </IfDefine> -### MONO_DEMO end. - -</IfDefine> diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.1.13.5 b/www-apache/mod_mono/files/digest-mod_mono-1.1.13.5 deleted file mode 100644 index 24d06cbf0f06..000000000000 --- a/www-apache/mod_mono/files/digest-mod_mono-1.1.13.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 514da5dcdc49aab28172cc664a35147b mod_mono-1.1.13.5.tar.gz 335683 -RMD160 a37023ce18b09170aa6f05425041c0d36e772c25 mod_mono-1.1.13.5.tar.gz 335683 -SHA256 91ada9c15770cbf8c7cb768f61382c07c624c484a4574c0c72a5455c1e3eeebb mod_mono-1.1.13.5.tar.gz 335683 diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.1.17-r1 b/www-apache/mod_mono/files/digest-mod_mono-1.1.17-r1 deleted file mode 100644 index d0fbdc55f1ee..000000000000 --- a/www-apache/mod_mono/files/digest-mod_mono-1.1.17-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3f0408a350f6f55029b75f4332be171f mod_mono-1.1.17.tar.gz 334754 -RMD160 0e567ea06deaa7255b63dd835e4be9549e5c1e35 mod_mono-1.1.17.tar.gz 334754 -SHA256 92dc2703c2d675529698e779d3d60afcfb5842a784da0bb0ddf573c0757a1144 mod_mono-1.1.17.tar.gz 334754 diff --git a/www-apache/mod_mono/files/mod_mono-1.1.13.5-configure-apr-config.patch b/www-apache/mod_mono/files/mod_mono-1.1.13.5-configure-apr-config.patch deleted file mode 100644 index d074bebf5ff8..000000000000 --- a/www-apache/mod_mono/files/mod_mono-1.1.13.5-configure-apr-config.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- mod_mono-1.1.13.5-old/configure 2006-04-07 22:35:53.000000000 +0200 -+++ mod_mono-1.1.13.5/configure 2006-10-27 02:22:35.000000000 +0200 -@@ -21449,6 +21449,12 @@ - - _ACEOF - rm -f conftest$ac_exeext -+ -+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -+fi -+ -+fi -+ - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? -@@ -21473,10 +21479,6 @@ - APRCONFIG_NAME=apr-config - - fi --rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext --fi -- --fi - - if test ! "$APACHE_VER" = "1.3" -a ! "$APACHE_VER" = "retry" ; then - echo "$as_me:$LINENO: result: ${APACHE_VER}" >&5 diff --git a/www-apache/mod_mono/mod_mono-1.1.13.5.ebuild b/www-apache/mod_mono/mod_mono-1.1.13.5.ebuild deleted file mode 100644 index a08d7130c411..000000000000 --- a/www-apache/mod_mono/mod_mono-1.1.13.5.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_mono/mod_mono-1.1.13.5.ebuild,v 1.4 2007/01/15 17:40:02 chtekk Exp $ - -inherit apache-module eutils versionator - -MY_PV=$(get_version_component_range 1-3) - -KEYWORDS="~amd64 ~ppc x86" - -DESCRIPTION="Apache module for Mono." -HOMEPAGE="http://www.go-mono.com/" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.gz" -LICENSE="Apache-1.1" -SLOT="0" -IUSE="debug" - -DEPEND="=dev-dotnet/xsp-${MY_PV}*" -RDEPEND="${DEPEND}" - -APACHE1_MOD_FILE="${S}/src/.libs/${PN}.so" -APACHE1_MOD_CONF="${MY_PV}/70_${PN}" -APACHE1_MOD_DEFINE="MONO" - -APACHE2_MOD_FILE="${S}/src/.libs/${PN}.so" -APACHE2_MOD_CONF="${MY_PV}/70_${PN}" -APACHE2_MOD_DEFINE="MONO" - -DOCFILES="AUTHORS ChangeLog COPYING INSTALL NEWS README" - -need_apache - -pkg_setup() { - ewarn "Some users are experiencing problems with mod_mono, where mod-mono-server" - ewarn "will not start automatically, or requests will get a HTTP 500 application" - ewarn "error. If you experience these problems, please report it on:" - ewarn - ewarn "http://bugs.gentoo.org/show_bug.cgi?id=77169" - ewarn - ewarn "with as much information as possible. Thanks!" -} - -src_compile() { - epatch "${FILESDIR}/${P}-configure-apr-config.patch" - - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - mv -f "src/.libs/${PN}.so.0.0.0" "src/.libs/${PN}.so" - apache-module_src_install - doman man/mod_mono.8 -} - -pkg_postinst() { - apache-module_pkg_postinst - - einfo "To enable mod_mono, add \"-D MONO\" to your Apache's" - einfo "conf.d configuration file. Additionally, to view sample" - einfo "ASP.NET applications, add \"-D MONO_DEMO\" too." -} diff --git a/www-apache/mod_mono/mod_mono-1.1.17-r1.ebuild b/www-apache/mod_mono/mod_mono-1.1.17-r1.ebuild deleted file mode 100644 index 6c57f4e579df..000000000000 --- a/www-apache/mod_mono/mod_mono-1.1.17-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_mono/mod_mono-1.1.17-r1.ebuild,v 1.3 2007/01/15 17:40:02 chtekk Exp $ - -inherit apache-module eutils - -KEYWORDS="~amd64 ~ppc ~x86" - -DESCRIPTION="Apache module for Mono." -HOMEPAGE="http://www.go-mono.com/" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.gz" -LICENSE="Apache-1.1" -SLOT="0" -IUSE="aspnet2 debug" - -DEPEND=">=dev-dotnet/xsp-${PV}" -RDEPEND="${DEPEND}" - -APACHE1_MOD_FILE="${S}/src/.libs/${PN}.so" -APACHE1_MOD_CONF="${PV}/70_${PN}" -APACHE1_MOD_DEFINE="MONO" - -APACHE2_MOD_FILE="${S}/src/.libs/${PN}.so" -APACHE2_MOD_CONF="${PV}/70_${PN}" -APACHE2_MOD_DEFINE="MONO" - -DOCFILES="AUTHORS ChangeLog COPYING INSTALL NEWS README" - -need_apache - -src_unpack() { - unpack ${A} - cd "${S}" - - use aspnet2 && epatch "${FILESDIR}/mono_auto_application_aspnet2.patch" -} - -src_compile() { - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - mv -f "src/.libs/${PN}.so.0.0.0" "src/.libs/${PN}.so" - apache-module_src_install - doman man/mod_mono.8 -} - -pkg_postinst() { - apache-module_pkg_postinst - - elog "To enable mod_mono, add \"-D MONO\" to your Apache's" - elog "conf.d configuration file. Additionally, to view sample" - elog "ASP.NET applications, add \"-D MONO_DEMO\" too." - elog "" - elog "If you want mod_mono to handle AutoHosting requests using" - elog "ASP.NET 2.0 engine, enable the aspnet2 USE flag." -} |