diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-03-20 14:17:00 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-03-20 14:17:00 +0000 |
commit | 066476eed8727a9704f640e5b5e1731691600ad2 (patch) | |
tree | afd8821cd47664972530d8297e68a36ada2d807f /www-servers | |
parent | removing aqua, digest hell (diff) | |
download | gentoo-2-066476eed8727a9704f640e5b5e1731691600ad2.tar.gz gentoo-2-066476eed8727a9704f640e5b5e1731691600ad2.tar.bz2 gentoo-2-066476eed8727a9704f640e5b5e1731691600ad2.zip |
stable .24-r2
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/nginx/nginx-0.1.24-r2.ebuild | 13 | ||||
-rw-r--r-- | www-servers/nginx/nginx-0.1.25.ebuild | 11 |
3 files changed, 9 insertions, 22 deletions
diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog index 2c24f6e9ee54..b1bcd1dd2794 100644 --- a/www-servers/nginx/ChangeLog +++ b/www-servers/nginx/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2005/03/19 16:44:08 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.9 2005/03/20 14:17:00 voxus Exp $ + + 20 Mar 2005; Konstantin Arkhipov <voxus@gentoo.org> nginx-0.1.24-r2.ebuild, + nginx-0.1.25.ebuild: + Forcing 0.1.24-r2 stable on both x86 and amd64. Cleaned out commented + modules handling. *nginx-0.1.25 (19 Mar 2005) diff --git a/www-servers/nginx/nginx-0.1.24-r2.ebuild b/www-servers/nginx/nginx-0.1.24-r2.ebuild index 4f0294b4b92d..e2b1a50480f0 100644 --- a/www-servers/nginx/nginx-0.1.24-r2.ebuild +++ b/www-servers/nginx/nginx-0.1.24-r2.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.1.24-r2.ebuild,v 1.1 2005/03/10 08:57:50 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.1.24-r2.ebuild,v 1.2 2005/03/20 14:17:00 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 ~x86" +KEYWORDS="amd64 x86" IUSE="ssl zlib threads" DEPEND="dev-lang/perl @@ -37,15 +37,6 @@ src_compile() { use zlib || myconf="${myconf} --without-http_gzip_module" -# use charset-mod || myconf = "${myconf} --without-http_charset_module" -# use userid-mod || myconf = "${myconf} --without-http_userid_module" -# use access-mod || myconf = "${myconf} --without-http_access_module" -# use autoindex-mod || myconf = "${myconf} --without-http_autoindex_module" -# use geo-mod || myconf = "${myconf} --without-http_geo_module" -# use rewrite-mod || myconf = "${myconf} --without-http_rewrite_module" -# use proxy-mod || myconf = "${myconf} --without-http_proxy_module" -# use fastcgi-mod || myconf = "${myconf} --without-http_fastcgi_module" - cd ${S} ./configure \ --prefix=/usr \ diff --git a/www-servers/nginx/nginx-0.1.25.ebuild b/www-servers/nginx/nginx-0.1.25.ebuild index 3fd75cf012b5..bbe302a0a69c 100644 --- a/www-servers/nginx/nginx-0.1.25.ebuild +++ b/www-servers/nginx/nginx-0.1.25.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.1.25.ebuild,v 1.1 2005/03/19 16:44:08 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-0.1.25.ebuild,v 1.2 2005/03/20 14:17:00 voxus Exp $ inherit eutils @@ -32,15 +32,6 @@ src_compile() { use zlib || myconf="${myconf} --without-http_gzip_module" -# use charset-mod || myconf = "${myconf} --without-http_charset_module" -# use userid-mod || myconf = "${myconf} --without-http_userid_module" -# use access-mod || myconf = "${myconf} --without-http_access_module" -# use autoindex-mod || myconf = "${myconf} --without-http_autoindex_module" -# use geo-mod || myconf = "${myconf} --without-http_geo_module" -# use rewrite-mod || myconf = "${myconf} --without-http_rewrite_module" -# use proxy-mod || myconf = "${myconf} --without-http_proxy_module" -# use fastcgi-mod || myconf = "${myconf} --without-http_fastcgi_module" - cd ${S} ./configure \ --prefix=/usr \ |