Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96347 Details for
Bug 146763
dev-dotnet/xsp-1.1.17.1 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-dotnet/xsp-1.1.17.1
xsp-1.1.17.1.ebuild (text/plain), 1.26 KB, created by
MT
on 2006-09-07 17:08:15 UTC
(
hide
)
Description:
dev-dotnet/xsp-1.1.17.1
Filename:
MIME Type:
Creator:
MT
Created:
2006-09-07 17:08:15 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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="~x86 ~ppc ~amd64" > >IUSE="" > >DEPEND=">=dev-lang/mono-1.1.10" > >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 > exeinto /etc/init.d ; newexe ${FILESDIR}/xsp.initd xsp > newexe ${FILESDIR}/mod-mono-server.initd mod-mono-server > insinto /etc/conf.d ; newins ${FILESDIR}/xsp.confd xsp > newins ${FILESDIR}/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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 146763
: 96347 |
96348
|
96349
|
96350
|
96351