diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/httpd-fastcgi/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/httpd-fastcgi/ChangeLog b/virtual/httpd-fastcgi/ChangeLog index a6bfd86fa951..c7f3af9fc56a 100644 --- a/virtual/httpd-fastcgi/ChangeLog +++ b/virtual/httpd-fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/httpd-fastcgi -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.3 2007/10/21 13:05:59 swegener Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.4 2009/04/13 08:30:43 hollow Exp $ + + 13 Apr 2009; Benedikt Böhm <hollow@gentoo.org> httpd-fastcgi-0.ebuild: + add www-servers/cherokee wrt #247491 20 Oct 2007; <wrobel@gentoo.org> Manifest: Update digest to finalize import. diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild index 6fe9fdb85ad7..80caa93ea953 100644 --- a/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild +++ b/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild,v 1.1 2007/10/20 14:38:10 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild,v 1.2 2009/04/13 08:30:43 hollow Exp $ DESCRIPTION="Virtual for FastCGI-enabled webservers" HOMEPAGE="http://gentoo.org/" @@ -18,5 +18,6 @@ RDEPEND="|| ( www-servers/nginx www-servers/resin www-servers/skunkweb + www-servers/cherokee )" DEPEND="" |