Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 539370 Details for
Bug 661074
www-servers/nginx-unit: dynamic web and application server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Initial ebuild submission
nginx-unit-1.3.ebuild (text/plain), 873 bytes, created by
Ralph Seichter
on 2018-07-13 15:19:16 UTC
(
hide
)
Description:
Initial ebuild submission
Filename:
MIME Type:
Creator:
Ralph Seichter
Created:
2018-07-13 15:19:16 UTC
Size:
873 bytes
patch
obsolete
># Ebuild file for NGINX Unit, by Ralph Seichter ># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >DESCRIPTION="NGINX Unit is a dynamic web and application server." >HOMEPAGE="https://unit.nginx.org" >SRC_URI="https://unit.nginx.org/download/unit-${PV}.tar.gz -> ${P}.tar.gz" >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" > >RDEPEND="${DEPEND}" >S=${WORKDIR}/unit-${PV} > >src_configure() { > ./configure \ > --prefix=/usr \ > --log=/var/log/${PN} \ > --state=/var/lib/${PN} \ > --pid=/run/${PN}.pid \ > --control=unix:/run/${PN}.sock || die > ./configure perl || ewarn "No Perl support available" > ./configure php || ewarn "No PHP support available" > ./configure python || ewarn "No Python support available" >} > >src_compile() { > emake all >} > >src_install() { > keepdir /var/lib/${PN} > emake DESTDIR="${D}" install >} >
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 661074
:
539370
|
539438
|
539440
|
539516
|
539652
|
539654
|
539656