public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2016-08-21 12:43 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2016-08-21 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a0ec6667d96a36d9ecef1f26899f229f59b8554a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 10:56:12 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 12:43:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ec6667

virtual/httpd-fastcgi: www-apache/mod_fastcgi is being removed, bug #480310

Package-Manager: portage-2.3.0

 virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
index 66fa1bd..4f58de8 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,6 @@ IUSE=""
 
 RDEPEND="|| (
 	www-apache/mod_fcgid
-	www-apache/mod_fastcgi
 	www-servers/lighttpd
 	www-servers/bozohttpd
 	www-servers/nginx


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2020-04-06 17:54 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2020-04-06 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c078294a4dd635184de0a769bf6a94b163a67ad2
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Apr  6 15:03:03 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 17:53:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c078294a

virtual/httpd-fastcgi: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
index 498dcb16898..a7706226154 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 DESCRIPTION="Virtual for FastCGI-enabled webservers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 
 RDEPEND="|| (
 	www-apache/mod_fcgid


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2020-12-20  4:02 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-12-20  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     74b90392b65bdbb6831aa0ce0df54c4327fb980d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 03:58:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 04:02:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b90392

virtual/httpd-fastcgi: fix VirtualMissingKeywords

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
index a7706226154..b9f6ae59c6b 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 DESCRIPTION="Virtual for FastCGI-enabled webservers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="|| (
 	www-apache/mod_fcgid


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2021-08-24 12:39 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-08-24 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bc1ee0df118a57c4fb2787ae9147cc2b9a887737
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Aug 24 12:38:23 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 12:38:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1ee0df

virtual/httpd-fastcgi: Remove www-servers/resin as provider

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{httpd-fastcgi-0-r1.ebuild => httpd-fastcgi-0-r2.ebuild}             | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
similarity index 95%
rename from virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
rename to virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
index d165d61f738..02b49d5e139 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
@@ -14,7 +14,6 @@ RDEPEND="
 		www-servers/lighttpd
 		www-servers/bozohttpd
 		www-servers/nginx
-		www-servers/resin
 		www-servers/cherokee
 	)
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2021-10-30  7:45 Akinori Hattori
  0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2021-10-30  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0bb3ed62758126b129e9639d9fe82c85277c312e
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 07:45:34 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 07:45:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb3ed62

virtual/httpd-fastcgi: add www-servers/h2o

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 .../{httpd-fastcgi-0-r2.ebuild => httpd-fastcgi-0-r3.ebuild}             | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
similarity index 95%
rename from virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
rename to virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
index dd75448a4c9..56a4a9fd4c5 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
@@ -13,6 +13,7 @@ RDEPEND="
 		www-apache/mod_fcgid
 		www-servers/lighttpd
 		www-servers/bozohttpd
+		www-servers/h2o
 		www-servers/nginx
 	)
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2021-10-30  7:45 Akinori Hattori
  0 siblings, 0 replies; 7+ messages in thread
From: Akinori Hattori @ 2021-10-30  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b4643ff9452fec939329ff7352700ff55d27fd10
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 07:43:55 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 07:43:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4643ff9

virtual/httpd-fastcgi: remove www-servers/cherokee

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
index 02b49d5e139..dd75448a4c9 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r2.ebuild
@@ -14,6 +14,5 @@ RDEPEND="
 		www-servers/lighttpd
 		www-servers/bozohttpd
 		www-servers/nginx
-		www-servers/cherokee
 	)
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/
@ 2022-03-02 12:26 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2022-03-02 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0214c7d4bb6e9ed433a3d94c82e2d77cd415afe7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 12:24:09 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 12:26:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0214c7d4

virtual/httpd-fastcgi: Remove www-servers/bozohttpd

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
index 56a4a9fd4c53..5940fbfd39f1 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,6 @@ RDEPEND="
 	|| (
 		www-apache/mod_fcgid
 		www-servers/lighttpd
-		www-servers/bozohttpd
 		www-servers/h2o
 		www-servers/nginx
 	)


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-02 12:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20  4:02 [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-fastcgi/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-03-02 12:26 Jakov Smolić
2021-10-30  7:45 Akinori Hattori
2021-10-30  7:45 Akinori Hattori
2021-08-24 12:39 David Seifert
2020-04-06 17:54 Sergei Trofimovich
2016-08-21 12:43 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox