Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259074 Details for
Bug 350826
New ebuild: www-servers/mongrel2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mongrel2-1.4 ebuild
mongrel2-1.4.ebuild (text/plain), 999 bytes, created by
archimag
on 2011-01-06 15:12:03 UTC
(
hide
)
Description:
mongrel2-1.4 ebuild
Filename:
MIME Type:
Creator:
archimag
Created:
2011-01-06 15:12:03 UTC
Size:
999 bytes
patch
obsolete
># Copyright 2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using modern browser technologies." >HOMEPAGE="http://mongrel2.org/" >SRC_URI="http://mongrel2.org/static/downloads/${P}.tar.bz2" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="" > >RDEPEND="net-libs/zeromq > dev-db/sqlite" > >src_unpack() { > unpack ${A} > cd ${S} > sed -i s:^PREFIX?=/usr/local:PREFIX?=${D}usr: Makefile || die "sed Makefile failed" > sed -i s:^PREFIX?=/usr/local:PREFIX?=${D}usr: tools/m2sh/Makefile || die "sed tools/m2sh/Makefile failed" > > cp "${FILESDIR}"/net.c ${S}/src/task/net.c || die "cp net.c failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > > dodir /usr/share/doc/${P}/ > cp -r ${S}/examples/ ${D}usr/share/doc/${P}/ || die "cp examples failed." >}
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 350826
: 259074 |
259075