summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-03-20 14:17:00 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-03-20 14:17:00 +0000
commit2a992bab4cc961d0fe75c2c3a0502ce9d1a99b78 (patch)
tree846a48b5c2fc776504e9d87dc446ad5b3faa5ada /www-servers
parentremoving aqua, digest hell (diff)
downloadhistorical-2a992bab4cc961d0fe75c2c3a0502ce9d1a99b78.tar.gz
historical-2a992bab4cc961d0fe75c2c3a0502ce9d1a99b78.tar.bz2
historical-2a992bab4cc961d0fe75c2c3a0502ce9d1a99b78.zip
stable .24-r2
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/nginx/ChangeLog7
-rw-r--r--www-servers/nginx/Manifest6
-rw-r--r--www-servers/nginx/nginx-0.1.24-r2.ebuild13
-rw-r--r--www-servers/nginx/nginx-0.1.25.ebuild11
4 files changed, 12 insertions, 25 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/Manifest b/www-servers/nginx/Manifest
index 4444fb0276f7..dd144094f738 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,6 +1,6 @@
-MD5 9e2c09a3e7cce1849c7a96c703bb9c5f nginx-0.1.24-r2.ebuild 2516
-MD5 c3c13f4ced81ed551708783eb7d3589c nginx-0.1.25.ebuild 2417
-MD5 76fa19836172bbfcadb7f82347e0c045 ChangeLog 1375
+MD5 12b27312c0102360aa64a5ef69662552 nginx-0.1.24-r2.ebuild 1941
+MD5 4840dc19296ebcd8c08eb99d5fe5ae51 nginx-0.1.25.ebuild 1844
+MD5 1e6b7fb58b7789388bb3ade28c4f9ee5 ChangeLog 1569
MD5 822f3c821527e6a34f23a6a92a884766 metadata.xml 220
MD5 f74a821fb78c52685c73508de91ccc07 files/nginx-0.1.24-upstream_status.patch 566
MD5 10ab54673f080934c259672c08995f4d files/digest-nginx-0.1.25 64
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 \