From c590d68ca939a40b82c9ea1e05c8a33ecabbd8a3 Mon Sep 17 00:00:00 2001 From: "Konstantin V. Arkhipov" Date: Mon, 5 Dec 2005 15:43:32 +0000 Subject: * bump Package-Manager: portage-2.0.53 --- www-servers/nginx/ChangeLog | 8 +++- www-servers/nginx/Manifest | 8 ++-- www-servers/nginx/files/digest-nginx-0.3.13 | 1 + www-servers/nginx/files/digest-nginx-0.3.9 | 1 - www-servers/nginx/nginx-0.3.12.ebuild | 4 +- www-servers/nginx/nginx-0.3.13.ebuild | 70 +++++++++++++++++++++++++++++ www-servers/nginx/nginx-0.3.9.ebuild | 70 ----------------------------- 7 files changed, 84 insertions(+), 78 deletions(-) create mode 100644 www-servers/nginx/files/digest-nginx-0.3.13 delete mode 100644 www-servers/nginx/files/digest-nginx-0.3.9 create mode 100644 www-servers/nginx/nginx-0.3.13.ebuild delete mode 100644 www-servers/nginx/nginx-0.3.9.ebuild (limited to 'www-servers') diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog index 67e125bf7e04..6ae3a4f6a168 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.59 2005/11/26 10:54:23 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.60 2005/12/05 15:43:32 voxus Exp $ + +*nginx-0.3.13 (05 Dec 2005) + + 05 Dec 2005; Konstantin Arkhipov +nginx-0.3.13.ebuild, + nginx-0.3.12.ebuild, -nginx-0.3.9.ebuild: + Bump and 0.3.12 stabilization. *nginx-0.3.12 (26 Nov 2005) diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index 3dd125ab4fcf..4aba307babf6 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -1,12 +1,12 @@ -MD5 1d6c75e3edff9ac25a573bd20d09a408 ChangeLog 10189 +MD5 1313a4a969a509de55328874044536e2 ChangeLog 10372 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 d97eb612489cf6605cfdaffaaeae6e98 files/digest-nginx-0.3.9 63 +MD5 6f4ed969e7c7f14fa85f083a52f0e212 files/digest-nginx-0.3.13 64 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 05536e036b03d874ae1c9f843fcd320f nginx-0.3.12.ebuild 1937 -MD5 560f4f12c3a6e01e35a3901ad156279d nginx-0.3.9.ebuild 1934 +MD5 095ed1434baabf705fdbe6c4fbc92cf1 nginx-0.3.12.ebuild 1935 +MD5 624b9aa475683eb1a19aa8612612fb04 nginx-0.3.13.ebuild 1937 diff --git a/www-servers/nginx/files/digest-nginx-0.3.13 b/www-servers/nginx/files/digest-nginx-0.3.13 new file mode 100644 index 000000000000..fe9902d56743 --- /dev/null +++ b/www-servers/nginx/files/digest-nginx-0.3.13 @@ -0,0 +1 @@ +MD5 f0e8f4d0a40a1a364cb934cc818afe23 nginx-0.3.13.tar.gz 352399 diff --git a/www-servers/nginx/files/digest-nginx-0.3.9 b/www-servers/nginx/files/digest-nginx-0.3.9 deleted file mode 100644 index bc4d9e4a43bf..000000000000 --- a/www-servers/nginx/files/digest-nginx-0.3.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d635077b9256c46f2c323cd45825bc76 nginx-0.3.9.tar.gz 340594 diff --git a/www-servers/nginx/nginx-0.3.12.ebuild b/www-servers/nginx/nginx-0.3.12.ebuild index 633c2cbc4a09..c419cf8d8181 100644 --- a/www-servers/nginx/nginx-0.3.12.ebuild +++ b/www-servers/nginx/nginx-0.3.12.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.12.ebuild,v 1.1 2005/11/26 10:54:23 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.3.12.ebuild,v 1.2 2005/12/05 15:43:32 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 diff --git a/www-servers/nginx/nginx-0.3.13.ebuild b/www-servers/nginx/nginx-0.3.13.ebuild new file mode 100644 index 000000000000..7594e0b3e8a3 --- /dev/null +++ b/www-servers/nginx/nginx-0.3.13.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.13.ebuild,v 1.1 2005/12/05 15:43:32 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 deleted file mode 100644 index 0004038e35fd..000000000000 --- a/www-servers/nginx/nginx-0.3.9.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.9.ebuild,v 1.2 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 -} -- cgit v1.2.3-65-gdbad