summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-11-19 22:57:41 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-11-19 22:57:41 +0000
commit4b54f4ce3ea4ba062595c08c0c176a0ea4055d5d (patch)
treed47d377545cd1abb6ea7e7b6bd84832014d9706b /dev-dotnet/xsp
parentAdding xsp to mono-2 mask (diff)
downloadgentoo-2-4b54f4ce3ea4ba062595c08c0c176a0ea4055d5d.tar.gz
gentoo-2-4b54f4ce3ea4ba062595c08c0c176a0ea4055d5d.tar.bz2
gentoo-2-4b54f4ce3ea4ba062595c08c0c176a0ea4055d5d.zip
Bump for mono-2, remove crufty slag.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-dotnet/xsp')
-rw-r--r--dev-dotnet/xsp/ChangeLog8
-rw-r--r--dev-dotnet/xsp/xsp-1.2.3.ebuild59
-rw-r--r--dev-dotnet/xsp/xsp-1.2.4-r1.ebuild67
-rw-r--r--dev-dotnet/xsp/xsp-1.2.5.ebuild67
-rw-r--r--dev-dotnet/xsp/xsp-2.0.ebuild (renamed from dev-dotnet/xsp/xsp-1.9.ebuild)2
5 files changed, 8 insertions, 195 deletions
diff --git a/dev-dotnet/xsp/ChangeLog b/dev-dotnet/xsp/ChangeLog
index b76011e5f528..7cbca2fd6647 100644
--- a/dev-dotnet/xsp/ChangeLog
+++ b/dev-dotnet/xsp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-dotnet/xsp
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.56 2008/05/31 15:31:00 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.57 2008/11/19 22:57:41 loki_val Exp $
+
+*xsp-2.0 (19 Nov 2008)
+
+ 19 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> -xsp-1.2.3.ebuild,
+ -xsp-1.2.4-r1.ebuild, -xsp-1.2.5.ebuild, -xsp-1.9.ebuild, +xsp-2.0.ebuild:
+ Bump for mono-2, remove crufty slag.
31 May 2008; Jurek Bartuszek <jurek@gentoo.org> Manifest:
Fixed digests
diff --git a/dev-dotnet/xsp/xsp-1.2.3.ebuild b/dev-dotnet/xsp/xsp-1.2.3.ebuild
deleted file mode 100644
index ea9ca2f2e695..000000000000
--- a/dev-dotnet/xsp/xsp-1.2.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v 1.3 2008/05/30 22:51:22 jurek Exp $
-
-inherit mono autotools eutils
-
-DESCRIPTION="XSP ASP.NET host"
-HOMEPAGE="http://www.go-mono.com/"
-SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-DEPEND=">=dev-lang/mono-${PV}
- dev-util/pkgconfig"
-
-pkg_preinst() {
- enewgroup aspnet
-
- # Give aspnet home dir of /tmp since it must create ~/.wapi
- enewuser aspnet -1 -1 /tmp aspnet
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:mkinstalldirs) \$(data:mkinstalldirs) \$(DESTDIR)\$(data:" \
- -e "s:gif \$(data:gif \$(DESTDIR)\$(data:" \
- "${S}"/test/2.0/treeview/Makefile.am
- eautoreconf
-}
-
-src_compile() {
- econf || die "./configure failed!"
- emake || {
- echo
- eerror "If xsp fails to build, try unmerging and re-emerging it."
- die "make failed"
- }
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
- newinitd "${FILESDIR}"/${PV}/mod-mono-server.initd mod-mono-server
- newconfd "${FILESDIR}"/${PV}/xsp.confd xsp
- newconfd "${FILESDIR}"/${PV}/mod-mono-server.confd mod-mono-server
-
- keepdir /var/run/aspnet
-
- dodoc README ChangeLog AUTHORS INSTALL NEWS
-}
-
-pkg_postinst() {
- chown aspnet:aspnet /var/run/aspnet
-}
diff --git a/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild b/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild
deleted file mode 100644
index 3d2a8c526a88..000000000000
--- a/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v 1.2 2008/05/30 22:51:22 jurek Exp $
-
-inherit mono multilib autotools eutils
-
-DESCRIPTION="XSP ASP.NET host"
-HOMEPAGE="http://www.go-mono.com/"
-SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-DEPEND=">=dev-lang/mono-${PV}
- dev-util/pkgconfig"
-
-pkg_preinst() {
- enewgroup aspnet
-
- # Give aspnet home dir of /tmp since it must create ~/.wapi
- enewuser aspnet -1 -1 /tmp aspnet
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:mkinstalldirs) \$(data:mkinstalldirs) \$(DESTDIR)\$(data:" \
- -e "s:gif \$(data:gif \$(DESTDIR)\$(data:" \
- "${S}"/test/2.0/treeview/Makefile.am
- eautoreconf
-}
-
-src_compile() {
- econf || die "./configure failed!"
- emake || {
- echo
- eerror "If xsp fails to build, try unmerging and re-emerging it."
- die "make failed"
- }
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" \
- "${D}"/usr/bin/xsp{,2} \
- "${D}"/usr/bin/mod-mono-server{,2} \
- "${D}"/usr/bin/asp-state{,2} \
- "${D}"/usr/bin/dbsessmgr{,2} \
- || die
-
- newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
- newinitd "${FILESDIR}"/${PV}/mod-mono-server.initd mod-mono-server
- newconfd "${FILESDIR}"/${PV}/xsp.confd xsp
- newconfd "${FILESDIR}"/${PV}/mod-mono-server.confd mod-mono-server
-
- keepdir /var/run/aspnet
-
- dodoc README ChangeLog AUTHORS INSTALL NEWS
-}
-
-pkg_postinst() {
- chown aspnet:aspnet /var/run/aspnet
-}
diff --git a/dev-dotnet/xsp/xsp-1.2.5.ebuild b/dev-dotnet/xsp/xsp-1.2.5.ebuild
deleted file mode 100644
index 73d06fd511d6..000000000000
--- a/dev-dotnet/xsp/xsp-1.2.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v 1.2 2008/05/30 22:51:22 jurek Exp $
-
-inherit mono multilib autotools eutils
-
-DESCRIPTION="XSP ASP.NET host"
-HOMEPAGE="http://www.go-mono.com/"
-SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-DEPEND=">=dev-lang/mono-${PV}
- dev-util/pkgconfig"
-
-pkg_preinst() {
- enewgroup aspnet
-
- # Give aspnet home dir of /tmp since it must create ~/.wapi
- enewuser aspnet -1 -1 /tmp aspnet
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:mkinstalldirs) \$(data:mkinstalldirs) \$(DESTDIR)\$(data:" \
- -e "s:gif \$(data:gif \$(DESTDIR)\$(data:" \
- "${S}"/test/2.0/treeview/Makefile.am
- eautoreconf
-}
-
-src_compile() {
- econf || die "./configure failed!"
- emake -j1 || {
- echo
- eerror "If xsp fails to build, try unmerging and re-emerging it."
- die "make failed"
- }
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" \
- "${D}"/usr/bin/xsp{,2} \
- "${D}"/usr/bin/mod-mono-server{,2} \
- "${D}"/usr/bin/asp-state{,2} \
- "${D}"/usr/bin/dbsessmgr{,2} \
- || die
-
- newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
- newinitd "${FILESDIR}"/${PV}/mod-mono-server.initd mod-mono-server
- newconfd "${FILESDIR}"/${PV}/xsp.confd xsp
- newconfd "${FILESDIR}"/${PV}/mod-mono-server.confd mod-mono-server
-
- keepdir /var/run/aspnet
-
- dodoc README ChangeLog AUTHORS INSTALL NEWS
-}
-
-pkg_postinst() {
- chown aspnet:aspnet /var/run/aspnet
-}
diff --git a/dev-dotnet/xsp/xsp-1.9.ebuild b/dev-dotnet/xsp/xsp-2.0.ebuild
index 2baed4619892..b7df8c87b774 100644
--- a/dev-dotnet/xsp/xsp-1.9.ebuild
+++ b/dev-dotnet/xsp/xsp-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.9.ebuild,v 1.1 2008/05/31 12:39:35 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild,v 1.1 2008/11/19 22:57:41 loki_val Exp $
inherit mono multilib autotools eutils