commit:     e155f1b939e751d4005af35361b6e866cfaa8ff9
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 02:07:52 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri May 27 02:08:25 2016 +0000
URL:        https://gitweb.gentoo.org/dev/heroxbd.git/commit/?id=e155f1b9

dev-util/bakefile, sys-libs/talloc, www-servers/nginx: remove, not used.

 dev-util/bakefile/ChangeLog             |   19 -
 dev-util/bakefile/Manifest              |    6 -
 dev-util/bakefile/bakefile-0.2.8.ebuild |   30 -
 dev-util/bakefile/bakefile-0.2.9.ebuild |   30 -
 dev-util/bakefile/metadata.xml          |    5 -
 sys-libs/talloc/ChangeLog               |   91 --
 sys-libs/talloc/Manifest                |    4 -
 sys-libs/talloc/metadata.xml            |   13 -
 sys-libs/talloc/talloc-2.0.5.ebuild     |   31 -
 www-servers/nginx/ChangeLog             | 1789 -------------------------------
 www-servers/nginx/Manifest              |   15 -
 www-servers/nginx/files/nginx.conf      |   72 --
 www-servers/nginx/files/nginx.initd     |   87 --
 www-servers/nginx/files/nginx.logrotate |   11 -
 www-servers/nginx/metadata.xml          |   27 -
 www-servers/nginx/nginx-1.2.0.ebuild    |  379 -------
 16 files changed, 2609 deletions(-)

diff --git a/dev-util/bakefile/ChangeLog b/dev-util/bakefile/ChangeLog
deleted file mode 100644
index 24d6e8c..0000000
--- a/dev-util/bakefile/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-util/bakefile
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.3 
2009/11/13 22:12:12 dirtyepic Exp $
-
-*bakefile-0.2.8 (13 Nov 2009)
-
-  13 Nov 2009; Ryan Hill <dirtye...@gentoo.org> +bakefile-0.2.8.ebuild,
-  metadata.xml:
-  Version bump.
-
-  04 Aug 2009; Ryan Hill <dirtye...@gentoo.org> bakefile-0.2.6.ebuild:
-  Keyword ~amd64.
-
-*bakefile-0.2.6 (21 Jul 2009)
-
-  21 Jul 2009; Markus Ullmann <jo...@gentoo.org> +bakefile-0.2.6.ebuild,
-  +files/bakefile-0.2.6-enlarge-buffers.patch, +metadata.xml:
-  Initial import for wx dependency of webkit nightly
-

diff --git a/dev-util/bakefile/Manifest b/dev-util/bakefile/Manifest
deleted file mode 100644
index e60620c..0000000
--- a/dev-util/bakefile/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST bakefile-0.2.8.tar.gz 756231 RMD160 
4c7b4416bb93f42bf5beab4db08dd95d60adb3a4 SHA1 
bf8394d944fb34fdce8d5b82c891c180dc7af05e SHA256 
e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c
-DIST bakefile-0.2.9.tar.gz 775528 RMD160 
3b8411f310b14e084a5e59239874a549ce1c3253 SHA1 
4280f22da518885d6ad1f92de0aed567e6daf900 SHA256 
9f3c65411ad3932027e3c3e765337d89be2f9cf5ee9a204da80e92a8c2d76ca5
-EBUILD bakefile-0.2.8.ebuild 571 RMD160 
d2ea32b33daa86d0695b4af6a31444e3dc2058cb SHA1 
54917d26b7585d1d649b96559c1c614d06cc40b6 SHA256 
27cd9ffe09e74b7ca53a7fcc318d3cf087d0238dff3aef732e820993a1864066
-EBUILD bakefile-0.2.9.ebuild 571 RMD160 
d2ea32b33daa86d0695b4af6a31444e3dc2058cb SHA1 
54917d26b7585d1d649b96559c1c614d06cc40b6 SHA256 
27cd9ffe09e74b7ca53a7fcc318d3cf087d0238dff3aef732e820993a1864066
-MISC ChangeLog 656 RMD160 ec7a9f084bbd5e42ca27cb4cbca6c5084725a3fa SHA1 
05514f41e2bf2efcd5a5e7d06c7e7bf8b05042f5 SHA256 
d6567816b75c721a99b2e30134bfe32c47bc3ebf0947116871af9a2b435968f5
-MISC metadata.xml 162 RMD160 c039a69ee8efb8cbbbf4b67df25a6e8506ae2610 SHA1 
ef137d109c76b893201870840b179f4c42c0f3ff SHA256 
fab42f6a31209847529447a2bea2b9dd746521fe5d59d967470736120712f093

