diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 17:54:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 17:54:56 +0000 |
commit | f405891b4306d4cb4fa5089a55d76732d1b5ba28 (patch) | |
tree | f5dacc8f5944078b6c59effae16f3a1aeba0ebd5 /dev-dotnet | |
parent | Stable for HPPA (bug #352654). (diff) | |
download | gentoo-2-f405891b4306d4cb4fa5089a55d76732d1b5ba28.tar.gz gentoo-2-f405891b4306d4cb4fa5089a55d76732d1b5ba28.tar.bz2 gentoo-2-f405891b4306d4cb4fa5089a55d76732d1b5ba28.zip |
Version bump, remove old testing and 9999 version since it's not really maintained downstream.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/xsp/ChangeLog | 11 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-2.8.2.ebuild (renamed from dev-dotnet/xsp/xsp-2.8.1.ebuild) | 6 | ||||
-rw-r--r-- | dev-dotnet/xsp/xsp-9999.ebuild | 43 |
3 files changed, 12 insertions, 48 deletions
diff --git a/dev-dotnet/xsp/ChangeLog b/dev-dotnet/xsp/ChangeLog index 6c21794f39b3..959ce0b2d977 100644 --- a/dev-dotnet/xsp/ChangeLog +++ b/dev-dotnet/xsp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-dotnet/xsp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.88 2010/11/26 11:00:04 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.89 2011/01/25 17:54:56 pacho Exp $ + +*xsp-2.8.2 (25 Jan 2011) + + 25 Jan 2011; Pacho Ramos <pacho@gentoo.org> -xsp-2.8.1.ebuild, + +xsp-2.8.2.ebuild, -xsp-9999.ebuild: + Version bump, remove old testing and 9999 version since it's not really + maintained downstream. *xsp-2.8.1 (26 Nov 2010) diff --git a/dev-dotnet/xsp/xsp-2.8.1.ebuild b/dev-dotnet/xsp/xsp-2.8.2.ebuild index 685395e83dc2..da561653d7e4 100644 --- a/dev-dotnet/xsp/xsp-2.8.1.ebuild +++ b/dev-dotnet/xsp/xsp-2.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.8.1.ebuild,v 1.1 2010/11/26 11:00:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.8.2.ebuild,v 1.1 2011/01/25 17:54:56 pacho Exp $ EAPI=2 @@ -9,7 +9,7 @@ inherit go-mono mono PATCHDIR="${FILESDIR}/2.2/" DESCRIPTION="XSP is a small web server that can host ASP.NET pages" -HOMEPAGE="http://www.mono-project.com/" +HOMEPAGE="http://www.mono-project.com/ASP.NET" LICENSE="MIT" SLOT="0" diff --git a/dev-dotnet/xsp/xsp-9999.ebuild b/dev-dotnet/xsp/xsp-9999.ebuild deleted file mode 100644 index aa266c4c615e..000000000000 --- a/dev-dotnet/xsp/xsp-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-9999.ebuild,v 1.2 2009/06/09 21:17:16 loki_val Exp $ - -EAPI=2 - -inherit go-mono mono autotools - -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="" - -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 -} |