summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-11-26 11:00:04 +0000
committerPacho Ramos <pacho@gentoo.org>2010-11-26 11:00:04 +0000
commita155cc3f9d5e0eb2d0f9345fcb95aa498704713e (patch)
tree97eaa42c397a845d39b9b84ec72b1923dfb7b8b4 /dev-dotnet/xsp/xsp-2.8.ebuild
parentVersion bump, remove old. (diff)
downloadgentoo-2-a155cc3f9d5e0eb2d0f9345fcb95aa498704713e.tar.gz
gentoo-2-a155cc3f9d5e0eb2d0f9345fcb95aa498704713e.tar.bz2
gentoo-2-a155cc3f9d5e0eb2d0f9345fcb95aa498704713e.zip
Version bump, remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/xsp/xsp-2.8.ebuild')
-rw-r--r--dev-dotnet/xsp/xsp-2.8.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-dotnet/xsp/xsp-2.8.ebuild b/dev-dotnet/xsp/xsp-2.8.ebuild
deleted file mode 100644
index 69fd98ab38d1..000000000000
--- a/dev-dotnet/xsp/xsp-2.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.8.ebuild,v 1.1 2010/10/08 08:30:16 ali_bush Exp $
-
-EAPI=2
-
-inherit go-mono mono
-
-PATCHDIR="${FILESDIR}/2.2/"
-
-DESCRIPTION="XSP is a small web server that can host ASP.NET pages"
-HOMEPAGE="http://www.go-mono.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3"
-DEPEND="${RDEPEND}"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_preinst() {
- enewgroup aspnet
- # Give aspnet home dir of /tmp since it must create ~/.wapi
- enewuser aspnet -1 -1 /tmp aspnet
-}
-
-src_install() {
- mv_command="cp -ar" go-mono_src_install
- newinitd "${PATCHDIR}"/xsp.initd xsp || die
- newinitd "${PATCHDIR}"/mod-mono-server.initd mod-mono-server || die
- newconfd "${PATCHDIR}"/xsp.confd xsp || die
- newconfd "${PATCHDIR}"/mod-mono-server.confd mod-mono-server || die
-
- keepdir /var/run/aspnet
-}
-
-pkg_postinst() {
- chown aspnet:aspnet /var/run/aspnet
-}