diff --git a/dev-util/bakefile/bakefile-0.2.8.ebuild 
b/dev-util/bakefile/bakefile-0.2.8.ebuild
deleted file mode 100644
index a13406e..0000000
--- a/dev-util/bakefile/bakefile-0.2.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI=2
-
-inherit base python bash-completion eutils
-
-DESCRIPTION="Native makefiles generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://bakefile.sourceforge.net";
-
-LICENSE="MIT"
-
-RDEPEND=""
-DEPEND=""
-KEYWORDS="~amd64-linux"
-SLOT="0"
-IUSE="doc"
-
-src_install () {
-       base_src_install
-
-       dodoc AUTHORS NEWS README THANKS
-       if use doc ; then
-               dohtml -r doc/html/* || die "dodoc failed"
-       fi
-
-       dobashcompletion bash_completion bakefile
-}

diff --git a/dev-util/bakefile/bakefile-0.2.9.ebuild 
b/dev-util/bakefile/bakefile-0.2.9.ebuild
deleted file mode 100644
index a13406e..0000000
--- a/dev-util/bakefile/bakefile-0.2.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI=2
-
-inherit base python bash-completion eutils
-
-DESCRIPTION="Native makefiles generator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://bakefile.sourceforge.net";
-
-LICENSE="MIT"
-
-RDEPEND=""
-DEPEND=""
-KEYWORDS="~amd64-linux"
-SLOT="0"
-IUSE="doc"
-
-src_install () {
-       base_src_install
-
-       dodoc AUTHORS NEWS README THANKS
-       if use doc ; then
-               dohtml -r doc/html/* || die "dodoc failed"
-       fi
-
-       dobashcompletion bash_completion bakefile
-}

diff --git a/dev-util/bakefile/metadata.xml b/dev-util/bakefile/metadata.xml
deleted file mode 100644
index d89f137..0000000
--- a/dev-util/bakefile/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>wxwidgets</herd>
-</pkgmetadata>

diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog
deleted file mode 100644
index 9d11607..0000000
--- a/sys-libs/talloc/ChangeLog
+++ /dev/null
@@ -1,91 +0,0 @@
-# ChangeLog for sys-libs/talloc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.20 2011/01/13 
18:45:06 scarabeus Exp $
-
-*talloc-2.0.5 (13 Jan 2011)
-
-  13 Jan 2011; Tomáš Chvátal <scarab...@gentoo.org> +talloc-2.0.5.ebuild:
-  Add new talloc version. NOTE: doc xsl file is fetched from net rather than
-  using the system one, this needs to be fixed.
-
-  27 Sep 2010; Mart Raudsepp <l...@gentoo.org> talloc-2.0.1-r1.ebuild:
-  Marked ~mips for bug #285952
-
-  12 Aug 2010; Joseph Jezak <jos...@gentoo.org> talloc-2.0.1-r1.ebuild:
-  Marked ppc/ppc64 stable for bug #300158.
-
-  17 Jun 2010; Kacper Kowalik <xarthis...@gentoo.org>
-  talloc-2.0.1-r1.ebuild, +files/talloc-2.0.1-respect-ldflags.patch:
-  Respect LDFLAGS. Fixes bug 323497. Thanks Andreis Vinogradovs
-  <spamslepn...@inbox.ru> for report.
-
-  05 Jun 2010; Raúl Porcel <armi...@gentoo.org> talloc-2.0.1-r1.ebuild:
-  alpha/arm/ia64/s390/sh/sparc stable wrt #300158
-
-  19 May 2010; Jeroen Roovers <j...@gentoo.org> talloc-2.0.1-r1.ebuild:
-  Stable for HPPA (bug #300158).
-
-  18 May 2010; Pawel Hajdan jr <phajdan...@gentoo.org>
-  talloc-2.0.1-r1.ebuild:
-  x86 stable wrt bug #300158
-
-  03 May 2010; Olivier Crête <tes...@gentoo.org> ChangeLog:
-  amd64 stable, bug #300158
-
-*talloc-2.0.1-r1 (03 Apr 2010)
-
-  03 Apr 2010; Tiziano Müller <dev-z...@gentoo.org>
-  +talloc-2.0.1-r1.ebuild, metadata.xml:
-  Fixed: unnecessary inherit, swig dependency, documentation install,
-  static-libs building.
-
-*talloc-2.0.1 (26 Jan 2010)
-
-  26 Jan 2010; Patrick Lauer <patr...@gentoo.org> +talloc-2.0.1.ebuild:
-  Bump
-
-  06 Dec 2009; Diego E. Pettenò <flamee...@gentoo.org>
-  talloc-2.0.0-r1.ebuild:
-  Block older samba (to force uninstall).
-
-  30 Nov 2009; Raúl Porcel <armi...@gentoo.org> talloc-2.0.0-r1.ebuild:
-  Add ~arm/~ia64/~s390/~sh/~sparc wrt #285952
-
-  29 Nov 2009; Tobias Klausmann <klaus...@gentoo.org>
-  talloc-2.0.0-r1.ebuild:
-  Keyworded on alpha, bug #285952
-
-  08 Nov 2009; Joseph Jezak <jos...@gentoo.org> talloc-2.0.0-r1.ebuild:
-  Marked ~ppc for bug #285952.
-
-  04 Nov 2009; Patrick Lauer <patr...@gentoo.org> talloc-1.3.0.ebuild,
-  talloc-1.3.1.ebuild, talloc-2.0.0.ebuild, talloc-2.0.0-r1.ebuild:
-  Small dep fix
-
-  23 Oct 2009; Patrick Lauer <patr...@gentoo.org> talloc-1.3.0.ebuild,
-  talloc-1.3.1.ebuild:
-  Fixing 1.3 ebuilds too
-
-*talloc-2.0.0-r1 (23 Oct 2009)
-
-  23 Oct 2009; Patrick Lauer <patr...@gentoo.org> +talloc-2.0.0-r1.ebuild,
-  +files/talloc-2.0.0-without-doc.patch:
-  Ebuild cleanups thanks to pva, bug #288536, making docs optional #290193,
-  thanks to Andrew Church for the patch
-
-  11 Oct 2009; Petteri Räty <betelge...@gentoo.org> talloc-2.0.0.ebuild:
-  Block <net-fs/samba-libs-3.4 for bug #288545.
-
-  09 Oct 2009; Patrick Lauer <patr...@gentoo.org> talloc-1.3.0.ebuild,
-  talloc-1.3.1.ebuild, talloc-2.0.0.ebuild:
-  Improve description
-
-*talloc-2.0.0 (09 Oct 2009)
-*talloc-1.3.1 (09 Oct 2009)
-*talloc-1.3.0 (09 Oct 2009)
-
-  09 Oct 2009; Patrick Lauer <patr...@gentoo.org> +talloc-1.3.0.ebuild,
-  +talloc-1.3.1.ebuild, +talloc-2.0.0.ebuild, +metadata.xml:
-  Initial commit. Ebuilds based on those provided by Marcel Greter in
-  #231273
-

diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest
deleted file mode 100644
index c394de9..0000000
--- a/sys-libs/talloc/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST talloc-2.0.5.tar.gz 365388 RMD160 
6a4aafb3829d3de2d25c70025329476790d3d857 SHA1 
8ec391304954f1a201b0f2239f4505d93da36cf7 SHA256 
b949eb0c4f3467ef26bb8f6af64da3b20df5e34b4243fe2a5a0c28435ba6b32a
-EBUILD talloc-2.0.5.ebuild 714 SHA1 336d58fbf0d57e38763ef1720e02dbaa40f3e234 
SHA256 ed1542d192f939ea50632d9e24d6c7dc0d02d5bb40f49e78571308f5dfe8101f
-MISC ChangeLog 3209 SHA1 129f7e0ebe59aa4b3af6d173ecfe673ef525d736 SHA256 
33788c8093cc4a47d6a12e4384f091ba7be176c67b5cdd9bfc862bf40a94cd3e
-MISC metadata.xml 412 SHA1 9535124e040cf03a385425627b3622c06d97bf06 SHA256 
732d4c39c6e7ddd2d4768724ae637ebadb6abff069fd3cf16d41778cf9f9c9dc

diff --git a/sys-libs/talloc/metadata.xml b/sys-libs/talloc/metadata.xml
deleted file mode 100644
index 520f32b..0000000
--- a/sys-libs/talloc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>samba</herd>
-       <maintainer>
-               <email>patr...@gentoo.org</email>
-               <name>Patrick Lauer</name>
-       </maintainer>
-<use>
-       <flag name="compat">Enable extra compatibility stuff</flag>
-       <flag name="swig">Install interface definitions for 
<pkg>dev-lang/swig</pkg></flag>
-</use>
-</pkgmetadata>

diff --git a/sys-libs/talloc/talloc-2.0.5.ebuild 
b/sys-libs/talloc/talloc-2.0.5.ebuild
deleted file mode 100644
index 34c6124..0000000
--- a/sys-libs/talloc/talloc-2.0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.1 
2011/01/13 18:45:06 scarabeus Exp $
-
-EAPI=3
-
-inherit waf-utils
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/";
-SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64-linux"
-IUSE="compat python"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-libs/libxslt"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-src_configure() {
-       local extra_opts=""
-
-       use compat && extra_opts+=" --enable-talloc-compat1"
-       use python || extra_opts+=" --disable-python"
-       waf-utils_src_configure \
-               ${extra_opts}
-}

diff --git a/www-servers/nginx/ChangeLog b/www-servers/nginx/ChangeLog
deleted file mode 100644
index ac32dc1..0000000
--- a/www-servers/nginx/ChangeLog
+++ /dev/null
@@ -1,1789 +0,0 @@
-# ChangeLog for www-servers/nginx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.320 
2012/05/18 14:01:32 darkside Exp $
-
-*nginx-1.2.0 (18 May 2012)
-
-  18 May 2012; Jeremy Olexa <darks...@gentoo.org> +nginx-1.2.0.ebuild:
-  Version bump from upstream, new stable candidate. bug 414167 with selinux
-  mods from bug 416307
-
-  18 Apr 2012; Jeremy Olexa <darks...@gentoo.org> nginx-1.1.19.ebuild:
-  Cosmetic changes to align with upstream better. Use Makefile to install. No
-  revbump needed
-
-  18 Apr 2012; Jeremy Olexa <darks...@gentoo.org> -nginx-1.0.14.ebuild,
-  metadata.xml:
-  Remove vulnerable version. Document local ssl USE flag
-
-  15 Apr 2012; Markus Meier <mae...@gentoo.org> nginx-1.0.15.ebuild:
-  x86 stable, bug #411751
-
-  14 Apr 2012; Agostino Sarubbo <a...@gentoo.org> nginx-1.0.15.ebuild:
-  Stable for amd64, wrt bug #411751
-
-*nginx-1.0.15 (14 Apr 2012)
-
-  14 Apr 2012; Benedikt Böhm <hol...@gentoo.org> +nginx-1.0.15.ebuild,
-  nginx-1.1.19.ebuild:
-  version bump wrt #411751
-
-  13 Apr 2012; Jeremy Olexa <darks...@gentoo.org> -nginx-1.0.10.ebuild,
-  -nginx-1.1.17.ebuild, -nginx-1.1.18.ebuild, +nginx-1.1.19.ebuild,
-  metadata.xml:
-  Version bump from upstream (security bug 411751), addition of fancyindex
-  third party module (bug 411663). Cleanup metadata.xml
-
-*nginx-1.1.19 (13 Apr 2012)
-
-  13 Apr 2012; Jeremy Olexa <darks...@gentoo.org> -nginx-1.1.17.ebuild,
-  -nginx-1.1.18.ebuild, +nginx-1.1.19.ebuild, metadata.xml:
-  Version bump from upstream (security bug 411751), addition of fancyindex
-  third party module (bug 411663). Cleanup metadata.xml
-
-*nginx-1.1.18 (10 Apr 2012)
-
-  10 Apr 2012; Patrick Lauer <patr...@gentoo.org> +nginx-1.1.18.ebuild:
-  Bump
-
-  30 Mar 2012; Patrick Lauer <patr...@gentoo.org> nginx-1.1.17.ebuild:
-  Bump upload_progress module #409099
-
-  15 Mar 2012; Agostino Sarubbo <a...@gentoo.org> nginx-1.0.14.ebuild:
-  Stable for AMD64/X86, wrt security bug #408367
-
-  15 Mar 2012; Patrick Lauer <patr...@gentoo.org> -nginx-1.0.11.ebuild,
-  -nginx-1.0.12.ebuild, -nginx-1.1.14.ebuild, -nginx-1.1.16.ebuild:
-  Removing old versions
-
-*nginx-1.1.17 (15 Mar 2012)
-*nginx-1.0.14 (15 Mar 2012)
-
-  15 Mar 2012; Patrick Lauer <patr...@gentoo.org> +nginx-1.0.14.ebuild,
-  +nginx-1.1.17.ebuild:
-  Bump for #408367
-
-  02 Mar 2012; Patrick Lauer <patr...@gentoo.org> nginx-1.1.16.ebuild:
-  Fixing headers_more URI madness #406555
-
-*nginx-1.1.16 (02 Mar 2012)
-
-  02 Mar 2012; Patrick Lauer <patr...@gentoo.org> +nginx-1.1.16.ebuild,
-  -nginx-1.1.13.ebuild:
-  Bump, closes #403329
-
-*nginx-1.1.14 (11 Feb 2012)
-*nginx-1.0.12 (11 Feb 2012)
-
-  11 Feb 2012; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.10.ebuild,
-  nginx-1.0.11.ebuild, +nginx-1.0.12.ebuild, -nginx-1.1.12-r1.ebuild,
-  nginx-1.1.13.ebuild, +nginx-1.1.14.ebuild, +files/nginx.conf,
-  +files/nginx.initd, -files/nginx.conf-r4, -files/nginx.init-r2:
-  version bump wrt #402957
-
-*nginx-1.1.13 (29 Jan 2012)
-*nginx-1.0.11 (29 Jan 2012)
-
-  29 Jan 2012; Benedikt Böhm <hol...@gentoo.org> +nginx-1.0.11.ebuild,
-  -nginx-1.1.8.ebuild, +nginx-1.1.13.ebuild:
-  version bump wrt #401163
-
-  28 Dec 2011; Patrick Lauer <patr...@gentoo.org> -nginx-1.1.11.ebuild,
-  -nginx-1.1.12.ebuild:
-  Removing old
-
-*nginx-1.1.12-r1 (28 Dec 2011)
-
-  28 Dec 2011; Patrick Lauer <patr...@gentoo.org> +nginx-1.1.12-r1.ebuild,
-  metadata.xml, nginx-1.1.12.ebuild:
-  Add pcre-jit support
-
-*nginx-1.1.12 (27 Dec 2011)
-
-  27 Dec 2011; Patrick Lauer <patr...@gentoo.org> +nginx-1.1.12.ebuild:
-  Bump
-
-*nginx-1.1.11 (25 Dec 2011)
-
-  25 Dec 2011; Patrick Lauer <patr...@gentoo.org> +nginx-1.1.11.ebuild:
-  Bump for #393119, including bump of http_cache_purge to 1.5
-
-  06 Dec 2011; Sven Wegener <swege...@gentoo.org> files/nginx.init-r2:
-  Switch from opts to extra_started_commands.
-
-  24 Nov 2011; Benedikt Böhm <hol...@gentoo.org> -nginx-1.0.6.ebuild,
-  -nginx-1.0.8.ebuild, nginx-1.0.10.ebuild, -nginx-1.1.4.ebuild,
-  -nginx-1.1.6.ebuild:
-  add mp4 module wrt #363573; remove old ebuilds
-
-  22 Nov 2011; Tony Vroon <chain...@gentoo.org> nginx-1.0.10.ebuild:
-  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
-  Michael "n0idx80" Harrison in security bug #389319.
-
-  22 Nov 2011; Pawel Hajdan jr <phajdan...@gentoo.org> nginx-1.0.10.ebuild:
-  x86 stable wrt bug #389319
-
-*nginx-1.1.8 (20 Nov 2011)
-*nginx-1.0.10 (20 Nov 2011)
-
-  20 Nov 2011; Benedikt Böhm <hol...@gentoo.org> +nginx-1.0.10.ebuild,
-  +nginx-1.1.8.ebuild:
-  version bump wrt #389319
-
-  31 Oct 2011; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.8.ebuild,
-  nginx-1.1.6.ebuild:
-  fix location of README for cache purge module
-
-  28 Oct 2011; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.8.ebuild,
-  nginx-1.1.6.ebuild:
-  fix commit SHAs from github
-
-*nginx-1.1.6 (28 Oct 2011)
-*nginx-1.0.8 (28 Oct 2011)
-
-  28 Oct 2011; Benedikt Böhm <hol...@gentoo.org>
-  -files/nginx-0.8.32-ey-balancer.patch, -nginx-1.0.4.ebuild,
-  +nginx-1.0.8.ebuild, -nginx-1.1.2.ebuild, +nginx-1.1.6.ebuild, metadata.xml:
-  version bump wrt #385965
-
-  04 Oct 2011; Pawel Hajdan jr <phajdan...@gentoo.org> nginx-1.0.6.ebuild:
-  x86 stable wrt bug #385035
-
-  30 Sep 2011; Steve Dibb <bean...@gentoo.org> nginx-1.0.6.ebuild:
-  amd64 stable, bug 385035
-
-*nginx-1.1.4 (30 Sep 2011)
-
-  30 Sep 2011; Benedikt Böhm <hol...@gentoo.org> -nginx-1.0.5.ebuild,
-  +nginx-1.1.4.ebuild, metadata.xml:
-  version bump wrt #383079
-
-  09 Sep 2011; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.4.ebuild,
-  nginx-1.0.5.ebuild, nginx-1.0.6.ebuild, nginx-1.1.2.ebuild:
-  remove ipv6 warning wrt #382393
-
-*nginx-1.1.2 (07 Sep 2011)
-*nginx-1.0.6 (07 Sep 2011)
-
-  07 Sep 2011; Benedikt Böhm <hol...@gentoo.org> +nginx-1.0.6.ebuild,
-  +nginx-1.1.2.ebuild, files/nginx.init-r2, metadata.xml:
-  version bump wrt #381153. also fixes bugs #379477, #377713 and #373677.
-
-*nginx-1.0.5 (25 Jul 2011)
-
-  25 Jul 2011; Benedikt Böhm <hol...@gentoo.org> -nginx-0.8.53.ebuild,
-  -nginx-0.8.53-r1.ebuild, -nginx-1.0.0.ebuild, -nginx-1.0.0-r1.ebuild,
-  -nginx-1.0.2.ebuild, +nginx-1.0.5.ebuild,
-  -files/passenger-3.0.1-cflags.patch,
-  -files/passenger-3.0.1-missing-auto-feature.patch,
-  -files/passenger-3.0.1-missing-include.patch, -files/passenger-CFLAGS.patch:
-  version bump wrt #375781. cleanup wrt #348501 and #349276.
-
-  15 Jul 2011; Markus Meier <mae...@gentoo.org> nginx-1.0.4.ebuild:
-  x86 stable, bug #373633
-
-  02 Jul 2011; Markos Chandras <hwoar...@gentoo.org> nginx-1.0.4.ebuild:
-  Stable on amd64 wrt bug #373633
-
-*nginx-1.0.4 (02 Jun 2011)
-
-  02 Jun 2011; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.2.ebuild,
-  +nginx-1.0.4.ebuild:
-  version bump wrt #369631. also fixes #369617
-
-  24 May 2011; Markus Meier <mae...@gentoo.org> nginx-1.0.0-r1.ebuild:
-  x86 stable, bug #368219
-
-  24 May 2011; Markos Chandras <hwoar...@gentoo.org> nginx-1.0.0-r1.ebuild:
-  Stable on amd64 wrt bug #368219
-
-  24 May 2011; Benedikt Böhm <hol...@gentoo.org> nginx-0.8.53.ebuild,
-  nginx-0.8.53-r1.ebuild, nginx-1.0.0.ebuild, nginx-1.0.0-r1.ebuild,
-  nginx-1.0.2.ebuild:
-  fix USE dependencies for media-libs/gd wrt #368443
-
-  19 May 2011; Benedikt Böhm <hol...@gentoo.org> nginx-1.0.2.ebuild:
-  bump cache_purge module to fix build after nginx-1.0.1
-
-*nginx-1.0.2 (18 May 2011)
-
-  18 May 2011; Benedikt Böhm <hol...@gentoo.org> -nginx-0.9.7.ebuild,
-  +nginx-1.0.2.ebuild:
-  version bump wrt #367207
-
-  19 Apr 2011; Benedikt Böhm <hol...@gentoo.org>
-  files/nginx-0.8.32-ey-balancer.patch, nginx-1.0.0-r1.ebuild:
-  fix QA warnings and wrong README paths
-
-*nginx-1.0.0-r1 (18 Apr 2011)
-
-  18 Apr 2011; Benedikt Böhm <hol...@gentoo.org>
-  +files/nginx-0.8.32-ey-balancer.patch, +nginx-1.0.0-r1.ebuild,
-  metadata.xml:
-  add slowfs_cache and ey-balancer modules
-
-*nginx-1.0.0 (12 Apr 2011)
-
-  12 Apr 2011; Benedikt Böhm <hol...@gentoo.org> +nginx-1.0.0.ebuild:
-  version bump
-
-*nginx-0.9.7 (08 Apr 2011)
-
-  08 Apr 2011; Benedikt Böhm <hol...@gentoo.org> -nginx-0.7.65.ebuild,
-  -nginx-0.7.65-r1.ebuild, -nginx-0.8.52.ebuild, +nginx-0.9.7.ebuild,
-  files/nginx.logrotate, metadata.xml:
-  remove old 0.7 series, version bump to 0.9.7: drops passenger support,
-  adds http_upload module, fixes logrotate when not running
-
-  05 Mar 2011; Brent Baude <ran...@gentoo.org> nginx-0.8.53.ebuild:
-  stable ppc, bug 349223
-
-  02 Jan 2011; Markos Chandras <hwoar...@gentoo.org> nginx-0.8.53.ebuild:
-  Stable on amd64 wrt bug #349223
-
-  21 Dec 2010; Pawel Hajdan jr <phajdan...@gentoo.org> nginx-0.8.53.ebuild:
-  x86 stable wrt bug #349223
-
-*nginx-0.8.53-r1 (13 Dec 2010)
-
-  13 Dec 2010; Tiziano Müller <dev-z...@gentoo.org> -nginx-0.8.46.ebuild,
-  -nginx-0.8.47.ebuild, -nginx-0.8.48.ebuild, -nginx-0.8.49.ebuild,
-  +nginx-0.8.53-r1.ebuild, +files/passenger-3.0.1-cflags.patch,
-  +files/passenger-3.0.1-missing-auto-feature.patch,
-  +files/passenger-3.0.1-missing-include.patch:
-  Revision bump to bump passenger to 3.0.1 (currently p.masked for testing).
-  Removed old versions.
-
-*nginx-0.8.53 (28 Nov 2010)
-
-  28 Nov 2010; Benedikt Böhm <hol...@gentoo.org> +nginx-0.8.53.ebuild:
-  version bump wrt #342979
-
-*nginx-0.8.52 (30 Sep 2010)
-
-  30 Sep 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.52.ebuild:
-  Version bump (thanks to Johan Bergström).
-
-  19 Sep 2010; Benedikt Böhm <hol...@gentoo.org> files/nginx.conf-r4:
-  default to 1024 worker connections (see #337639)
-
-*nginx-0.8.49 (10 Aug 2010)
-
-  10 Aug 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.49.ebuild:
-  Version bump, bail out if cache_purge is used without fastcgi or uwsgi
-  (upstream is working on a real solution, thanks to jbergstroem).
-
-*nginx-0.8.48 (06 Aug 2010)
-
-  06 Aug 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.48.ebuild:
-  Version bump, added cache_purge-module (bug #322061).
-
-*nginx-0.8.47 (29 Jul 2010)
-
-  29 Jul 2010; Tiziano Müller <dev-z...@gentoo.org>
-  -nginx-0.8.36-r1.ebuild, -nginx-0.8.38.ebuild, -nginx-0.8.38-r1.ebuild,
-  -nginx-0.8.42.ebuild, +nginx-0.8.47.ebuild:
-  Version bump. Dropped old.
-
-*nginx-0.8.46 (20 Jul 2010)
-
-  20 Jul 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.46.ebuild:
-  Version bump (bug #327951, thanks to George), also bumped passenger to
-  2.2.15 and headers_more to 0.13.
-
-*nginx-0.8.42 (02 Jul 2010)
-
-  02 Jul 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.42.ebuild:
-  Version bump (bug #323151, thanks to Johan Bergström).
-
-*nginx-0.8.38-r1 (04 Jun 2010)
-
-  04 Jun 2010; Tiziano Müller <dev-z...@gentoo.org>
-  +nginx-0.8.38-r1.ebuild:
-  Bumped uwsgi-module.
-
-  04 Jun 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.8.38.ebuild:
-  bump passenger wrt #322105
-
-  30 May 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.8.38.ebuild:
-  add split_clients module support
-
-*nginx-0.8.38 (30 May 2010)
-
-  30 May 2010; Benedikt Böhm <hol...@gentoo.org> +nginx-0.8.38.ebuild:
-  version bump wrt #321681
-
-  29 May 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.7.65-r1.ebuild,
-  -nginx-0.8.34-r1.ebuild, -nginx-0.8.35.ebuild, -nginx-0.8.36.ebuild,
-  nginx-0.8.36-r1.ebuild:
-  add vim-syntax support wrt #289926
-
-*nginx-0.8.36-r1 (03 May 2010)
-
-  03 May 2010; Benedikt Böhm <hol...@gentoo.org> +nginx-0.8.36-r1.ebuild:
-  add uWSGI module wrt bug #314931
-
-*nginx-0.8.36 (26 Apr 2010)
-
-  26 Apr 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.36.ebuild:
-  Version bump. Make sure we don't depend on perl unconditionally.
-
-*nginx-0.8.35 (11 Apr 2010)
-
-  11 Apr 2010; Tiziano Müller <dev-z...@gentoo.org> +nginx-0.8.35.ebuild,
-  metadata.xml:
-  Version bump. Added the http_push module. Moved libatomic_ops dep to
-  DEPEND. Added myself as maintainer. Added upstream changelog URL.
-
-  26 Mar 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.7.65-r1.ebuild,
-  nginx-0.8.34-r1.ebuild:
-  fix pcre use flag for real
-
-  25 Mar 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.7.65-r1.ebuild,
-  nginx-0.8.34-r1.ebuild:
-  fix pcre USE flag
-
-*nginx-0.7.65-r1 (25 Mar 2010)
-
-  25 Mar 2010; Benedikt Böhm <hol...@gentoo.org> -nginx-0.7.64.ebuild,
-  -nginx-0.7.64-r3.ebuild, nginx-0.7.65.ebuild, +nginx-0.7.65-r1.ebuild,
-  -nginx-0.8.33.ebuild, -nginx-0.8.34.ebuild, nginx-0.8.34-r1.ebuild,
-  -files/nginx-r1, metadata.xml:
-  fix #308175, #308195, #308481 and #311277
-
-  21 Mar 2010; Pawel Hajdan jr <phajdan...@gentoo.org> nginx-0.7.65.ebuild:
-  x86 stable, arch-tested by Andreas Schurch, bug #308175
-
-  15 Mar 2010; nixnut <nix...@gentoo.org> nginx-0.7.65.ebuild:
-  ppc stable #308175
-
-  07 Mar 2010; Benedikt Böhm <hol...@gentoo.org> nginx-0.8.34-r1.ebuild:
-  fix USE flag typos
-
-*nginx-0.8.34-r1 (07 Mar 2010)
-
-  07 Mar 2010; Benedikt Böhm <hol...@gentoo.org> +nginx-0.8.34-r1.ebuild,
-  files/nginx.conf-r4, +files/passenger-CFLAGS.patch, metadata.xml:
-  rewrite ebuild for USE_EXPAND goodies. fixes #286772, #301513, #303205 and
-  #305691
-
-  04 Mar 2010; Benedikt Böhm <hol...@gentoo.org> metadata.xml:
-  take over maintainance wrt #303205
-
-  04 Mar 2010; Dirkjan Ochtman <d...@gentoo.org> -nginx-0.5.38.ebuild,
-  -nginx-0.6.39.ebuild, -nginx-0.7.62.ebuild, -nginx-0.8.31.ebuild,
-  -nginx-0.8.32.ebuild:
-  Clean up old versions.
-
-*nginx-0.8.34 (04 Mar 2010)
-
-  04 Mar 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.8.34.ebuild:
-  Version bump to 0.8.34.
-
-*nginx-0.8.33 (02 Feb 2010)
-*nginx-0.7.65 (02 Feb 2010)
-
-  02 Feb 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.7.65.ebuild,
-  +nginx-0.8.33.ebuild:
-  Version bump 0.7.x and 0.8.x branches.
-
-  01 Feb 2010; Markus Meier <mae...@gentoo.org> nginx-0.7.64.ebuild:
-  amd64 stable, bug #293785
-
-*nginx-0.8.32 (24 Jan 2010)
-
-  24 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> -nginx-0.8.29.ebuild,
-  +nginx-0.8.32.ebuild:
-  Simple version bump to 0.8.32, clean out 0.8.29 while we're at it.
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> -nginx-0.7.64-r2.ebuild:
-  Remove superseded 0.7.64-r2.
-
-*nginx-0.8.31 (03 Jan 2010)
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.8.31.ebuild,
-  metadata.xml:
-  Bump to 0.8.31, adding the aio use flag.
-
-*nginx-0.7.64-r3 (03 Jan 2010)
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.7.64-r3.ebuild,
-  +files/nginx.logrotate, metadata.xml:
-  Fix bug 296168 (logrotate) and 247474 (realip use flag).
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> -nginx-0.7.64-r1.ebuild,
-  -nginx-0.8.17.ebuild, -files/nginx, -files/nginx.conf,
-  -files/nginx.conf-r1, -files/nginx.conf-r2, -files/nginx.conf-r3,
-  -files/nginx-secure-link-timeout.patch:
-  Clean up all kinds of old, unused cruft.
-
-*nginx-0.7.64-r2 (03 Jan 2010)
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.7.64-r2.ebuild,
-  +files/nginx.init-r2, metadata.xml:
-  Fix bug 272964 and bug 272964 in nginx-0.7.64-r2.
-
-*nginx-0.7.64-r1 (03 Jan 2010)
-
-  03 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.7.64-r1.ebuild,
-  metadata.xml:
-  Fix bugs 241756 (perllocal.pod) and 210086 (mail flags).
-
-  03 Jan 2010; Christian Faulhammer <fa...@gentoo.org> nginx-0.8.29.ebuild:
-  revert to testing for x86
-
-  02 Jan 2010; Christian Faulhammer <fa...@gentoo.org> nginx-0.8.29.ebuild:
-  stable x86, security bug 293785
-
-  02 Jan 2010; Christian Faulhammer <fa...@gentoo.org> nginx-0.7.64.ebuild:
-  stable x86, security bug 293785
-
-  01 Jan 2010; Dirkjan Ochtman <d...@gentoo.org> nginx-0.7.64.ebuild,
-  nginx-0.8.29.ebuild:
-  Fix problems with ssl requirements (see bug 293785 for discussion).
-
-*nginx-0.8.29 (08 Dec 2009)
-*nginx-0.7.64 (08 Dec 2009)
-
-  08 Dec 2009; Dirkjan Ochtman <d...@gentoo.org> +nginx-0.7.64.ebuild,
-  +nginx-0.8.29.ebuild:
-  Bump nginx 0.7 and 0.8 to 0.7.64 and 0.8.29.
-
-*nginx-0.8.17 (28 Sep 2009)
-
-  28 Sep 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.8.16.ebuild, +nginx-0.8.17.ebuild:
-  Version bump.
-
-*nginx-0.8.16 (25 Sep 2009)
-
-  25 Sep 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.8.15.ebuild, +nginx-0.8.16.ebuild:
-  Version bump.
-
-  21 Sep 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.37.ebuild, -nginx-0.6.38.ebuild, -nginx-0.7.61.ebuild,
-  -nginx-0.8.4.ebuild, -nginx-0.8.4-r1.ebuild, -nginx-0.8.13.ebuild:
-  Cleanup.
-
-  18 Sep 2009; Tobias Heinlein <keytoas...@gentoo.org> nginx-0.5.38.ebuild,
-  nginx-0.6.39.ebuild, nginx-0.7.62.ebuild:
-  amd64 stable, security bug #285162
-
-  16 Sep 2009; Christian Faulhammer <fa...@gentoo.org> nginx-0.5.38.ebuild,
-  nginx-0.6.39.ebuild, nginx-0.7.62.ebuild:
-  stable x86
-
-*nginx-0.8.15 (14 Sep 2009)
-*nginx-0.7.62 (14 Sep 2009)
-*nginx-0.6.39 (14 Sep 2009)
-*nginx-0.5.38 (14 Sep 2009)
-
-  14 Sep 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.1.45.ebuild, -nginx-0.2.6.ebuild, -nginx-0.3.61.ebuild,
-  -nginx-0.4.14.ebuild, +nginx-0.5.38.ebuild, +nginx-0.6.39.ebuild,
-  +nginx-0.7.62.ebuild, +nginx-0.8.15.ebuild:
-  Version bump, wrt bug #283802. Unsupported versions are dropped.
-
-*nginx-0.8.13 (06 Sep 2009)
-
-  06 Sep 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.8.10.ebuild, +nginx-0.8.13.ebuild:
-  Version bump.
-
-*nginx-0.8.10 (24 Aug 2009)
-
-  24 Aug 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.8.9.ebuild, +nginx-0.8.10.ebuild:
-  Version bump.
-
-*nginx-0.8.9 (23 Aug 2009)
-
-  23 Aug 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.8.8.ebuild, +nginx-0.8.9.ebuild:
-  Version bump.
-
-*nginx-0.8.8 (10 Aug 2009)
-
-  10 Aug 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.8.8.ebuild:
-  Version bump.
-
-*nginx-0.8.4-r1 (19 Jul 2009)
-
-  19 Jul 2009; Dawid Węgliński <c...@gentoo.org>
-  +files/nginx-secure-link-timeout.patch, metadata.xml,
-  +nginx-0.8.4-r1.ebuild:
-  Enable NginxHttpSecureLinkModule (bug #269810)
-  Enable ipv6 support in nginx (bug #274614).
-  Bug me for problems with those changes.
-
-  09 Jul 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.32.ebuild, nginx-0.6.38.ebuild, nginx-0.7.61.ebuild:
-  Stabilization.
-
-*nginx-0.6.38 (23 Jun 2009)
-
-  23 Jun 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.37.ebuild, +nginx-0.6.38.ebuild:
-  Version bump.
-
-*nginx-0.8.4 (22 Jun 2009)
-*nginx-0.7.61 (22 Jun 2009)
-
-  22 Jun 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.60.ebuild, +nginx-0.7.61.ebuild, -nginx-0.8.2.ebuild,
-  +nginx-0.8.4.ebuild:
-  Version bump.
-
-*nginx-0.8.2 (16 Jun 2009)
-*nginx-0.7.60 (16 Jun 2009)
-
-  16 Jun 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.59.ebuild, +nginx-0.7.60.ebuild, +nginx-0.8.2.ebuild:
-  Version bump.
-
-*nginx-0.7.59 (25 May 2009)
-
-  25 May 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.55.ebuild, +nginx-0.7.59.ebuild:
-  Version bump.
-
-*nginx-0.6.37 (18 May 2009)
-
-  18 May 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.35.ebuild, +nginx-0.6.37.ebuild:
-  Version bump.
-
-*nginx-0.7.55 (11 May 2009)
-
-  11 May 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.54.ebuild, +nginx-0.7.55.ebuild:
-  Version bump.
-
-*nginx-0.7.54 (03 May 2009)
-
-  03 May 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.50.ebuild, +nginx-0.7.54.ebuild:
-  Version bump.
-
-*nginx-0.7.50 (12 Apr 2009)
-
-  12 Apr 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.43.ebuild, +nginx-0.7.50.ebuild:
-  Version bump.
-
-*nginx-0.7.43 (22 Mar 2009)
-
-  22 Mar 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.42.ebuild, +nginx-0.7.43.ebuild:
-  Version bump.
-
-*nginx-0.7.42 (17 Mar 2009)
-
-  17 Mar 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.39.ebuild, +nginx-0.7.42.ebuild:
-  Version bump.
-
-  17 Mar 2009; Timothy Redaelli <dri...@gentoo.org> nginx-0.7.39.ebuild:
-  Use ${ROOT} when it's needed (thanks to tove@g.o for reporting) Respect CC
-  and LDFLAGS (Maintainer is in devaway status)
-
-  17 Mar 2009; Timothy Redaelli <dri...@gentoo.org> nginx-0.7.39.ebuild:
-  QA: Don't abuse ROOT wrt #232969, #258118. Add ~x86-fbsd keyword (with
-  small patch) wrt #155623, #236429. (Maintainer is in devaway status)
-
-*nginx-0.7.39 (04 Mar 2009)
-
-  04 Mar 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.38.ebuild, +nginx-0.7.39.ebuild:
-  Version bump.
-
-*nginx-0.7.38 (26 Feb 2009)
-
-  26 Feb 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.34.ebuild, +nginx-0.7.38.ebuild:
-  Version bump. Added use flag for optional enabling of random index http
-  module.
-
-*nginx-0.7.34 (12 Feb 2009)
-
-  12 Feb 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.33.ebuild, +nginx-0.7.34.ebuild:
-  Version bump.
-
-*nginx-0.7.33 (03 Feb 2009)
-
-  03 Feb 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.32.ebuild, +nginx-0.7.33.ebuild:
-  Version bump.
-
-*nginx-0.7.32 (31 Jan 2009)
-*nginx-0.6.35 (31 Jan 2009)
-
-  31 Jan 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.34.ebuild, +nginx-0.6.35.ebuild, -nginx-0.7.31.ebuild,
-  +nginx-0.7.32.ebuild:
-  Version bump.
-
-*nginx-0.7.31 (21 Jan 2009)
-
-  21 Jan 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.30.ebuild, +nginx-0.7.31.ebuild:
-  Version bump.
-
-*nginx-0.6.34 (12 Jan 2009)
-
-  12 Jan 2009; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.33.ebuild, +nginx-0.6.34.ebuild:
-  Version bump.
-
-*nginx-0.7.30 (25 Dec 2008)
-
-  25 Dec 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.26.ebuild, +nginx-0.7.30.ebuild:
-  Version bump.
-
-*nginx-0.7.26 (11 Dec 2008)
-
-  11 Dec 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.24.ebuild, +nginx-0.7.26.ebuild:
-  Version bump.
-
-*nginx-0.7.24 (02 Dec 2008)
-
-  02 Dec 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.21.ebuild, -nginx-0.7.22.ebuild, +nginx-0.7.24.ebuild:
-  Version bump.
-
-*nginx-0.7.22 (24 Nov 2008)
-*nginx-0.6.33 (24 Nov 2008)
-
-  24 Nov 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.6.33.ebuild, +nginx-0.7.22.ebuild:
-  Version bump.
-
-*nginx-0.7.21 (13 Nov 2008)
-
-  13 Nov 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.20.ebuild, +nginx-0.7.21.ebuild:
-  Version bump.
-
-*nginx-0.7.20 (11 Nov 2008)
-
-  11 Nov 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.19.ebuild, +nginx-0.7.20.ebuild:
-  Version bump.
-
-*nginx-0.7.19 (25 Oct 2008)
-
-  25 Oct 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.35.ebuild, nginx-0.5.37.ebuild, -nginx-0.6.29.ebuild,
-  nginx-0.6.32.ebuild, -nginx-0.7.16.ebuild, -nginx-0.7.17.ebuild,
-  +nginx-0.7.19.ebuild:
-  Version bump, stabilization.
-
-*nginx-0.7.17 (16 Sep 2008)
-
-  16 Sep 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.7.17.ebuild:
-  Version bump.
-
-*nginx-0.7.16 (08 Sep 2008)
-
-  08 Sep 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.14.ebuild, +nginx-0.7.16.ebuild:
-  Version bump.
-
-*nginx-0.7.14 (02 Sep 2008)
-
-  02 Sep 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.13.ebuild, +nginx-0.7.14.ebuild:
-  Version bump.
-
-*nginx-0.7.13 (28 Aug 2008)
-
-  28 Aug 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.11.ebuild, +nginx-0.7.13.ebuild:
-  Version bump.
-
-*nginx-0.7.11 (25 Aug 2008)
-
-  25 Aug 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.8.ebuild, +nginx-0.7.11.ebuild:
-  Version bump.
-
-  22 Aug 2008; Doug Goldstein <car...@gentoo.org> metadata.xml:
-  add GLEP 56 USE flag desc from use.local.desc
-
-*nginx-0.7.8 (05 Aug 2008)
-
-  05 Aug 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.7.ebuild, +nginx-0.7.8.ebuild:
-  Version bump.
-
-*nginx-0.7.7 (03 Aug 2008)
-
-  03 Aug 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.6.ebuild, +nginx-0.7.7.ebuild:
-  Version bump.
-
-*nginx-0.5.37 (29 Jul 2008)
-
-  29 Jul 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.5.37.ebuild:
-  Version bump.
-
-*nginx-0.6.32 (14 Jul 2008)
-
-  14 Jul 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.31.ebuild, +nginx-0.6.32.ebuild:
-  Version bump.
-
-*nginx-0.7.6 (10 Jul 2008)
-
-  10 Jul 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.5.ebuild, +nginx-0.7.6.ebuild:
-  Version bump.
-
-*nginx-0.7.5 (06 Jul 2008)
-
-  06 Jul 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.4.ebuild, +nginx-0.7.5.ebuild:
-  Version bump.
-
-*nginx-0.7.4 (30 Jun 2008)
-
-  30 Jun 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.2.ebuild, +nginx-0.7.4.ebuild:
-  Version bump.
-
-*nginx-0.7.2 (22 Jun 2008)
-
-  22 Jun 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.7.1.ebuild, +nginx-0.7.2.ebuild:
-  Version bump.
-
-*nginx-0.7.1 (27 May 2008)
-*nginx-0.6.31 (27 May 2008)
-
-  27 May 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.30.ebuild, +nginx-0.6.31.ebuild, +nginx-0.7.1.ebuild:
-  Version bumps.
-
-*nginx-0.6.30 (02 May 2008)
-
-  02 May 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.6.30.ebuild:
-  Version bump.
-
-  11 Apr 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.34.ebuild, nginx-0.5.35.ebuild, -nginx-0.6.24.ebuild,
-  nginx-0.6.29.ebuild:
-  Stabilization.
-
-*nginx-0.6.29 (24 Mar 2008)
-
-  24 Mar 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.28.ebuild, +nginx-0.6.29.ebuild:
-  Version bump.
-
-*nginx-0.6.28 (13 Mar 2008)
-
-  13 Mar 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.26.ebuild, +nginx-0.6.28.ebuild:
-  Version bump.
-
-*nginx-0.6.26 (13 Feb 2008)
-
-  13 Feb 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.25.ebuild, +nginx-0.6.26.ebuild:
-  Version bump.
-
-*nginx-0.6.25 (10 Jan 2008)
-*nginx-0.5.35 (10 Jan 2008)
-
-  10 Jan 2008; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.5.35.ebuild, +nginx-0.6.25.ebuild:
-  Version bumps.
-
-  03 Jan 2008; Ulrich Mueller <u...@gentoo.org> -nginx-0.5.26.ebuild:
-  Remove vulnerable version wrt security bugs #174759 and #201691.
-
-  31 Dec 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  nginx-0.5.34.ebuild, nginx-0.6.24.ebuild:
-  Stabilization wrt bug #201691.
-
-*nginx-0.6.24 (30 Dec 2007)
-
-  30 Dec 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.21.ebuild, +nginx-0.6.24.ebuild:
-  Version bump.
-
-*nginx-0.5.34 (14 Dec 2007)
-
-  14 Dec 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.33.ebuild, +nginx-0.5.34.ebuild:
-  Version bump.
-
-*nginx-0.6.21 (09 Dec 2007)
-
-  09 Dec 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  nginx-0.5.33.ebuild, -nginx-0.6.20.ebuild, +nginx-0.6.21.ebuild:
-  Version bump, also closes bugs #199375, #200240 and #201691.
-
-*nginx-0.6.20 (29 Nov 2007)
-
-  29 Nov 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.16.ebuild, +nginx-0.6.20.ebuild:
-  Version bump.
-
-*nginx-0.5.33 (08 Nov 2007)
-
-  08 Nov 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.32.ebuild, +nginx-0.5.33.ebuild:
-  Version bump.
-
-*nginx-0.6.16 (30 Oct 2007)
-
-  30 Oct 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.15.ebuild, +nginx-0.6.16.ebuild:
-  Version bump.
-
-*nginx-0.6.15 (27 Oct 2007)
-
-  27 Oct 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.13.ebuild, +nginx-0.6.15.ebuild:
-  Version bump.
-
-*nginx-0.5.32 (01 Oct 2007)
-
-  01 Oct 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.31.ebuild, +nginx-0.5.32.ebuild:
-  Version bump. sub useflag added. Certificate generation moved to
-  pkg_postinst().
-
-*nginx-0.6.13 (25 Sep 2007)
-
-  25 Sep 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.12.ebuild, +nginx-0.6.13.ebuild:
-  Version bump.
-
-*nginx-0.6.12 (22 Sep 2007)
-
-  22 Sep 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.11.ebuild, +nginx-0.6.12.ebuild:
-  Version bump.
-
-*nginx-0.6.11 (13 Sep 2007)
-
-  13 Sep 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.10.ebuild, +nginx-0.6.11.ebuild:
-  Version bump.
-
-*nginx-0.6.10 (04 Sep 2007)
-
-  04 Sep 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.9.ebuild, +nginx-0.6.10.ebuild:
-  Version bump.
-
-*nginx-0.6.9 (01 Sep 2007)
-
-  01 Sep 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.8.ebuild, +nginx-0.6.9.ebuild:
-  Version bump.
-
-*nginx-0.6.8 (20 Aug 2007)
-*nginx-0.5.31 (20 Aug 2007)
-
-  20 Aug 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.30.ebuild, +nginx-0.5.31.ebuild, -nginx-0.6.6.ebuild,
-  +nginx-0.6.8.ebuild:
-  Version bump.
-
-*nginx-0.6.6 (30 Jul 2007)
-*nginx-0.5.30 (30 Jul 2007)
-
-  30 Jul 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.29.ebuild, +nginx-0.5.30.ebuild, -nginx-0.6.5.ebuild,
-  +nginx-0.6.6.ebuild:
-  Version bump.
-
-*nginx-0.6.5 (26 Jul 2007)
-*nginx-0.5.29 (26 Jul 2007)
-
-  26 Jul 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.28.ebuild, +nginx-0.5.29.ebuild, -nginx-0.6.4.ebuild,
-  +nginx-0.6.5.ebuild:
-  Version bump.
-
-*nginx-0.6.4 (17 Jul 2007)
-*nginx-0.5.28 (17 Jul 2007)
-
-  17 Jul 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.27.ebuild, +nginx-0.5.28.ebuild, -nginx-0.6.3.ebuild,
-  +nginx-0.6.4.ebuild:
-  Version bump, flv use flag added.
-
-*nginx-0.6.3 (12 Jul 2007)
-
-  12 Jul 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.6.2.ebuild, +nginx-0.6.3.ebuild:
-  Version bump.
-
-*nginx-0.6.2 (09 Jul 2007)
-*nginx-0.5.27 (09 Jul 2007)
-
-  09 Jul 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.5.ebuild, nginx-0.5.26.ebuild, +nginx-0.5.27.ebuild,
-  -nginx-0.6.1.ebuild, +nginx-0.6.2.ebuild:
-  Version bump.
-
-*nginx-0.6.1 (17 Jun 2007)
-*nginx-0.5.26 (17 Jun 2007)
-
-  17 Jun 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.25.ebuild, +nginx-0.5.26.ebuild, -nginx-0.6.0.ebuild,
-  +nginx-0.6.1.ebuild:
-  Double bump.
-
-*nginx-0.6.0 (14 Jun 2007)
-
-  14 Jun 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.6.0.ebuild:
-  Version bump.
-
-*nginx-0.5.25 (11 Jun 2007)
-
-  11 Jun 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.24.ebuild, +nginx-0.5.25.ebuild:
-  Version bump.
-
-*nginx-0.5.24 (06 Jun 2007)
-
-  06 Jun 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.23.ebuild, +nginx-0.5.24.ebuild:
-  Version bump.
-
-*nginx-0.5.23 (04 Jun 2007)
-
-  04 Jun 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.22.ebuild, +nginx-0.5.23.ebuild:
-  Version bump.
-
-*nginx-0.5.22 (29 May 2007)
-
-  29 May 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.20.ebuild, +nginx-0.5.22.ebuild:
-  Version bump.
-
-  09 May 2007; Timothy Redaelli <dri...@gentoo.org> nginx-0.5.20.ebuild:
-  Add ~x86-fbsd keyword.
-
-*nginx-0.5.20 (07 May 2007)
-
-  07 May 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.19.ebuild, +nginx-0.5.20.ebuild:
-  Version bump.
-
-*nginx-0.5.19 (24 Apr 2007)
-
-  24 Apr 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.18-r1.ebuild, +nginx-0.5.19.ebuild:
-  Version bump.
-
-*nginx-0.5.18-r1 (21 Apr 2007)
-
-  21 Apr 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +files/nginx.conf-r4, -nginx-0.5.18.ebuild, +nginx-0.5.18-r1.ebuild:
-  Closing bug #173209.
-
-*nginx-0.5.18 (20 Apr 2007)
-
-  20 Apr 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.17.ebuild, +nginx-0.5.18.ebuild:
-  Version bump.
-
-*nginx-0.5.17 (02 Apr 2007)
-
-  02 Apr 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.16.ebuild, +nginx-0.5.17.ebuild:
-  Version bump.
-
-  26 Mar 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  ,nginx-0.5.15.ebuild, +nginx-0.5.16.ebuild:
-  Version bump, closing bug #169763.
-
-*nginx-0.5.15 (19 Mar 2007)
-
-  19 Mar 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.14.ebuild, +nginx-0.5.15.ebuild:
-  Version bump.
-
-*nginx-0.5.14 (26 Feb 2007)
-
-  26 Feb 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.13.ebuild, +nginx-0.5.14.ebuild:
-  Version bump, webdav added to use flags.
-
-*nginx-0.5.13 (19 Feb 2007)
-
-  19 Feb 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.12.ebuild, +nginx-0.5.13.ebuild:
-  Version bump.
-
-*nginx-0.5.12 (13 Feb 2007)
-
-  13 Feb 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  nginx-0.4.14.ebuild, nginx-0.5.5.ebuild, -nginx-0.5.11.ebuild,
-  +nginx-0.5.12.ebuild:
-  Version bump, stabilization.
-
-*nginx-0.5.11 (05 Feb 2007)
-
-  05 Feb 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.10.ebuild, +nginx-0.5.11.ebuild:
-  Version bump.
-
-*nginx-0.5.10 (26 Jan 2007)
-
-  26 Jan 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.9.ebuild, +nginx-0.5.10.ebuild:
-  Version bump.
-
-*nginx-0.5.9 (25 Jan 2007)
-
-  25 Jan 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.8.ebuild, +nginx-0.5.9.ebuild:
-  Version bump.
-
-*nginx-0.5.8 (20 Jan 2007)
-
-  20 Jan 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.7.ebuild, +nginx-0.5.8.ebuild:
-  Version bump.
-
-*nginx-0.5.7 (16 Jan 2007)
-
-  16 Jan 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.6.ebuild, +nginx-0.5.7.ebuild:
-  Version bump.
-
-*nginx-0.5.6 (11 Jan 2007)
-
-  11 Jan 2007; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.5.6.ebuild:
-  Version bump.
-
-*nginx-0.5.5 (25 Dec 2006)
-
-  25 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.4.ebuild, -nginx-0.5.4-r1.ebuild, +nginx-0.5.5.ebuild:
-  Version bump.
-
-*nginx-0.5.4-r1 (17 Dec 2006)
-
-  17 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +files/nginx.conf-r3, +nginx-0.5.4-r1.ebuild:
-  Closing bugs #156126 and #156426.
-
-*nginx-0.5.4 (17 Dec 2006)
-
-  17 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.2.ebuild, +nginx-0.5.4.ebuild:
-  Version bump.
-
-*nginx-0.5.2 (11 Dec 2006)
-
-  11 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.1.ebuild, +nginx-0.5.2.ebuild:
-  One more bump.
-
-*nginx-0.5.1 (11 Dec 2006)
-
-  11 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.5.0.ebuild, +nginx-0.5.1.ebuild:
-  Version bump.
-
-*nginx-0.5.0 (04 Dec 2006)
-
-  04 Dec 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  +nginx-0.5.0.ebuild:
-  Version bump.
-
-*nginx-0.4.14 (30 Nov 2006)
-
-  30 Nov 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.13.ebuild, +nginx-0.4.14.ebuild:
-  Version bump.
-
-*nginx-0.4.13 (15 Nov 2006)
-
-  15 Nov 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.12.ebuild, +nginx-0.4.13.ebuild:
-  Version bump.
-
-*nginx-0.4.12 (31 Oct 2006)
-
-  31 Oct 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.3.54.ebuild, -nginx-0.3.57.ebuild, nginx-0.3.61.ebuild,
-  -nginx-0.4.11.ebuild, +nginx-0.4.12.ebuild:
-  Version bump, 0.3.61 goes stable on amd64/x86.
-
-*nginx-0.4.11 (25 Oct 2006)
-
-  25 Oct 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.10.ebuild, +nginx-0.4.11.ebuild:
-  Version bump.
-
-*nginx-0.4.10 (23 Oct 2006)
-
-  23 Oct 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.9.ebuild, +nginx-0.4.10.ebuild:
-  Bump.
-
-*nginx-0.4.9 (18 Oct 2006)
-
-  18 Oct 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.8.ebuild, +nginx-0.4.9.ebuild:
-  One more bump.
-
-*nginx-0.4.8 (18 Oct 2006)
-
-  18 Oct 2006; Konstantin V. Arkhipov <vo...@gentoo.org>
-  -nginx-0.4.6.ebuild, +nginx-0.4.8.ebuild:
-  Version bump.
-
-*nginx-0.4.6 (06 Oct 2006)
-
-  06 Oct 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.4.6.ebuild,
-  -nginx-0.4.5.ebuild:
-  Bump.
-
-*nginx-0.4.5 (02 Oct 2006)
-
-  02 Oct 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.4.5.ebuild,
-  -nginx-0.4.3.ebuild:
-  Bump.
-
-*nginx-0.4.3 (28 Sep 2006)
-
-  28 Sep 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.4.3.ebuild,
-  -nginx-0.4.2.ebuild:
-  Bump.
-
-*nginx-0.4.2 (14 Sep 2006)
-
-  14 Sep 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.4.2.ebuild,
-  -nginx-0.4.1.ebuild:
-  Bump.
-
-*nginx-0.4.1 (14 Sep 2006)
-
-  14 Sep 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.4.1.ebuild,
-  -nginx-0.4.0.ebuild:
-  Bump.
-
-*nginx-0.4.0 (09 Sep 2006)
-*nginx-0.3.61 (09 Sep 2006)
-
-  09 Sep 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.61.ebuild,
-  +nginx-0.4.0.ebuild:
-  Double bump.
-
-*nginx-0.3.60 (18 Aug 2006)
-
-  18 Aug 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.60.ebuild,
-  -nginx-0.3.59.ebuild:
-  Bump.
-
-*nginx-0.3.59 (16 Aug 2006)
-
-  16 Aug 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.59.ebuild,
-  -nginx-0.3.58.ebuild, -nginx-0.3.49.ebuid, nginx-0.3.54.ebuild:
-  Version bump, 0.3.54 goes stable on amd64 and x86.
-
-*nginx-0.3.58 (15 Aug 2006)
-
-  15 Aug 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.58.ebuild,
-  -nginx-0.3.57.ebuild:
-  Version bump.
-
-*nginx-0.3.57 (10 Aug 2006)
-
-  10 Aug 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.57.ebuild,
-  -nginx-0.3.56.ebuild:
-  Version bump.
-
-*nginx-0.3.56 (04 Aug 2006)
-
-  04 Aug 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.56.ebuild,
-  -nginx-0.3.55.ebuild:
-  Version bump.
-
-*nginx-0.3.55 (28 Jul 2006)
-
-  28 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.55.ebuild:
-  Version bump.
-
-*nginx-0.3.54 (11 Jul 2006)
-
-  11 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.54.ebuild,
-  -nginx-0.3.53-r1.ebuild:
-  Bump.
-
-*nginx-0.3.53-r1 (08 Jul 2006)
-
-  08 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.53-r1.ebuild,
-  -nginx-0.3.53.ebuild:
-  Added patch for amd64 from author.
-
-*nginx-0.3.53 (07 Jul 2006)
-
-  07 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.53.ebuild,
-  -nginx-0.3.52.ebuild:
-  Bump, http_realip_module now build automatically with fastcgi enabled.
-
-*nginx-0.3.52 (04 Jul 2006)
-
-  04 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.52.ebuild,
-  +files/nginx-r1, -nginx-0.3.51.ebuild:
-  Version bump, perl installation fixed (as reported by AlexeyK), upgrade
-  routine added to init-script.
-
-*nginx-0.3.51 (01 Jul 2006)
-
-  01 Jul 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.51.ebuild,
-  -nginx-0.3.50.ebuild:
-  Bump.
-
-*nginx-0.3.50 (30 Jun 2006)
-
-  30 Jun 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.50.ebuild,
-  -nginx-0.3.35.ebuild, -nginx-0.3.44.ebuild, -nginx-0.3.46.ebuild,
-  nginx-0.3.49.ebuild:
-  Bump, 0.3.49 goes stable on both amd64 and x86.
-
-*nginx-0.3.49 (01 Jun 2006)
-
-  01 Jun 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.49.ebuild,
-  -nginx-0.3.47.ebuild:
-  Bump.
-
-*nginx-0.3.47 (24 May 2006)
-
-  24 May 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.47.ebuild:
-  Bump.
-
-*nginx-0.3.46 (11 May 2006)
-
-  11 May 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.46.ebuild,
-  -nginx-0.3.45.ebuild:
-  Bump.
-
-*nginx-0.3.45 (06 May 2006)
-
-  06 May 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.45.ebuild,
-  -nginx-0.3.44.ebuild:
-  Version bump.
-
-*nginx-0.3.44 (03 May 2006)
-
-  03 May 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.44.ebuild,
-  -nginx-0.3.43.ebuild:
-  Version bump.
-
-*nginx-0.3.43 (26 Apr 2006)
-
-  26 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.43.ebuild,
-  -nginx-0.3.42.ebuild:
-  One more time.
-
-*nginx-0.3.42 (26 Apr 2006)
-
-  26 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.42.ebuild,
-  -nginx-0.3.41.ebuild:
-  Bump.
-
-*nginx-0.3.41 (22 Apr 2006)
-
-  22 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.41.ebuild,
-  -nginx-0.3.40.ebuild:
-  Bump.
-
-*nginx-0.3.40 (20 Apr 2006)
-
-  20 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.40.ebuild,
-  -nginx-0.3.39.ebuild:
-  Bump.
-
-*nginx-0.3.39 (17 Apr 2006)
-
-  17 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.38.ebuild,
-  +nginx-0.3.39.ebuild:
-  Bump.
-
-*nginx-0.3.38 (14 Apr 2006)
-
-  14 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.37.ebuild,
-  +nginx-0.3.38.ebuild:
-  Bump.
-
-  13 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.12.ebuild,
-  nginx-0.3.35.ebuild:
-  Goes stable on amd64 and x86.
-
-*nginx-0.3.37 (08 Apr 2006)
-
-  08 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.37.ebuild,
-  -nginx-0.3.36.ebuild:
-  Version bump.
-
-*nginx-0.3.36 (05 Apr 2006)
-
-  05 Apr 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.36.ebuild:
-  Version bump.
-
-*nginx-0.3.35 (23 Mar 2006)
-
-  23 Mar 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.35.ebuild,
-  -nginx-0.3.34.ebuild:
-  Bump.
-
-*nginx-0.3.34 (22 Mar 2006)
-
-  22 Mar 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.34.ebuild,
-  +filles/nginx.conf-r2, -nginx-0.3.33.ebuild, -nginx-0.3.30.ebuild:
-  Version bump. Default nginx.conf polished a bit.
-
-*nginx-0.3.33 (16 Mar 2006)
-
-  16 Mar 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.33.ebuild,
-  -nginx-0.3.32.ebuild:
-  Version bump.
-
-*nginx-0.3.32 (11 Mar 2006)
-
-  11 Mar 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.32.ebuild,
-  -nginx-0.3.31.ebuild:
-  Version bump.
-
-*nginx-0.3.31 (10 Mar 2006)
-
-  10 Mar 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.31.ebuild:
-  Version bump.
-
-*nginx-0.3.30 (22 Feb 2006)
-
-  22 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.30.ebuild,
-  -nginx-0.3.29.ebuild, -nginx-0.3.29-r1.ebuild,
-  -files/nginx-0.3.29-hardened.patch:
-  Version bump.
-
-*nginx-0.3.29-r1 (22 Feb 2006)
-
-  22 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.29-r1.ebuild,
-  +files/nginx-0.3.29-hardened.patch:
-  Closing bug #123680, patch provided by author.
-
-*nginx-0.3.29 (20 Feb 2006)
-
-  20 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.29.ebuild,
-  -nginx-0.3.28.ebuild:
-  Bump.
-
-*nginx-0.3.28 (16 Feb 2006)
-
-  16 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.28.ebuild,
-  -nginx-0.3.27.ebuild:
-  Version bump.
-
-*nginx-0.3.27 (08 Feb 2006)
-
-  08 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.27.ebuild,
-  -nginx-0.3.26.ebuild:
-  Bump.
-
-*nginx-0.3.26 (03 Feb 2006)
-
-  03 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.26.eubild,
-  -nginx-0.3.25.ebuild:
-  Version bump.
-
-*nginx-0.3.25 (01 Feb 2006)
-
-  01 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.25.ebuild,
-  -nginx-0.3.24.ebuild:
-  One more bump with minor bugfix.
-
-*nginx-0.3.24 (01 Feb 2006)
-
-  01 Feb 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.24.ebuild,
-  -nginx-0.3.15.ebuild, -nginx-0.3.22.ebuild, -nginx-0.3.24.ebuild:
-  Bump.
-
-*nginx-0.3.23 (24 Jan 2006)
-
-  24 Jan 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.23.ebuild:
-  Version bump.
-
-*nginx-0.3.22 (18 Jan 2006)
-
-  18 Jan 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.22.ebuild,
-  +files/nginx.conf-r1, -nginx-0.3.20.ebuild, -nginx-0.3.21.ebuild:
-  Version bump, new use flag for perl, default configuration updated.
-
-*nginx-0.3.21 (16 Jan 2006)
-
-  16 Jan 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.21.ebuild:
-  Bump.
-
-*nginx-0.3.20 (12 Jan 2006)
-
-  12 Jan 2006; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.20.ebuild,
-  -nginx-0.3.19.ebuild:
-  Version bump.
-
-*nginx-0.3.19 (28 Dec 2005)
-
-  28 Dec 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.19.ebuild,
-  -nginx-0.3.18.ebuild:
-  One more bump.
-
-*nginx-0.3.18 (28 Dec 2005)
-
-  28 Dec 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.18.ebuild:
-  Bump, closing bug #116270.
-
-*nginx-0.3.14 (07 Dec 2005)
-
-  07 Dec 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.15.ebuild,
-  -nginx-0.3.14.ebuild:
-  Bump.
-
-*nginx-0.3.14 (05 Dec 2005)
-
-  05 Dec 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.14.ebuild,
-  -nginx-0.3.13.ebuild:
-  Yet another bump.
-
-*nginx-0.3.13 (05 Dec 2005)
-
-  05 Dec 2005; Konstantin Arkhipov <vo...@gentoo.org> +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)
-
-  26 Nov 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.12.ebuild,
-  -nginx-0.3.11.ebuild:
-  Version bump, security fix.
-
-*nginx-0.3.11 (16 Nov 2005)
-
-  16 Nov 2005; Konstantin Arkhipov <vo...@gentoo.org> +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)
-
-  11 Nov 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.9.ebuild:
-  Version bump.
-
-  05 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> nginx-0.3.7.ebuild:
-  Stable on x86 and amd64.
-
-*nginx-0.3.7 (27 Oct 2005)
-
-  27 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.6.ebuild,
-  +nginx-0.3.7.ebuild:
-  Version bump. Primary candidate for stabilization within this week.
-
-*nginx-0.3.6 (25 Oct 2005)
-
-  25 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.5.ebuild,
-  +nginx-0.3.6.ebuild:
-  Version bump.
-
-  23 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> nginx-0.2.6.ebuild:
-  Goes stable on amd64 and x86.
-
-*nginx-0.3.5 (21 Oct 2005)
-
-  21 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.4.ebuild,
-  +nginx-0.3.5.ebuild:
-  One more bump today.
-
-*nginx-0.3.4 (21 Oct 2005)
-
-  21 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.2.ebuild,
-  +nginx-0.3.4.ebuild:
-  Bump.
-
-*nginx-0.3.2 (13 Oct 2005)
-
-  13 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.3.2.ebuild,
-  -nginx-0.2.1.ebuild, -nginx-0.2.3.ebuild, -nginx-0.2.4.ebuild,
-  -nginx-0.2.5.ebuild, -nginx-0.3.1.ebuild:
-  Version bump, cleanups.
-
-*nginx-0.3.1 (10 Oct 2005)
-
-  10 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.3.0.ebuild,
-  +nginx-0.3.1.ebuild:
-  Bump.
-
-*nginx-0.2.6 (08 Oct 2005)
-*nginx-0.3.0 (08 Oct 2005)
-
-  08 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.2.6.ebuild,
-  +nginx-0.3.0.ebuild:
-  Double bump.
-
-*nginx-0.2.5 (05 Oct 2005)
-
-  05 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.2.5.ebuild:
-  Version bump.
-
-*nginx-0.2.4 (03 Oct 2005)
-
-  03 Oct 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.2.4.ebuild:
-  Version bump.
-
-*nginx-0.2.3 (30 Sep 2005)
-
-  30 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.2.2.ebuild,
-  -files/nginx-0.2.2-compile_fix.patch, +nginx-0.2.3.ebuild:
-  Bump again, the only difference between 0.2.2 and 0.2.3 is the minor compile
-  fix.
-
-*nginx-0.2.2 (30 Sep 2005)
-
-  30 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.2.2.ebuild,
-  +files/nginx-0.2.2-compile_fix.patch:
-  Version bump.
-
-*nginx-0.2.1 (23 Sep 2005)
-
-  23 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.41.ebuild,
-  -nginx-0.1.44.ebuild, nginx-0.1.45.ebuild, +nginx-0.2.1.ebuild:
-  Version bump with stabilization of 0.1.45 on amd64 and x86.
-
-*nginx-0.1.45 (09 Sep 2005)
-
-  09 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.45.ebuild:
-  Version bump.
-
-*nginx-0.1.44 (06 Sep 2005)
-
-  06 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.44.ebuild,
-  -nginx-0.1.42.ebuild, -nginx-0.1.43.ebuild, -nginx-0.1.43-r1.ebuild:
-  Version bump.
-
-*nginx-0.1.43-r1 (02 Sep 2005)
-
-  02 Sep 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.43-r1.ebuild:
-  Now disables build of rewrite module when pcre use flag is turned off.
-  Problem reported by Alexey Mahotkin <squade...@gmail.com>.
-
-*nginx-0.1.43 (30 Aug 2005)
-
-  30 Aug 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.43.ebuild:
-  Version bump.
-
-*nginx-0.1.42 (24 Aug 2005)
-
-  24 Aug 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.42.ebuild:
-  Version bump.
-
-  09 Aug 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.37.ebuild,
-  -nginx-0.1.38.ebuild, -nginx-0.1.39.ebuild, -nginx-0.1.40.ebuild,
-  ebuild-0.1.41.ebuild:
-  Dropped old ebuilds, .41 goes stable on amd64 and x86.
-
-*nginx-0.1.41 (26 Jul 2005)
-
-  26 Jul 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.41.ebuild:
-  Version bump.
-
-*nginx-0.1.40 (22 Jul 2005)
-
-  22 Jul 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.40.ebuild:
-  Version bump.
-
-*nginx-0.1.39 (14 Jul 2005)
-
-  14 Jul 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.39.ebuild:
-  Version bump.
-
-*nginx-0.1.38 (11 Jul 2005)
-
-  11 Jul 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.38.ebuild,
-  nginx-0.1.37.ebuild, -nginx-0.1.34.ebuild, -nginx-0.1.35.ebuild,
-  -nginx-0.1.36.ebuild, -nginx-0.1.35-ppc.patch:
-  Version bump, 0.1.37 goes stable on amd64 and x86, cleaned out old ebuilds.
-
-*nginx-0.1.37 (23 Jun 2005)
-
-  23 Jun 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.37.ebuild:
-  Version bump. David's ppc patch is now merged by author.
-
-*nginx-0.1.36 (16 Jun 2005)
-
-  16 Jun 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.36.ebuild:
-  Version bump.
-
-  08 Jun 2005; David Holm <dh...@gentoo.org> +files/nginx-0.1.35-ppc.patch,
-  nginx-0.1.35.ebuild:
-  Added to ~ppc.
-
-*nginx-0.1.35 (07 Jun 2005)
-
-  07 Jun 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.35.ebuild:
-  Version bump.
-
-  29 May 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.28-r2.ebuild,
-  -nginx-0.1.33-r1.ebuild, files/nginx, files/nginx.conf, nginx-0.1.34.ebuild:
-  Forcing 0.1.34 stable on x86 and amd64. Added checkconf to start/stop/reload
-  in init-script. Fixed default configuration.
-
-*nginx-0.1.34 (27 May 2005)
-
-  27 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.34.ebuild:
-  Version bump, should go stable within next week.
-
-*nginx-0.1.33-r1 (26 May 2005)
-
-  26 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.33-r1.ebuild,
-  +files/nginx-0.1.33-large_ssi_includes.patch,
-  +files/nginx-0.1.33-set_header_range.patch, -nginx-0.1.33.ebuild:
-  Fix against infinitive cycle in large ssi includes and ability to set Range
-  header. Patches provided by author.
-
-  24 May 2005; Konstantin Arkhipov <vo...@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)
-
-  23 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.33.ebuild:
-  Version bump.
-
-*nginx-0.1.32 (19 May 2005)
-
-  19 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.32.ebuild:
-  Version bump.
-
-*nginx-0.1.31 (16 May 2005)
-
-  16 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.31.ebuild:
-  Version bump. Added pcre use flag.
-
-*nginx-0.1.30-r1 (15 May 2005)
-
-  15 May 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.30.ebuild,
-  +files/nginx-0.1.30-slashless_path.patch, +nginx-0.1.30-r1.ebuild:
-  Added slashless path patch from author.
-
-*nginx-0.1.30 (15 May 2005)
-
-  15 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.30.ebuild:
-  Version bump.
-
-*nginx-0.1.29-r2 (14 May 2005)
-
-  14 May 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.29.ebuild,
-  -nginx-0.1.29-r1.ebuild, +files/nginx-0.1.29-500_bytes_long.patch:
-  Fixed 500 http response, when lenght of backend response 500 bytes long.
-  Patch from author.
-
-*nginx-0.1.29-r1 (13 May 2005)
-
-  13 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.29.ebuild,
-  +files/nginx-0.1.29-ignore_invalid_headers.patch:
-  Ability to control invalid headers ignoring. Patch from author.
-
-*nginx-0.1.29 (13 May 2005)
-
-  13 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.29.ebuild,
-  -nginx-0.1.28-r1.ebuild, nginx-0.1.28-r2.ebuild:
-  Version bump and .28-r2 goes stable on both amd64 and x86.
-
-*nginx-0.1.28-r2 (03 May 2005)
-
-  03 May 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.28-r1.ebuild:
-  Added debug and fastcgi use flags.
-
-  28 Apr 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.28.ebuild,
-  nginx-0.1.28-r1.ebuild:
-  28-r1 goes stable on x86 and amd64.
-
-*nginx-0.1.28-r1 (19 Apr 2005)
-
-  19 Apr 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.28-r1.ebuild,
-  +files/nginx-0.1.28-bad_backend_header.patch:
-  Patch from author to avoid crash when backend sends b0rked headers.
-
-*nginx-0.1.28 (11 Apr 2005)
-
-  11 Apr 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.26.ebuild,
-  nginx-0.1.27.ebuild, +nginx-0.1.28.ebuild:
-  Version bump and 0.1.27 goes stable on both amd64 and x86.
-
-  02 Apr 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.25.ebuild,
-  -nginx-0.1.24-r2.ebuild, -files/nginx-0.1.24-upstream_status.patch,
-  nginx-0.1.26.ebuild:
-  Cleanups and 0.1.26 now stable on x86 and amd64.
-
-*nginx-0.1.27 (28 Mar 2005)
-
-  28 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.27.ebuild:
-  Version bump.
-
-*nginx-0.1.26 (22 Mar 2005)
-
-  22 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.26.ebuild:
-  Version bump.
-
-  20 Mar 2005; Konstantin Arkhipov <vo...@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)
-
-  19 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.25.ebuild:
-  Version bump.
-
-  13 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.24-r1-ebuild:
-  Clean up a bit.
-
-*nginx-0.1.24-r2 (10 Mar 2005)
-
-  10 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.24.ebuild,
-  +nginx-0.1.24-r2.ebuild,
-  +files/nginx-0.1.24-upstream_status.patch:
-  "upstream sent too long status line" fix from author.
-
-*nginx-0.1.24-r1 (04 Mar 2005)
-
-  04 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.24-r1.ebuild:
-  Misc conf files now installs into main conf dir. Added dir keeping for logs.
-
-*nginx-0.1.24 (04 Mar 2005)
-
-  04 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.23-r1.ebuild,
-  +nginx-0.1.24.ebuild:
-  Version bump. Added warning about threads support.
-
-*nginx-0.1.23-r1 (02 Mar 2005)
-
-  02 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> -nginx-0.1.23.ebuild,
-  +nginx-0.1.23-r1.ebuild:
-  Now with docs, dir keeping and configuration checking thru init script.
-
-*nginx-0.1.23 (02 Mar 2005)
-
-  02 Mar 2005; Konstantin Arkhipov <vo...@gentoo.org> +nginx-0.1.23.ebuild:
-  Initial revision.

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
deleted file mode 100644
index 2b5bcdf..0000000
--- a/www-servers/nginx/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
-AUX nginx.conf 1358 RMD160 a948df249a16be86c114d587cfa5ee570d84a356 SHA1 
e9db0447a1beb326a0858cf8189328229d1d3edf SHA256 
6ff6c9301ea2a4d74a335b9119d7f9dba87d4e83793cf22d837d49f061763096
-AUX nginx.initd 1937 RMD160 3429c046fc3cc0505e2c7de26226120df3c8c865 SHA1 
1674343b6bde753a8d49491e3c68ebaf9be19dcc SHA256 
3bf11b5ab89eb933058b57f41058fed6a611f1e32b367f1606430b9337ba782d
-AUX nginx.logrotate 364 RMD160 9fdfd2ea2f49b8dba20a030d893e34779bb32364 SHA1 
4ab07992fa5c64f753e3643e1b51fcab4dec6ccf SHA256 
9e3e090dfd10861d5f9b279e19113ce8d05caf9f33d488f6aabf9f19ac0cf925
-DIST nginx-1.2.0.tar.gz 716067 RMD160 b2dc5e6cd7f436e56d1bab7cfcde64955f38c11f 
SHA1 15cec8d1b8dbf2007f9f99594a08a2f45814034e SHA256 
ac06b3aa55bf4f634b7e779272685536607183e8669809ce497151e47e518f2d
-DIST nginx_http_push_module-0.692.tar.gz 29119 RMD160 
9d2be16074cf28115af0f1d8f3646937cda649ad SHA1 
72103084cad8f4d3d9a49a6b04cf780e4541605d SHA256 
64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe
-DIST nginx_upload_module-2.2.0.tar.gz 25796 RMD160 
5734af837be3fe8ec444a7e5e7f6707118594098 SHA1 
93d6e83e613a0ce2ed057a434b344fa1b6609b47 SHA256 
b1c26abe0427180602e257627b4ed21848c93cc20cefc33af084983767d65805
-DIST ngx-fancyindex-0.3.1.tar.gz 13148 RMD160 
d85ff1de16211c98492f612c06391e9b4150e89d SHA1 
5e2c88dbddaa55137804caf632cad3cf708911cb SHA256 
49328a175548a456e2e2b78d0be87df7aade60345e07be57f2337c83058da115
-DIST ngx_cache_purge-1.5.tar.gz 7149 RMD160 
7b7d351ea91ff3d4161296625a5a4992eee8b7d4 SHA1 
f5717a2aee2cc174180627f9bf74a7c2f906047d SHA256 
4b9cf48c0cf8f13150dfc329a889c221f6206a44aa9dcf8fa2f347abce55995c
-DIST ngx_http_dav_ext-0.0.2.tar.gz 6065 RMD160 
e6b964ccadb3890e5c7267c68e43912f9e072c8a SHA1 
220039adabfa07c15ad9f8b670dbe2522e0f1a98 SHA256 
a0d6fa256e354ce48c06e1f689d26ebb2f7b75f71ce682e34ae6c29331a7fbff
-DIST ngx_http_headers_more-0.17rc1.tar.gz 24707 RMD160 
1840b4163e72af91155c3bfc6dd1b1efa65fcf22 SHA1 
83f7ebe6359e975292f4d9d3037040a5f6ed55c0 SHA256 
826b62c13605281f843ad4a612a00b38d71599a673c3112480bff9bdbbcd36cd
-DIST ngx_slowfs_cache-1.8.tar.gz 11408 RMD160 
3f1457df569d33df81d24205f12451cbfb76e97e SHA1 
6e37e81ada462189c40c5abf31a7471a9a74bca2 SHA256 
3ab8aa47912a3f7a07cda0a4fbf6d2e870b9c9cbf5477014ac109001cdcb3644
-DIST ngx_upload_progress-0.9.0.tar.gz 17020 RMD160 
10ff91748a06afd81abb9fdb203f164ea369463a SHA1 
93aadaf6065e1e8afd9f14b9291a66819d3aa4c0 SHA256 
3fb903dab595cf6656fa0fc5743a48daffbba2f6b5c554836be630800eaad4e2
-EBUILD nginx-1.2.0.ebuild 13103 RMD160 
dd766f886d4792ca9e214090be3a8b0445a6b749 SHA1 
fac3fe451857a2d2f1b8ee8347f120ca4c5ad29e SHA256 
be73fade09756691f588717e9ee730d277d78940c7bfdd6209a0553770f1e84c
-MISC ChangeLog 52721 RMD160 8da82ccfb95b6fe940176736979961e1e3c66cc4 SHA1 
38d7d93a1f939e5fc39ec3f63f5920868dc81f3a SHA256 
27a65102ad18140adcefa9053a8fc3f9acc1e9cae85730faf50b73402d0248ca
-MISC metadata.xml 921 RMD160 e556afdd4e5777dcb360c6c48c302212fe8b95b7 SHA1 
ee5ad4e7ea8e14934193a690f3b215074d453007 SHA256 
41bf5d72811a6f86b0e82af6fcbeb35eb4f62c3c94fc105a908341240da22eb1

diff --git a/www-servers/nginx/files/nginx.conf 
b/www-servers/nginx/files/nginx.conf
deleted file mode 100644
index 74c015f..0000000
--- a/www-servers/nginx/files/nginx.conf
+++ /dev/null
@@ -1,72 +0,0 @@
-user nginx nginx;
-worker_processes 1;
-
-error_log /var/log/nginx/error_log info;
-
-events {
-       worker_connections 1024;
-       use epoll;
-}
-
-http {
-       include /etc/nginx/mime.types;
-       default_type application/octet-stream;
-
-       log_format main
-               '$remote_addr - $remote_user [$time_local] '
-               '"$request" $status $bytes_sent '
-               '"$http_referer" "$http_user_agent" '
-               '"$gzip_ratio"';
-
-       client_header_timeout 10m;
-       client_body_timeout 10m;
-       send_timeout 10m;
-
-       connection_pool_size 256;
-       client_header_buffer_size 1k;
-       large_client_header_buffers 4 2k;
-       request_pool_size 4k;
-
-       gzip on;
-       gzip_min_length 1100;
-       gzip_buffers 4 8k;
-       gzip_types text/plain;
-
-       output_buffers 1 32k;
-       postpone_output 1460;
-
-       sendfile on;
-       tcp_nopush on;
-       tcp_nodelay on;
-
-       keepalive_timeout 75 20;
-
-       ignore_invalid_headers on;
-
-       index index.html;
-
-       server {
-               listen 127.0.0.1;
-               server_name localhost;
-
-               access_log /var/log/nginx/localhost.access_log main;
-               error_log /var/log/nginx/localhost.error_log info;
-
-               root /var/www/localhost/htdocs;
-       }
-
-       # SSL example
-       #server {
-       #       listen 127.0.0.1:443;
-       #       server_name localhost;
-
-       #       ssl on;
-       #       ssl_certificate /etc/ssl/nginx/nginx.pem;
-       #       ssl_certificate_key /etc/ssl/nginx/nginx.key;
-
-       #       access_log /var/log/nginx/localhost.ssl_access_log main;
-       #       error_log /var/log/nginx/localhost.ssl_error_log info;
-
-       #       root /var/www/localhost/htdocs;
-       #}
-}

diff --git a/www-servers/nginx/files/nginx.initd 
b/www-servers/nginx/files/nginx.initd
deleted file mode 100644
index ea11e08..0000000
--- a/www-servers/nginx/files/nginx.initd
+++ /dev/null
@@ -1,87 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.initd,v 1.1 
2012/02/11 10:17:30 hollow Exp $
-
-extra_commands="configtest"
-extra_started_commands="upgrade reload"
-
-description="Robust, small and high performance http and reverse proxy server"
-description_configtest="Run nginx' internal config check."
-description_upgrade="Upgrade the nginx binary without losing connections."
-description_reload="Reload the nginx configuration without losing connections."
-
-nginx_config="/etc/nginx/nginx.conf"
-
-command="/usr/sbin/nginx"
-command_args="-c ${nginx_config}"
-pidfile="/var/run/nginx.pid"
-
-depend() {
-       need net
-       use dns logger netmount
-}
-
-start_pre() {
-       if [ "${RC_CMD}" != "restart" ]; then
-               configtest || return 1
-       fi
-}
-
-stop_pre() {
-       if [ "${RC_CMD}" = "restart" ]; then
-               configtest || return 1
-       fi
-}
-
-stop_post() {
-       rm -f ${pidfile}
-}
-
-reload() {
-       configtest || return 1
-       ebegin "Refreshing nginx' configuration"
-       kill -HUP `cat ${pidfile}` &>/dev/null
-       eend $? "Failed to reload nginx"
-}
-
-upgrade() {
-       configtest || return 1
-       ebegin "Upgrading nginx"
-
-       einfo "Sending USR2 to old binary"
-       kill -USR2 `cat ${pidfile}` &>/dev/null
-
-       einfo "Sleeping 3 seconds before pid-files checking"
-       sleep 3
-
-       if [ ! -f ${pidfile}.oldbin ]; then
-               eerror "File with old pid not found"
-               return 1
-       fi
-
-       if [ ! -f ${pidfile} ]; then
-               eerror "New binary failed to start"
-               return 1
-       fi
-
-       einfo "Sleeping 3 seconds before WINCH"
-       sleep 3 ; kill -WINCH `cat ${pidfile}.oldbin`
-
-       einfo "Sending QUIT to old binary"
-       kill -QUIT `cat ${pidfile}.oldbin`
-
-       einfo "Upgrade completed"
-       eend $? "Upgrade failed"
-}
-
-configtest() {
-       ebegin "Checking nginx' configuration"
-       ${command} -c ${nginx_config} -t -q
-
-       if [ $? -ne 0 ]; then
-               ${command} -c ${nginx_config} -t
-       fi
-
-       eend $? "failed, please correct errors above"
-}

diff --git a/www-servers/nginx/files/nginx.logrotate 
b/www-servers/nginx/files/nginx.logrotate
deleted file mode 100644
index c9d4c5a..0000000
--- a/www-servers/nginx/files/nginx.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.logrotate,v 
1.2 2011/04/08 08:32:20 hollow Exp $
-
-/var/log/nginx/*_log {
-       missingok
-       sharedscripts
-       postrotate
-               test -r /var/run/nginx.pid && kill -USR1 `cat 
/var/run/nginx.pid`
-       endscript
-}

diff --git a/www-servers/nginx/metadata.xml b/www-servers/nginx/metadata.xml
deleted file mode 100644
index 54bfc51..0000000
--- a/www-servers/nginx/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer>
-               <email>darks...@gentoo.org</email>
-               <name>Jeremy Olexa</name>
-       </maintainer>
-       <maintainer>
-               <email>hol...@gentoo.org</email>
-               <name>Benedikt Böhm</name>
-       </maintainer>
-       <maintainer>
-               <email>dev-z...@gentoo.org</email>
-               <name>Tiziano Müller</name>
-       </maintainer>
-       <use>
-               <flag name='aio'>Enables file AIO support</flag>
-               <flag name='http'>Enable HTTP core support</flag>
-               <flag name='http-cache'>Enable HTTP cache support</flag>
-               <flag name='libatomic'>Use libatomic instead of builtin atomic 
operations</flag>
-               <flag name='pcre-jit'>Enable JIT for pcre</flag>
-               <flag name='ssl'>Enable HTTPS module for http. Enable SSL/TLS 
support for POP3/IMAP/SMTP for mail.</flag>
-       </use>
-       <upstream>
-               <changelog>http://nginx.org/en/CHANGES</changelog>
-       </upstream>
-</pkgmetadata>

diff --git a/www-servers/nginx/nginx-1.2.0.ebuild 
b/www-servers/nginx/nginx-1.2.0.ebuild
deleted file mode 100644
index a5566b4..0000000
--- a/www-servers/nginx/nginx-1.2.0.ebuild
+++ /dev/null
@@ -1,379 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.2.0.ebuild,v 1.1 
2012/05/18 14:01:32 darkside Exp $
-
-EAPI="4"
-
-# Maintainer notes:
-# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
-# - any http-module activates the main http-functionality and overrides 
USE=-http
-# - keep the following requirements in mind before adding external modules:
-#   * alive upstream
-#   * sane packaging
-#   * builds cleanly
-#   * does not need a patch for nginx core
-# - TODO: test the google-perftools module (included in vanilla tarball)
-
-# prevent perl-module from adding automagic perl DEPENDs
-GENTOO_DEPEND_ON_PERL="no"
-
-# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
-HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.0"
-HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
-HTTP_UPLOAD_PROGRESS_MODULE_SHA1="a788dea"
-HTTP_UPLOAD_PROGRESS_MODULE_URI="http://github.com/masterzen/nginx-upload-progress-module/tarball/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}";
-
-# http_headers_more (http://github.com/agentzh/headers-more-nginx-module, BSD 
license)
-HTTP_HEADERS_MORE_MODULE_PV="0.17rc1"
-HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}"
-HTTP_HEADERS_MORE_MODULE_SHA1="3580526"
-HTTP_HEADERS_MORE_MODULE_URI="http://github.com/agentzh/headers-more-nginx-module/tarball/v${HTTP_HEADERS_MORE_MODULE_PV}";
-
-# http_dav_ext (https://github.com/arut/nginx-dav-ext-module, BSD license)
-HTTP_DAV_EXT_MODULE_PV="0.0.2"
-HTTP_DAV_EXT_MODULE_P="ngx_http_dav_ext-${HTTP_DAV_EXT_MODULE_PV}"
-HTTP_DAV_EXT_MODULE_SHA1="0e07a3e"
-HTTP_DAV_EXT_MODULE_URI="http://github.com/arut/nginx-dav-ext-module/tarball/v${HTTP_DAV_EXT_MODULE_PV}";
-
-# http_push (http://pushmodule.slact.net/, MIT license)
-HTTP_PUSH_MODULE_PV="0.692"
-HTTP_PUSH_MODULE_P="nginx_http_push_module-${HTTP_PUSH_MODULE_PV}"
-HTTP_PUSH_MODULE_URI="http://pushmodule.slact.net/downloads/${HTTP_PUSH_MODULE_P}.tar.gz";
-
-# http_cache_purge (http://labs.frickle.com/nginx_ngx_cache_purge/, BSD-2 
license)
-HTTP_CACHE_PURGE_MODULE_PV="1.5"
-HTTP_CACHE_PURGE_MODULE_P="ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}"
-HTTP_CACHE_PURGE_MODULE_URI="http://labs.frickle.com/files/${HTTP_CACHE_PURGE_MODULE_P}.tar.gz";
-
-# HTTP Upload module from Valery Kholodkov
-# (http://www.grid.net.ru/nginx/upload.en.html, BSD license)
-HTTP_UPLOAD_MODULE_PV="2.2.0"
-HTTP_UPLOAD_MODULE_P="nginx_upload_module-${HTTP_UPLOAD_MODULE_PV}"
-HTTP_UPLOAD_MODULE_URI="http://www.grid.net.ru/nginx/download/${HTTP_UPLOAD_MODULE_P}.tar.gz";
-
-# http_slowfs_cache (http://labs.frickle.com/nginx_ngx_slowfs_cache/, BSD-2 
license)
-HTTP_SLOWFS_CACHE_MODULE_PV="1.8"
-HTTP_SLOWFS_CACHE_MODULE_P="ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}"
-HTTP_SLOWFS_CACHE_MODULE_URI="http://labs.frickle.com/files/${HTTP_SLOWFS_CACHE_MODULE_P}.tar.gz";
-
-# http_fancyindex_module (http://wiki.nginx.org/NgxFancyIndex, BSD license)
-HTTP_FANCYINDEX_MODULE_PV="0.3.1"
-HTTP_FANCYINDEX_MODULE_PN="ngx-fancyindex"
-# gitorious names the tarbell oddly, hence PNPN
-HTTP_FANCYINDEX_MODULE_PNPN="ngx-fancyindex-ngx-fancyindex"
-HTTP_FANCYINDEX_MODULE_P="${HTTP_FANCYINDEX_MODULE_PN}-${HTTP_FANCYINDEX_MODULE_PV}"
-HTTP_FANCYINDEX_MODULE_URI="http://gitorious.org/${HTTP_FANCYINDEX_MODULE_PN}/${HTTP_FANCYINDEX_MODULE_PN}/archive-tarball/v${HTTP_FANCYINDEX_MODULE_PV}";
-
-inherit eutils ssl-cert toolchain-funcs perl-module flag-o-matic
-
-DESCRIPTION="Robust, small and high performance http and reverse proxy server"
-HOMEPAGE="http://nginx.org";
-SRC_URI="http://nginx.org/download/${P}.tar.gz
-       nginx_modules_http_upload_progress? ( 
${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
-       nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> 
${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )
-       nginx_modules_http_dav_ext? ( ${HTTP_DAV_EXT_MODULE_URI} -> 
${HTTP_DAV_EXT_MODULE_P}.tar.gz )
-       nginx_modules_http_push? ( ${HTTP_PUSH_MODULE_URI} )
-       nginx_modules_http_cache_purge? ( ${HTTP_CACHE_PURGE_MODULE_URI} )
-       nginx_modules_http_upload? ( ${HTTP_UPLOAD_MODULE_URI} )
-       nginx_modules_http_slowfs_cache? ( ${HTTP_SLOWFS_CACHE_MODULE_URI} )
-       nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> 
${HTTP_FANCYINDEX_MODULE_P}.tar.gz )"
-
-LICENSE="as-is BSD BSD-2 GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
-NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif 
fastcgi
-geo gzip limit_req limit_zone map memcached proxy referer rewrite scgi ssi
-split_clients upstream_ip_hash userid uwsgi"
-NGINX_MODULES_OPT="addition dav degradation flv geoip gzip_static image_filter
-mp4 perl random_index realip secure_link stub_status sub xslt"
-NGINX_MODULES_MAIL="imap pop3 smtp"
-NGINX_MODULES_3RD="
-       http_upload_progress
-       http_headers_more
-       http_dav_ext
-       http_passenger
-       http_push
-       http_cache_purge
-       http_upload
-       http_slowfs_cache
-       http_fancyindex"
-
-IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl 
vim-syntax"
-
-for mod in $NGINX_MODULES_STD; do
-       IUSE="${IUSE} +nginx_modules_http_${mod}"
-done
-
-for mod in $NGINX_MODULES_OPT; do
-       IUSE="${IUSE} nginx_modules_http_${mod}"
-done
-
-for mod in $NGINX_MODULES_MAIL; do
-       IUSE="${IUSE} nginx_modules_mail_${mod}"
-done
-
-for mod in $NGINX_MODULES_3RD; do
-       IUSE="${IUSE} nginx_modules_${mod}"
-done
-
-CDEPEND="
-       pcre? ( >=dev-libs/libpcre-4.2 )
-       selinux? ( sec-policy/selinux-nginx )
-       ssl? ( dev-libs/openssl )
-       http-cache? ( userland_GNU? ( dev-libs/openssl ) )
-       nginx_modules_http_dav_ext? ( dev-libs/expat )
-       nginx_modules_http_geo? ( dev-libs/geoip )
-       nginx_modules_http_gzip? ( sys-libs/zlib )
-       nginx_modules_http_gzip_static? ( sys-libs/zlib )
-       nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] )
-       nginx_modules_http_perl? ( >=dev-lang/perl-5.8 )
-       nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 )
-       nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) )
-       nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )"
-RDEPEND="${CDEPEND}"
-DEPEND="${CDEPEND}
-       arm? ( dev-libs/libatomic_ops )
-       libatomic? ( dev-libs/libatomic_ops )"
-PDEPEND="vim-syntax? ( app-vim/nginx-syntax )"
-REQUIRED_USE="pcre-jit? ( pcre )"
-
-pkg_setup() {
-       if use nginx_modules_http_passenger; then
-               einfo
-               einfo "Passenger support has been removed from the nginx ebuild 
to"
-               einfo "get rid of file collisions, its broken build system and"
-               einfo "incompatibilities between passenger 2 and 3."
-               einfo
-               einfo "Please switch to passenger-3 standalone or use the"
-               einfo "unicorn gem which provides a sane nginx-like 
architecture"
-               einfo "out of the box."
-               einfo
-               einfo "For more information on sane ruby deployments with"
-               einfo "passenger-3/unicorn go to:"
-               einfo
-               einfo "https://rvm.beginrescueend.com";
-               einfo
-               die "nginx_modules_http_passenger still in IUSE"
-       fi
-
-       ebegin "Creating nginx user and group"
-       enewgroup ${PN}
-       enewuser ${PN} -1 -1 -1 ${PN}
-       eend $?
-
-       if use libatomic; then
-               ewarn "GCC 4.1+ features built-in atomic operations."
-               ewarn "Using libatomic_ops is only needed if using"
-               ewarn "a different compiler or a GCC prior to 4.1"
-       fi
-
-       if [[ -n $NGINX_ADD_MODULES ]]; then
-               ewarn "You are building custom modules via \$NGINX_ADD_MODULES!"
-               ewarn "This nginx installation is not supported!"
-               ewarn "Make sure you can reproduce the bug without those 
modules"
-               ewarn "_before_ reporting bugs."
-       fi
-
-       if use !http; then
-               ewarn "To actually disable all http-functionality you also have 
to disable"
-               ewarn "all nginx http modules."
-       fi
-}
-
-src_prepare() {
-       find auto/ -type f -print0 | xargs -0 sed -i 's:\&\& make:\&\& 
\\$(MAKE):' || die
-       # We have config protection, don't rename etc files
-       sed -i 's:.default::' auto/install || die
-       # remove useless files
-       sed -i -e '/koi-/d' -e '/win-/d' auto/install || die
-}
-
-src_configure() {
-       local myconf= http_enabled= mail_enabled=
-
-       use aio       && myconf+=" --with-file-aio --with-aio_module"
-       use debug     && myconf+=" --with-debug"
-       use ipv6      && myconf+=" --with-ipv6"
-       use libatomic && myconf+=" --with-libatomic"
-       use pcre      && myconf+=" --with-pcre"
-       use pcre-jit  && myconf+=" --with-pcre-jit"
-
-       # HTTP modules
-       for mod in $NGINX_MODULES_STD; do
-               if use nginx_modules_http_${mod}; then
-                       http_enabled=1
-               else
-                       myconf+=" --without-http_${mod}_module"
-               fi
-       done
-
-       for mod in $NGINX_MODULES_OPT; do
-               if use nginx_modules_http_${mod}; then
-                       http_enabled=1
-                       myconf+=" --with-http_${mod}_module"
-               fi
-       done
-
-       if use nginx_modules_http_fastcgi; then
-               myconf+=" --with-http_realip_module"
-       fi
-
-       # third-party modules
-       if use nginx_modules_http_upload_progress; then
-               http_enabled=1
-               myconf+=" 
--add-module=${WORKDIR}/masterzen-nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_SHA1}"
-       fi
-
-       if use nginx_modules_http_headers_more; then
-               http_enabled=1
-               myconf+=" 
--add-module=${WORKDIR}/agentzh-headers-more-nginx-module-${HTTP_HEADERS_MORE_MODULE_SHA1}"
-       fi
-
-       if use nginx_modules_http_dav_ext; then
-               http_enabled=1
-               myconf+=" 
--add-module=${WORKDIR}/arut-nginx-dav-ext-module-${HTTP_DAV_EXT_MODULE_SHA1}"
-       fi
-
-       if use nginx_modules_http_push; then
-               http_enabled=1
-               myconf+=" --add-module=${WORKDIR}/${HTTP_PUSH_MODULE_P}"
-       fi
-
-       if use nginx_modules_http_cache_purge; then
-               http_enabled=1
-               myconf+=" --add-module=${WORKDIR}/${HTTP_CACHE_PURGE_MODULE_P}"
-       fi
-
-       if use nginx_modules_http_upload; then
-               http_enabled=1
-               myconf+=" --add-module=${WORKDIR}/${HTTP_UPLOAD_MODULE_P}"
-       fi
-
-       if use nginx_modules_http_slowfs_cache; then
-               http_enabled=1
-               myconf+=" --add-module=${WORKDIR}/${HTTP_SLOWFS_CACHE_MODULE_P}"
-       fi
-
-       if use nginx_modules_http_fancyindex; then
-               http_enabled=1
-               myconf+=" 
--add-module=${WORKDIR}/${HTTP_FANCYINDEX_MODULE_PNPN}"
-       fi
-
-       if use http || use http-cache; then
-               http_enabled=1
-       fi
-
-       if [ $http_enabled ]; then
-               use http-cache || myconf+=" --without-http-cache"
-               use ssl && myconf+=" --with-http_ssl_module"
-       else
-               myconf+=" --without-http --without-http-cache"
-       fi
-
-       # MAIL modules
-       for mod in $NGINX_MODULES_MAIL; do
-               if use nginx_modules_mail_${mod}; then
-                       mail_enabled=1
-               else
-                       myconf+=" --without-mail_${mod}_module"
-               fi
-       done
-
-       if [ $mail_enabled ]; then
-               myconf+=" --with-mail"
-               use ssl && myconf+=" --with-mail_ssl_module"
-       fi
-
-       # custom modules
-       for mod in $NGINX_ADD_MODULES; do
-               myconf+=" --add-module=${mod}"
-       done
-
-       # https://bugs.gentoo.org/286772
-       export LANG=C LC_ALL=C
-       tc-export CC
-
-       if ! use prefix; then
-               myconf+=" --user=${PN} --group=${PN}"
-       fi
-
-       ./configure \
-               --prefix="${EPREFIX}"/usr \
-               --conf-path="${EPREFIX}"/etc/${PN}/${PN}.conf \
-               --error-log-path="${EPREFIX}"/var/log/${PN}/error_log \
-               --pid-path="${EPREFIX}"/var/run/${PN}.pid \
-               --lock-path="${EPREFIX}"/var/lock/nginx.lock \
-               --with-cc-opt="-I${EROOT}usr/include" \
-               --with-ld-opt="-L${EROOT}usr/lib" \
-               --http-log-path="${EPREFIX}"/var/log/${PN}/access_log \
-               --http-client-body-temp-path="${EPREFIX}"/var/tmp/${PN}/client \
-               --http-proxy-temp-path="${EPREFIX}"/var/tmp/${PN}/proxy \
-               --http-fastcgi-temp-path="${EPREFIX}"/var/tmp/${PN}/fastcgi \
-               --http-scgi-temp-path="${EPREFIX}"/var/tmp/${PN}/scgi \
-               --http-uwsgi-temp-path="${EPREFIX}"/var/tmp/${PN}/uwsgi \
-               ${myconf} || die "configure failed"
-}
-
-src_compile() {
-       # https://bugs.gentoo.org/286772
-       export LANG=C LC_ALL=C
-       emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       cp "${FILESDIR}"/nginx.conf "${ED}"/etc/nginx/nginx.conf || die
-       newinitd "${FILESDIR}"/nginx.initd nginx
-       doman man/nginx.8
-       dodoc CHANGES* README
-
-       # Keepdir because these are hardcoded above
-       keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi,scgi,uwsgi}
-       keepdir /var/www/localhost/htdocs
-       mv "${ED}"/usr/html "${ED}"/var/www/localhost/htdocs || die
-
-       # logrotate
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}"/nginx.logrotate nginx
-
-       if use nginx_modules_http_perl; then
-               cd "${S}"/objs/src/http/modules/perl/
-               einstall DESTDIR="${D}" INSTALLDIRS=vendor
-               fixlocalpod
-       fi
-
-       if use nginx_modules_http_push; then
-               docinto ${HTTP_PUSH_MODULE_P}
-               dodoc 
"${WORKDIR}"/${HTTP_PUSH_MODULE_P}/{changelog.txt,protocol.txt,README}
-       fi
-
-       if use nginx_modules_http_cache_purge; then
-               docinto ${HTTP_CACHE_PURGE_MODULE_P}
-               dodoc 
"${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README.md,TODO.md}
-       fi
-
-       if use nginx_modules_http_upload; then
-               docinto ${HTTP_UPLOAD_MODULE_P}
-               dodoc "${WORKDIR}"/${HTTP_UPLOAD_MODULE_P}/{Changelog,README}
-       fi
-
-       if use nginx_modules_http_slowfs_cache; then
-               docinto ${HTTP_SLOWFS_CACHE_MODULE_P}
-               dodoc 
"${WORKDIR}"/${HTTP_SLOWFS_CACHE_MODULE_P}/{CHANGES,README.md}
-       fi
-
-       if use nginx_modules_http_fancyindex; then
-               docinto ${HTTP_FANCYINDEX_MODULE_P}
-               dodoc "${WORKDIR}"/${HTTP_FANCYINDEX_MODULE_PNPN}/README.rst
-       fi
-}
-
-pkg_postinst() {
-       if use ssl; then
-               if [ ! -f "${EROOT}"/etc/ssl/${PN}/${PN}.key ]; then
-                       install_cert /etc/ssl/${PN}/${PN}
-                       use prefix || chown ${PN}:${PN} 
"${EROOT}"/etc/ssl/${PN}/${PN}.{crt,csr,key,pem}
-               fi
-       fi
-}

Reply via email to