* [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apache/mod_vdbh/, www-apache/mod_vdbh/files/
@ 2024-07-12 11:31 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-07-12 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 44ea182edf5b00cfd5f45bc662449314a9af6a38
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 11:30:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 11:30:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ea182e
www-apache/mod_vdbh: treeclean
Bug: https://bugs.gentoo.org/933847
Bug: https://bugs.gentoo.org/742452
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
profiles/package.mask | 6 -----
www-apache/mod_vdbh/Manifest | 1 -
www-apache/mod_vdbh/files/21_mod_vdbh.conf | 18 ---------------
www-apache/mod_vdbh/metadata.xml | 5 ----
www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild | 34 ----------------------------
5 files changed, 64 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index c7c3ef37f3ad..5873aca0deb6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -406,12 +406,6 @@ dev-ml/patience_diff:0/0.17
# Removal on 2024-07-08. Bug #933850.
www-apps/wiliki
-# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-08)
-# Various apache modules with no reverse dependencies, EAPI=6,
-# some maintainer-needed.
-# Removal on 2024-07-08. Bugs #933847, #742452.
-www-apache/mod_vdbh
-
# Michał Górny <mgorny@gentoo.org> (2024-06-08)
# Prereleases of Xfce 4.20. Masking upon popular request, due to
# a large number of regressions in every new release.
diff --git a/www-apache/mod_vdbh/Manifest b/www-apache/mod_vdbh/Manifest
deleted file mode 100644
index 101063569640..000000000000
--- a/www-apache/mod_vdbh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_vdbh-1.0.3.tar.gz 8053 BLAKE2B f0b7b00e180c288cd93fbc4021f2c35809179d980a3bd20d05173f4da057cf923efa13cc0331a075e2cefc44860bf82236a801f17c80625670dbe924bc9fb7eb SHA512 32039fca98bd106571db2f456c60a8420a67846125e3a042ba7e770817d62c224c834aed79d9cdd538116c46bdb9b7bc90be0b6832ecc8712572bc95280805cf
diff --git a/www-apache/mod_vdbh/files/21_mod_vdbh.conf b/www-apache/mod_vdbh/files/21_mod_vdbh.conf
deleted file mode 100644
index 337e07bbecdb..000000000000
--- a/www-apache/mod_vdbh/files/21_mod_vdbh.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-<IfDefine VDBH>
-LoadModule vdbh_module modules/mod_vdbh.so
-
-#NameVirtualHost 206.9.161.29
-#<VirtualHost 206.9.161.29>
-# vdbh On
-# vdbh_CLIENT_COMPRESS On
-# vdbh_MySQL_Database virtual_hosts
-# vdbh_MySQL_Table virtual_hosts
-# vdbh_MySQL_Host_Field server
-# vdbh_MySQL_Path_Field path
-# vdbh_MySQL_Environment_Field environment_variable
-# vdbh_Default_Host julia.fractal.net
-# vdbh_Declines .htpasswd *.txt
-#</VirtualHost>
-</IfDefine>
-
-# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_vdbh/metadata.xml b/www-apache/mod_vdbh/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/www-apache/mod_vdbh/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
deleted file mode 100644
index 3b7c60c3f165..000000000000
--- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit apache-module
-
-KEYWORDS="ppc x86"
-
-DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database"
-HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
-SRC_URI="http://www.synthemesc.com/downloads/${PN}/${P}.tar.gz"
-LICENSE="Apache-1.1"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-DEPEND="dev-db/mysql-connector-c:=
- >=sys-libs/zlib-1.1.4"
-RDEPEND="${DEPEND}"
-
-APXS2_ARGS="-DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient -c ${PN}.c"
-
-APACHE2_MOD_CONF="21_mod_vdbh"
-APACHE2_MOD_DEFINE="VDBH"
-
-DOCFILES="AUTHORS README"
-
-need_apache2
-
-pkg_setup() {
- _init_apache2_late
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-12 11:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 11:31 [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apache/mod_vdbh/, www-apache/mod_vdbh/files/ Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox