commit: 58593ae4428897b55b9fe52df44cb31749b195e7
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 11:33:16 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=58593ae4
Remove support for www-apps/trac
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 f1440b4..ebbdb64 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -1582,7 +1582,6 @@ class Config:
'lighttpd' : WebappConfig.server.Lighttpd,
'nginx' : WebappConfig.server.Nginx,
'gatling' : WebappConfig.server.Gatling,
- 'tracd' : WebappConfig.server.Tracd,
'uwsgi' : WebappConfig.server.uWSGI,
'caddy' : WebappConfig.server.Caddy, }
diff --git a/WebappConfig/server.py b/WebappConfig/server.py
index 45d1f5e..ab20ad0 100644
--- a/WebappConfig/server.py
+++ b/WebappConfig/server.py
@@ -347,16 +347,6 @@ class Gatling(Basic):
self.vhost_server_uid = get_user('gatling')
self.vhost_server_gid = get_group('gatling')
-class Tracd(Basic):
-
- name = 'Tracd'
- desc = 'supports installation on Trac standalone server'
- dep = 'www-apps/trac'
-
- def set_server_user(self):
- self.vhost_server_uid = get_user('tracd')
- self.vhost_server_gid = get_group('tracd')
-
class uWSGI(Basic):
name = 'uWSGI'
@@ -383,6 +373,5 @@ def listservers():
'lighttpd',
'nginx',
'gatling',
- 'tracd',
'uwsgi',
'caddy',]))
diff --git a/config/webapp-config b/config/webapp-config
index 3aa51f4..0fec39c 100755
--- a/config/webapp-config
+++ b/config/webapp-config
@@ -68,7 +68,6 @@ vhost_hostname="localhost"
# lighttpd
# nginx
# gatling
-# tracd
# uwsgi
# caddy