commit:     9e7244cca657375e32900a0729a170316b794f1c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 11:26:35 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 14:57:51 2025 +0000
URL:        https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=9e7244cc

Remove support for www-servers/cherokee

Dropped from gentoo in 2020.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 WebappConfig/config.py |  1 -
 WebappConfig/server.py | 11 -----------
 config/webapp-config   |  1 -
 3 files changed, 13 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 9771776..f1440b4 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -1580,7 +1580,6 @@ class Config:
 
         allowed_servers = {'apache'   : WebappConfig.server.Apache,
                            'lighttpd' : WebappConfig.server.Lighttpd,
-                           'cherokee' : WebappConfig.server.Cherokee,
                            'nginx'    : WebappConfig.server.Nginx,
                            'gatling'  : WebappConfig.server.Gatling,
                            'tracd'    : WebappConfig.server.Tracd,

diff --git a/WebappConfig/server.py b/WebappConfig/server.py
index 361a578..45d1f5e 100644
--- a/WebappConfig/server.py
+++ b/WebappConfig/server.py
@@ -327,16 +327,6 @@ class Lighttpd(Basic):
         self.vhost_server_uid = get_user('lighttpd')
         self.vhost_server_gid = get_group('lighttpd')
 
-class Cherokee(Basic):
-
-    name   = 'Cherokee'
-    desc   = 'supports installation on Cherokee'
-    dep    = 'www-servers/cherokee'
-
-    def set_server_user(self):
-        self.vhost_server_uid = get_user('cherokee')
-        self.vhost_server_gid = get_group('cherokee')
-
 class Nginx(Basic):
 
     name   = 'Nginx'
@@ -391,7 +381,6 @@ def listservers():
 
     OUT.notice('\n'.join(['apache',
                           'lighttpd',
-                          'cherokee',
                           'nginx',
                           'gatling',
                           'tracd',

diff --git a/config/webapp-config b/config/webapp-config
index 3b6690e..3aa51f4 100755
--- a/config/webapp-config
+++ b/config/webapp-config
@@ -66,7 +66,6 @@ vhost_hostname="localhost"
 #
 # apache
 # lighttpd
-# cherokee
 # nginx
 # gatling
 # tracd

Reply via email to