diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2010-03-07 13:12:52 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2010-03-07 13:12:52 +0000 |
commit | 912ca3abb41657313f97e8465907f411500dbb8f (patch) | |
tree | 9ede52f15ff3fe1df419dd288613e2be4d117f8f /virtual/httpd-fastcgi | |
parent | Version bump. (diff) | |
download | historical-912ca3abb41657313f97e8465907f411500dbb8f.tar.gz historical-912ca3abb41657313f97e8465907f411500dbb8f.tar.bz2 historical-912ca3abb41657313f97e8465907f411500dbb8f.zip |
use fastcgi providing modules instead of plain apache
Package-Manager: portage-2.2_rc63/cvs/Linux i686
Diffstat (limited to 'virtual/httpd-fastcgi')
-rw-r--r-- | virtual/httpd-fastcgi/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/httpd-fastcgi/Manifest | 14 | ||||
-rw-r--r-- | virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild | 5 |
3 files changed, 9 insertions, 15 deletions
diff --git a/virtual/httpd-fastcgi/ChangeLog b/virtual/httpd-fastcgi/ChangeLog index 21555ad0c01e..239960ba74dd 100644 --- a/virtual/httpd-fastcgi/ChangeLog +++ b/virtual/httpd-fastcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/httpd-fastcgi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.5 2010/01/11 11:01:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/ChangeLog,v 1.6 2010/03/07 13:12:52 hollow Exp $ + + 07 Mar 2010; Benedikt Böhm <hollow@gentoo.org> httpd-fastcgi-0.ebuild: + use fastcgi providing modules instead of plain apache 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> httpd-fastcgi-0.ebuild: Set empty HOMEPAGE and LICENSE. diff --git a/virtual/httpd-fastcgi/Manifest b/virtual/httpd-fastcgi/Manifest index ffc0f1104000..b60d8d81b0fb 100644 --- a/virtual/httpd-fastcgi/Manifest +++ b/virtual/httpd-fastcgi/Manifest @@ -1,13 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -EBUILD httpd-fastcgi-0.ebuild 597 RMD160 49dbff27df19166c21a865a15be53866b13901bb SHA1 496ad159e421a4df1635635e6d075e07f9dbce17 SHA256 5d007b39289a09595744096914498c2515a1c0f27b5382c43e4d116d618e643b -MISC ChangeLog 678 RMD160 47f4a973a9b71b5e60420623adf7e7fe567d385c SHA1 f7c5e8ea3bb3d0c3c24036f304cc4f8c4b0a7202 SHA256 4dd08b3e23756af36b59f459e8f58c6460eea0d05536275aa3ad070f27ec9260 +EBUILD httpd-fastcgi-0.ebuild 628 RMD160 419e96955e9bf7808a4a22c0dd4563e701418952 SHA1 1602625e64cd263f4920492a7574ab8e16910474 SHA256 d4425275568e5c0d04a99b9588be6b2b6702a79c9e3a637ee65b96bcc9df3f16 +MISC ChangeLog 812 RMD160 dc07dc674e1e4f0eec53564e6d1438607c78e18a SHA1 104f8076875c1b93567a93e6bceef030ed3d880b SHA256 598ef48f2bd7656a84bf9e9b002e5861b86d58d1febb8ec13bf89faa52143424 MISC metadata.xml 162 RMD160 0b015f5ff17c4d8e7aee826d48b326cc19b1fed4 SHA1 671b30dafbea01228c8bb606af451a0795922840 SHA256 84ff2fc6c9a4af1b9dbe32aa81ab84c2958bc1bd65a9977686df2dcab6e420d0 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAktLBdIACgkQOeoy/oIi7uycGgCeLaBLSapmTvlHRfwNaZeS0jhu -bd0AoMDjEOq0LFBKVY9gxDXgbvXUHYO6 -=dG7z ------END PGP SIGNATURE----- diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild index c292f1a77693..412271bdd142 100644 --- a/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild +++ b/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.3 2010/01/11 11:01:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-fastcgi/httpd-fastcgi-0.ebuild,v 1.4 2010/03/07 13:12:52 hollow Exp $ DESCRIPTION="Virtual for FastCGI-enabled webservers" HOMEPAGE="" @@ -12,7 +12,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 IUSE="" RDEPEND="|| ( - www-servers/apache + www-servers/mod_fcgid + www-servers/mod_fastcgi www-servers/lighttpd www-servers/bozohttpd www-servers/nginx |