Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172933 Details for
Bug 246298
www-servers/cherokee-0.10.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cherokee-0.10.1.ebuild
cherokee-0.10.1.ebuild (text/plain), 2.54 KB, created by
Alan Swanson
on 2008-11-23 13:01:37 UTC
(
hide
)
Description:
cherokee-0.10.1.ebuild
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2008-11-23 13:01:37 UTC
Size:
2.54 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" > >inherit eutils pam versionator libtool autotools > >DESCRIPTION="An extremely fast and tiny web server." >SRC_URI="http://www.cherokee-project.com/download/$(get_version_component_range 1-2)/${PV}/${P}.tar.gz" >HOMEPAGE="http://www.cherokee-project.com/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="ipv6 ssl gnutls static pam coverpage threads kernel_linux admin" > >RDEPEND=">=sys-libs/zlib-1.1.4-r1 > ssl? ( > gnutls? ( net-libs/gnutls ) > !gnutls? ( dev-libs/openssl ) > ) > pam? ( virtual/pam ) > admin? ( dev-lang/python )" >DEPEND="${RDEPEND}" > >src_compile() { > local myconf > > if use ssl && use gnutls ; then > myconf="${myconf} --enable-tls=gnutls" > elif use ssl && ! use gnutls ; then > myconf="${myconf} --enable-tls=openssl" > else > myconf="${myconf} --disable-tls" > fi > > if use static ; then > myconf="${myconf} --enable-static --enable-static-module=all" > else > myconf="${myconf} --disable-static" > fi > > local os="Unknown" > case "${CHOST}" in > *-freebsd*) > os="FreeBSD" ;; > *-netbsd*) > os="NetBSD" ;; > *-openbsd*) > os="OpenBSD" ;; > *) > os="Linux" ;; > esac > > econf \ > ${myconf} \ > $(use_enable pam) \ > $(use_enable ipv6) \ > $(use_enable threads pthread) \ > $(use_enable kernel_linux epoll) \ > --disable-dependency-tracking \ > --enable-os-string="Gentoo ${os}" \ > --with-wwwroot=/var/www/localhost/htdocs \ > --prefix=/usr \ > --sysconfdir=/etc \ > --localstatedir=/var \ > || die "configure failed" > > emake || die "emake failed" >} > >src_install () { > emake -j1 DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed" > dodoc AUTHORS ChangeLog TODO > > use pam && pamd_mimic system-auth cherokee auth account session > newinitd "${FILESDIR}/${PN}-initd-0.9" ${PN} || die "newinitd failed" > > dodir /usr/share/doc/${PF}/contrib > insinto /usr/share/${PF}/contrib > doins contrib/08to09.py > doins contrib/09to010.py > > keepdir /etc/cherokee/mods-enabled /etc/cherokee/sites-enabled /var/www/localhost/htdocs > > use coverpage || rm -rf "${D}"/var/www/localhost/htdocs/{index.html,images} > use admin || rm -rf "${D}"/usr/sbin/admin "${D}"/usr/share/cherokee/admin > >} > >pkg_postinst() { > enewgroup cherokee > enewuser cherokee -1 -1 /var/www/localhost cherokee > > if use admin ; then > echo "" > elog "Just run 'cherokee-admin' and go to: http://localhost:9090" > echo "" > else > echo "" > elog "Try USE=admin if you want a easy way to configure cherokee." > echo "" > fi >}
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 246298
:
172933
|
172935
|
174803