summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-05-24 09:26:08 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-05-24 09:26:08 +0000
commit8a38dfd84190f33643827a27ae90bf5c093ef3c6 (patch)
tree6887288200a26df139064c5bdaf7bbba3a54961c /www-servers
parentStable on ppc64 (diff)
downloadgentoo-2-8a38dfd84190f33643827a27ae90bf5c093ef3c6.tar.gz
gentoo-2-8a38dfd84190f33643827a27ae90bf5c093ef3c6.tar.bz2
gentoo-2-8a38dfd84190f33643827a27ae90bf5c093ef3c6.zip
* a bit of cleanups
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/nginx/ChangeLog7
-rw-r--r--www-servers/nginx/files/digest-nginx-0.1.29-r21
-rw-r--r--www-servers/nginx/files/digest-nginx-0.1.30-r11
-rw-r--r--www-servers/nginx/files/digest-nginx-0.1.311
-rw-r--r--www-servers/nginx/files/digest-nginx-0.1.321
-rw-r--r--www-servers/nginx/files/nginx-0.1.30-slashless_path.patch11
-rw-r--r--www-servers/nginx/nginx-0.1.29-r2.ebuild84
-rw-r--r--www-servers/nginx/nginx-0.1.30-r1.ebuild84
-rw-r--r--www-servers/nginx/nginx-0.1.31.ebuild81
-rw-r--r--www-servers/nginx/nginx-0.1.32.ebuild81
10 files changed, 6 insertions, 346 deletions
diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog
index 18ebd635d1cf..bfff8dc00f63 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.24 2005/05/23 12:42:03 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.25 2005/05/24 09:26:08 voxus Exp $
+
+ 24 May 2005; Konstantin Arkhipov <voxus@gentoo.org> -nginx-0.1.29-r2.ebuild,
+ -nginx-0.1.30-r1.ebuild, -nginx-0.1.31.ebuild, -nginx-0.1.32.ebuild,
+ -files/nginx-0.1.30-slashless_path.patch:
+ Cleaned out old ebuilds.
*nginx-0.1.33 (23 May 2005)
diff --git a/www-servers/nginx/files/digest-nginx-0.1.29-r2 b/www-servers/nginx/files/digest-nginx-0.1.29-r2
deleted file mode 100644
index 7d101a0eb227..000000000000
--- a/www-servers/nginx/files/digest-nginx-0.1.29-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3cc24d511144d2a9e553e9a2296ef9e0 nginx-0.1.29.tar.gz 291855
diff --git a/www-servers/nginx/files/digest-nginx-0.1.30-r1 b/www-servers/nginx/files/digest-nginx-0.1.30-r1
deleted file mode 100644
index dde9228492cc..000000000000
--- a/www-servers/nginx/files/digest-nginx-0.1.30-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 be5d2300623778292d6e82a8dfc449ba nginx-0.1.30.tar.gz 292612
diff --git a/www-servers/nginx/files/digest-nginx-0.1.31 b/www-servers/nginx/files/digest-nginx-0.1.31
deleted file mode 100644
index 133e2d649e44..000000000000
--- a/www-servers/nginx/files/digest-nginx-0.1.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88456ed0b3b6e60646eae41aa7471af7 nginx-0.1.31.tar.gz 292640
diff --git a/www-servers/nginx/files/digest-nginx-0.1.32 b/www-servers/nginx/files/digest-nginx-0.1.32
deleted file mode 100644
index c0760f21e736..000000000000
--- a/www-servers/nginx/files/digest-nginx-0.1.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 39e42a0c1240bb281be9fbb8273a0b13 nginx-0.1.32.tar.gz 293988
diff --git a/www-servers/nginx/files/nginx-0.1.30-slashless_path.patch b/www-servers/nginx/files/nginx-0.1.30-slashless_path.patch
deleted file mode 100644
index 5c482a110b4d..000000000000
--- a/www-servers/nginx/files/nginx-0.1.30-slashless_path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/http/ngx_http_special_response.c Fri May 13 12:59:23 2005
-+++ src/http/ngx_http_special_response.c Sun May 15 19:06:15 2005
-@@ -300,7 +300,7 @@
-
- } else if (error < NGX_HTTP_BAD_REQUEST) {
- /* 3XX */
-- err = error - NGX_HTTP_MOVED_PERMANENTLY;
-+ err = error - NGX_HTTP_MOVED_PERMANENTLY + NGX_HTTP_LEVEL_200;;
-
- } else if (error < NGX_HTTP_NGX_CODES) {
- /* 4XX */
diff --git a/www-servers/nginx/nginx-0.1.29-r2.ebuild b/www-servers/nginx/nginx-0.1.29-r2.ebuild
deleted file mode 100644
index 06fd99c91886..000000000000
--- a/www-servers/nginx/nginx-0.1.29-r2.ebuild
+++ /dev/null
@@ -1,84 +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.1.29-r2.ebuild,v 1.1 2005/05/14 11:51:28 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 ~x86"
-IUSE="debug fastcgi threads ssl zlib"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-libs/openssl )
- zlib? ( sys-libs/zlib )"
-
-src_unpack() {
- unpack ${A}
- cd ${S} && epatch ${FILESDIR}/${P}-*
-}
-
-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 debug && myconf="${myconf} --with-debug"
- use ssl && myconf="${myconf} --with-http_ssl_module"
-
- cd ${S} && ./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 || "failed to compile"
-}
-
-src_install() {
- cd ${S} || die
-
- dodir /var/log/${PN}
- keepdir /var/log/${PN}
-
- dodir /var/tmp/${PN}
-
- dodir /var/tmp/${PN}/client
- keepdir /var/tmp/${PN}/client
-
- dodir /var/tmp/${PN}/proxy
- keepdir /var/tmp/${PN}/proxy
-
- dodir /var/tmp/${PN}/fastcgi
- keepdir /var/tmp/${PN}/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.1.30-r1.ebuild b/www-servers/nginx/nginx-0.1.30-r1.ebuild
deleted file mode 100644
index 66e52eec5a16..000000000000
--- a/www-servers/nginx/nginx-0.1.30-r1.ebuild
+++ /dev/null
@@ -1,84 +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.1.30-r1.ebuild,v 1.1 2005/05/15 15:24:13 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 ~x86"
-IUSE="debug fastcgi threads ssl zlib"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-libs/openssl )
- zlib? ( sys-libs/zlib )"
-
-src_unpack() {
- unpack ${A}
- cd ${S} && epatch ${FILESDIR}/${P}-slashless_path.patch
-}
-
-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 debug && myconf="${myconf} --with-debug"
- use ssl && myconf="${myconf} --with-http_ssl_module"
-
- cd ${S} && ./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 || "failed to compile"
-}
-
-src_install() {
- cd ${S} || die
-
- dodir /var/log/${PN}
- keepdir /var/log/${PN}
-
- dodir /var/tmp/${PN}
-
- dodir /var/tmp/${PN}/client
- keepdir /var/tmp/${PN}/client
-
- dodir /var/tmp/${PN}/proxy
- keepdir /var/tmp/${PN}/proxy
-
- dodir /var/tmp/${PN}/fastcgi
- keepdir /var/tmp/${PN}/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.1.31.ebuild b/www-servers/nginx/nginx-0.1.31.ebuild
deleted file mode 100644
index e77552d7e15e..000000000000
--- a/www-servers/nginx/nginx-0.1.31.ebuild
+++ /dev/null
@@ -1,81 +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.1.31.ebuild,v 1.1 2005/05/16 14:11:16 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 ~x86"
-IUSE="debug fastcgi 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"
- use debug && myconf="${myconf} --with-debug"
- use ssl && myconf="${myconf} --with-http_ssl_module"
-
- cd ${S} && ./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 || "failed to compile"
-}
-
-src_install() {
- cd ${S} || die
-
- dodir /var/log/${PN}
- keepdir /var/log/${PN}
-
- dodir /var/tmp/${PN}
-
- dodir /var/tmp/${PN}/client
- keepdir /var/tmp/${PN}/client
-
- dodir /var/tmp/${PN}/proxy
- keepdir /var/tmp/${PN}/proxy
-
- dodir /var/tmp/${PN}/fastcgi
- keepdir /var/tmp/${PN}/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.1.32.ebuild b/www-servers/nginx/nginx-0.1.32.ebuild
deleted file mode 100644
index e45cf052733d..000000000000
--- a/www-servers/nginx/nginx-0.1.32.ebuild
+++ /dev/null
@@ -1,81 +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.1.32.ebuild,v 1.1 2005/05/19 13:28:34 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 ~x86"
-IUSE="debug fastcgi 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"
- use debug && myconf="${myconf} --with-debug"
- use ssl && myconf="${myconf} --with-http_ssl_module"
-
- cd ${S} && ./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 || "failed to compile"
-}
-
-src_install() {
- cd ${S} || die
-
- dodir /var/log/${PN}
- keepdir /var/log/${PN}
-
- dodir /var/tmp/${PN}
-
- dodir /var/tmp/${PN}/client
- keepdir /var/tmp/${PN}/client
-
- dodir /var/tmp/${PN}/proxy
- keepdir /var/tmp/${PN}/proxy
-
- dodir /var/tmp/${PN}/fastcgi
- keepdir /var/tmp/${PN}/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
-}