From 31fdeae202fc88bdcde1357a9e42b0c625a941a9 Mon Sep 17 00:00:00 2001 From: "Konstantin V. Arkhipov" Date: Wed, 16 Nov 2005 08:56:54 +0000 Subject: * bump, stabilization, cleanups (Portage version: 2.0.53_rc7) --- www-servers/nginx/ChangeLog | 8 +++- www-servers/nginx/Manifest | 8 ++-- www-servers/nginx/files/digest-nginx-0.3.11 | 1 + www-servers/nginx/files/digest-nginx-0.3.7 | 1 - www-servers/nginx/nginx-0.3.11.ebuild | 70 +++++++++++++++++++++++++++++ www-servers/nginx/nginx-0.3.7.ebuild | 70 ----------------------------- www-servers/nginx/nginx-0.3.9.ebuild | 4 +- 7 files changed, 84 insertions(+), 78 deletions(-) create mode 100644 www-servers/nginx/files/digest-nginx-0.3.11 delete mode 100644 www-servers/nginx/files/digest-nginx-0.3.7 create mode 100644 www-servers/nginx/nginx-0.3.11.ebuild delete mode 100644 www-servers/nginx/nginx-0.3.7.ebuild (limited to 'www-servers') diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog index 6c9cb28ef9d3..83a0fa856f22 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.57 2005/11/10 21:35:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.58 2005/11/16 08:56:54 voxus Exp $ + +*nginx-0.3.9 (16 Nov 2005) + + 16 Nov 2005; Konstantin Arkhipov +nginx-0.3.11.ebuild, + nginx-0.3.9.ebuild, -nginx-0.3.7.ebuild: + Veresion bump, 0.3.9 goes stable on amd64 and x86. *nginx-0.3.9 (11 Nov 2005) diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index 8213a6bd6430..afbd95d53625 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -1,12 +1,12 @@ -MD5 6e0fa23988ab11739cad426f70c634cb ChangeLog 9827 +MD5 a7ee84aac454e77337bc8ce340587086 ChangeLog 10028 MD5 e8474104898712edc8575c940152bbd3 files/digest-nginx-0.1.45 64 MD5 86fb37c347608004443f47aabae2fec7 files/digest-nginx-0.2.6 63 -MD5 1dc6c0c614d9bb36a95367fdc9cc25c3 files/digest-nginx-0.3.7 63 +MD5 3dfe9e615090e894716ceccc0031f45a files/digest-nginx-0.3.11 64 MD5 d97eb612489cf6605cfdaffaaeae6e98 files/digest-nginx-0.3.9 63 MD5 d8f7e621e098b58848a6b5fb045c49c3 files/nginx 994 MD5 fecedd05099122b1f8169152e5bc9462 files/nginx.conf 1400 MD5 822f3c821527e6a34f23a6a92a884766 metadata.xml 220 MD5 62f46895e63da25c83512f589b9e61cb nginx-0.1.45.ebuild 1935 MD5 6460bce607f17843cd0c22395e6122e0 nginx-0.2.6.ebuild 1934 -MD5 cde8245130ff3daccbad17d3d8ce7bcc nginx-0.3.7.ebuild 1934 -MD5 ed031974cbccd54f4997a49d2d904198 nginx-0.3.9.ebuild 1936 +MD5 ed031974cbccd54f4997a49d2d904198 nginx-0.3.11.ebuild 1936 +MD5 14c9dec6210f3f13e98cbd21198b195f nginx-0.3.9.ebuild 1934 diff --git a/www-servers/nginx/files/digest-nginx-0.3.11 b/www-servers/nginx/files/digest-nginx-0.3.11 new file mode 100644 index 000000000000..0dfea5c1f152 --- /dev/null +++ b/www-servers/nginx/files/digest-nginx-0.3.11 @@ -0,0 +1 @@ +MD5 aa234f51f8cd482ca282be51e13e8341 nginx-0.3.11.tar.gz 345684 diff --git a/www-servers/nginx/files/digest-nginx-0.3.7 b/www-servers/nginx/files/digest-nginx-0.3.7 deleted file mode 100644 index efb099362f53..000000000000 --- a/www-servers/nginx/files/digest-nginx-0.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7a939df36b881174f84d2c71480a419 nginx-0.3.7.tar.gz 334173 diff --git a/www-servers/nginx/nginx-0.3.11.ebuild b/www-servers/nginx/nginx-0.3.11.ebuild new file mode 100644 index 000000000000..068d90aea7ac --- /dev/null +++ b/www-servers/nginx/nginx-0.3.11.ebuild @@ -0,0 +1,70 @@ +# 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.11.ebuild,v 1.1 2005/11/16 08:56:54 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.7.ebuild b/www-servers/nginx/nginx-0.3.7.ebuild deleted file mode 100644 index 61c177370096..000000000000 --- a/www-servers/nginx/nginx-0.3.7.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.7.ebuild,v 1.2 2005/11/05 16:20:30 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.9.ebuild b/www-servers/nginx/nginx-0.3.9.ebuild index 5dd2b235f051..0004038e35fd 100644 --- a/www-servers/nginx/nginx-0.3.9.ebuild +++ b/www-servers/nginx/nginx-0.3.9.ebuild @@ -1,6 +1,6 @@ # 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.9.ebuild,v 1.1 2005/11/10 21:35:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.3.9.ebuild,v 1.2 2005/11/16 08:56:54 voxus Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://sysoev.ru/nginx/" SRC_URI="http://sysoev.ru/nginx/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="debug fastcgi imap pcre threads ssl zlib" DEPEND="dev-lang/perl -- cgit v1.2.3-65-gdbad