From 8838c2389ebe9be7c9999fd8735e8b1d0dd10b4f Mon Sep 17 00:00:00 2001 From: "Konstantin V. Arkhipov" Date: Thu, 12 Jan 2006 14:59:37 +0000 Subject: * bump Package-Manager: portage-2.1_pre3-r1 --- www-servers/nginx/ChangeLog | 10 ++++- www-servers/nginx/Manifest | 6 +-- www-servers/nginx/files/digest-nginx-0.3.19 | 1 - www-servers/nginx/files/digest-nginx-0.3.20 | 1 + www-servers/nginx/nginx-0.3.19.ebuild | 70 ----------------------------- www-servers/nginx/nginx-0.3.20.ebuild | 70 +++++++++++++++++++++++++++++ 6 files changed, 82 insertions(+), 76 deletions(-) delete mode 100644 www-servers/nginx/files/digest-nginx-0.3.19 create mode 100644 www-servers/nginx/files/digest-nginx-0.3.20 delete mode 100644 www-servers/nginx/nginx-0.3.19.ebuild create mode 100644 www-servers/nginx/nginx-0.3.20.ebuild (limited to 'www-servers') diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog index c33a833a9831..8a327e5291ca 100644 --- a/www-servers/nginx/ChangeLog +++ b/www-servers/nginx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-servers/nginx -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.64 2005/12/28 14:38:44 voxus Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.65 2006/01/12 14:59:37 voxus Exp $ + +*nginx-0.3.20 (12 Jan 2006) + + 12 Jan 2006; Konstantin Arkhipov +nginx-0.3.20.ebuild, + -nginx-0.3.19.ebuild: + Version bump. *nginx-0.3.19 (28 Dec 2005) diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index b82279cf1253..62337eef494d 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -1,9 +1,9 @@ -MD5 244ea93216c7fda2050d79e9ec912887 ChangeLog 10942 +MD5 536d7215a7706d2750be51efd9761ca7 ChangeLog 11088 MD5 e8474104898712edc8575c940152bbd3 files/digest-nginx-0.1.45 64 MD5 86fb37c347608004443f47aabae2fec7 files/digest-nginx-0.2.6 63 MD5 1bb0edeb44d5da60091b0c0d24e87c4f files/digest-nginx-0.3.12 64 MD5 676aa9e60aa117c23ab3a5af4c3c893b files/digest-nginx-0.3.15 64 -MD5 c77d993a64d5595e4f53715cd955cc80 files/digest-nginx-0.3.19 64 +MD5 851322ed490dd8628af1fa6534e830b9 files/digest-nginx-0.3.20 64 MD5 d8f7e621e098b58848a6b5fb045c49c3 files/nginx 994 MD5 fecedd05099122b1f8169152e5bc9462 files/nginx.conf 1400 MD5 822f3c821527e6a34f23a6a92a884766 metadata.xml 220 @@ -11,4 +11,4 @@ MD5 62f46895e63da25c83512f589b9e61cb nginx-0.1.45.ebuild 1935 MD5 6460bce607f17843cd0c22395e6122e0 nginx-0.2.6.ebuild 1934 MD5 095ed1434baabf705fdbe6c4fbc92cf1 nginx-0.3.12.ebuild 1935 MD5 b24f35c96ef3f22c3c1e523ac45da59b nginx-0.3.15.ebuild 1937 -MD5 5539926a55b823e4906be528f3696cbd nginx-0.3.19.ebuild 1937 +MD5 23baa064d6664723ca1b47c6514ba268 nginx-0.3.20.ebuild 1937 diff --git a/www-servers/nginx/files/digest-nginx-0.3.19 b/www-servers/nginx/files/digest-nginx-0.3.19 deleted file mode 100644 index a42b55eeab47..000000000000 --- a/www-servers/nginx/files/digest-nginx-0.3.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 9bff08518117403d8bf25a081a997547 nginx-0.3.19.tar.gz 361723 diff --git a/www-servers/nginx/files/digest-nginx-0.3.20 b/www-servers/nginx/files/digest-nginx-0.3.20 new file mode 100644 index 000000000000..d659c28765d3 --- /dev/null +++ b/www-servers/nginx/files/digest-nginx-0.3.20 @@ -0,0 +1 @@ +MD5 feda646943531cf4626437e3680b317b nginx-0.3.20.tar.gz 362757 diff --git a/www-servers/nginx/nginx-0.3.19.ebuild b/www-servers/nginx/nginx-0.3.19.ebuild deleted file mode 100644 index cba92074d496..000000000000 --- a/www-servers/nginx/nginx-0.3.19.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.3.19.ebuild,v 1.1 2005/12/28 14:38:44 voxus Exp $ - -inherit eutils - -DESCRIPTION="Robust, small and high performance http and reverse proxy server" - -HOMEPAGE="http://sysoev.ru/nginx/" -SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug fastcgi imap pcre threads ssl zlib" - -DEPEND="dev-lang/perl - pcre? ( >=dev-libs/libpcre-4.2 ) - ssl? ( dev-libs/openssl ) - zlib? ( sys-libs/zlib )" - -src_compile() { - local myconf - - if use threads; then - einfo - ewarn "threads support is experimental at the moment" - ewarn "do not use it on production systems - you've been warned" - einfo - myconf="${myconf} --with-threads" - fi - - use fastcgi || myconf="${myconf} --without-http_fastcgi_module" - use zlib || myconf="${myconf} --without-http_gzip_module" - use pcre || { - myconf="${myconf} --without-pcre --without-http_rewrite_module" - } - use debug && myconf="${myconf} --with-debug" - use ssl && myconf="${myconf} --with-http_ssl_module" - use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support - - ./configure \ - --prefix=/usr \ - --conf-path=/etc/${PN}/${PN}.conf \ - --http-log-path=/var/log/${PN}/access_log \ - --error-log-path=/var/log/${PN}/error_log \ - --pid-path=/var/run/${PN}.pid \ - --http-client-body-temp-path=/var/tmp/${PN}/client \ - --http-proxy-temp-path=/var/tmp/${PN}/proxy \ - --http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ - --with-md5-asm \ - ${myconf} || die "configure failed" - - emake || die "failed to compile" -} - -src_install() { - keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi} - - dodir /etc/${PN} - - dosbin objs/nginx - doinitd ${FILESDIR}/nginx - - insinto /etc/${PN} - rm conf/nginx.conf - doins -r conf/* - doins ${FILESDIR}/nginx.conf - - dodoc CHANGES{,.ru} LICENSE README -} diff --git a/www-servers/nginx/nginx-0.3.20.ebuild b/www-servers/nginx/nginx-0.3.20.ebuild new file mode 100644 index 000000000000..20a5fe1a53fe --- /dev/null +++ b/www-servers/nginx/nginx-0.3.20.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.3.20.ebuild,v 1.1 2006/01/12 14:59:37 voxus Exp $ + +inherit eutils + +DESCRIPTION="Robust, small and high performance http and reverse proxy server" + +HOMEPAGE="http://sysoev.ru/nginx/" +SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug fastcgi imap pcre threads ssl zlib" + +DEPEND="dev-lang/perl + pcre? ( >=dev-libs/libpcre-4.2 ) + ssl? ( dev-libs/openssl ) + zlib? ( sys-libs/zlib )" + +src_compile() { + local myconf + + if use threads; then + einfo + ewarn "threads support is experimental at the moment" + ewarn "do not use it on production systems - you've been warned" + einfo + myconf="${myconf} --with-threads" + fi + + use fastcgi || myconf="${myconf} --without-http_fastcgi_module" + use zlib || myconf="${myconf} --without-http_gzip_module" + use pcre || { + myconf="${myconf} --without-pcre --without-http_rewrite_module" + } + use debug && myconf="${myconf} --with-debug" + use ssl && myconf="${myconf} --with-http_ssl_module" + use imap && myconf="${myconf} --with-imap" # pop3/imap4 proxy support + + ./configure \ + --prefix=/usr \ + --conf-path=/etc/${PN}/${PN}.conf \ + --http-log-path=/var/log/${PN}/access_log \ + --error-log-path=/var/log/${PN}/error_log \ + --pid-path=/var/run/${PN}.pid \ + --http-client-body-temp-path=/var/tmp/${PN}/client \ + --http-proxy-temp-path=/var/tmp/${PN}/proxy \ + --http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \ + --with-md5-asm \ + ${myconf} || die "configure failed" + + emake || die "failed to compile" +} + +src_install() { + keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi} + + dodir /etc/${PN} + + dosbin objs/nginx + doinitd ${FILESDIR}/nginx + + insinto /etc/${PN} + rm conf/nginx.conf + doins -r conf/* + doins ${FILESDIR}/nginx.conf + + dodoc CHANGES{,.ru} LICENSE README +} -- cgit v1.2.3-65-gdbad