summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-08 09:59:55 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-08 09:59:55 +0000
commit3a7670f812a4d11404a2c45cc7842ae83f099443 (patch)
treeaf91f18470d96f401ff9184d937dbfee288c3e99 /dev-dotnet
parentMask newest pcsc-lite/ccid as they don't seem to work reliably. (diff)
downloadgentoo-2-3a7670f812a4d11404a2c45cc7842ae83f099443.tar.gz
gentoo-2-3a7670f812a4d11404a2c45cc7842ae83f099443.tar.bz2
gentoo-2-3a7670f812a4d11404a2c45cc7842ae83f099443.zip
Remove old.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/xsp/ChangeLog6
-rw-r--r--dev-dotnet/xsp/xsp-2.6.5.ebuild43
-rw-r--r--dev-dotnet/xsp/xsp-2.8.2.ebuild43
3 files changed, 5 insertions, 87 deletions
diff --git a/dev-dotnet/xsp/ChangeLog b/dev-dotnet/xsp/ChangeLog
index d00687afa6ce..99e66119b26b 100644
--- a/dev-dotnet/xsp/ChangeLog
+++ b/dev-dotnet/xsp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/xsp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.98 2011/06/30 14:15:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.99 2011/07/08 09:59:55 pacho Exp $
+
+ 08 Jul 2011; Pacho Ramos <pacho@gentoo.org> -xsp-2.6.5.ebuild,
+ -xsp-2.8.2.ebuild:
+ Remove old.
30 Jun 2011; Christoph Mende <angelos@gentoo.org> xsp-2.10.2.ebuild:
Stable on amd64 wrt bug #371163
diff --git a/dev-dotnet/xsp/xsp-2.6.5.ebuild b/dev-dotnet/xsp/xsp-2.6.5.ebuild
deleted file mode 100644
index f983f5fa9a29..000000000000
--- a/dev-dotnet/xsp/xsp-2.6.5.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.6.5.ebuild,v 1.4 2010/09/23 22:14:31 hwoarang 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
-}
diff --git a/dev-dotnet/xsp/xsp-2.8.2.ebuild b/dev-dotnet/xsp/xsp-2.8.2.ebuild
deleted file mode 100644
index 34a46c28f48b..000000000000
--- a/dev-dotnet/xsp/xsp-2.8.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.2.ebuild,v 1.3 2011/01/29 17:06:11 hwoarang 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.mono-project.com/ASP.NET"
-
-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
-}