merged xen & php

This commit is contained in:
Micha Glave
2009-11-27 11:13:11 +01:00
7 changed files with 105 additions and 8 deletions

View File

@@ -5,5 +5,5 @@ AUX nginx.conf-r4 878 RMD160 9515d77df5ce3f56e7bb06c7274b0b22b1f5a7c2 SHA1 83e00
AUX nginx.logrotate 195 RMD160 56a165a6a42355f36f2d125318105708dfb948e1 SHA1 19cfc313d815c57c64df55282ae627c11280a6a6 SHA256 16fcd09e7c62b5693a4eed0924494c9794cd2e86d0e0f4d2d77519b75bf69bb6
DIST nginx-0.8.26.tar.gz 615271 RMD160 40f146438ef1f412a6a40552476c59b608cd9250 SHA1 5d14fe8866c69e459348ba1e3c688516045ad447 SHA256 18f1845b991f3a165f6a89d2bf0c10c43c01c4fc1b67d281197d6210e2774f61
DIST ngx_http_auth_pam_module-1.1.tar.gz 5193 RMD160 38437a1f5d34f93b22abb9f0a7181be756356d33 SHA1 d04065a512169925dda8bce710e1dc5012cac47b SHA256 ea9da5f106b952729398248cddabbe25f7a5752993e91c9b8252dbc2b03b8ecd
EBUILD nginx-0.8.26.ebuild 3736 RMD160 68bd637733362c9ed56e3b32810ca39cb2a47a81 SHA1 921a75c7f136c7a8959db92fb33ced3b2d64ab06 SHA256 3fa57402f556f431d210cfed1979141051deee40ee6dbadf1edb399b4cf9bad5
EBUILD nginx-0.8.26.ebuild 3853 RMD160 5dc3005121d12757e0023b2f9e28dc833b4affa6 SHA1 b41b865974501c40f57554ece5572c00d5e9b7d8 SHA256 fb9a9c9f3cfef344d54c0ec3b05eccc3a92c6471c1b5e469dd606366dff3f880
MISC metadata.xml 711 RMD160 c2426ecf2ca328c1822edcd4fe4e1eb5ba9176c0 SHA1 0b9ea8e217537e7255a9bdd2f5668198c738cf09 SHA256 d3b05c228dd62148c8bc7e46abad586eb9a9f3061ef510e1ed0a4baa77595a99

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.8.13.ebuild,v 1.1 2009/09/06 19:45:39 voxus Exp $
inherit eutils ssl-cert toolchain-funcs
inherit eutils ssl-cert toolchain-funcs versionator
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
@@ -13,7 +13,7 @@ SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="addition debug fastcgi flv imap ipv6 pamauth pcre perl random-index securelink ssl
IUSE="addition debug fastcgi file-aio flv imap ipv6 pamauth pcre perl random-index securelink ssl
status sub vim-syntax webdav zlib"
DEPEND="dev-lang/perl
@@ -70,6 +70,9 @@ src_compile() {
use random-index && myconf="${myconf} --with-http_random_index_module"
use securelink && myconf="${myconf} --with-http_secure_link_module"
# --- works only with kernel > 2.6.22
use file-aio && myconf="${myconf} --with-file-aio"
tc-export CC
./configure \
--prefix=/usr \