www-apache/mod_vdbh: treeclean

Bug: https://bugs.gentoo.org/933847
Bug: https://bugs.gentoo.org/742452
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-07-12 14:30:03 +03:00
parent 4d7f27371e
commit 44ea182edf
5 changed files with 0 additions and 64 deletions

View File

@@ -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.

View File

@@ -1 +0,0 @@
DIST mod_vdbh-1.0.3.tar.gz 8053 BLAKE2B f0b7b00e180c288cd93fbc4021f2c35809179d980a3bd20d05173f4da057cf923efa13cc0331a075e2cefc44860bf82236a801f17c80625670dbe924bc9fb7eb SHA512 32039fca98bd106571db2f456c60a8420a67846125e3a042ba7e770817d62c224c834aed79d9cdd538116c46bdb9b7bc90be0b6832ecc8712572bc95280805cf

View File

@@ -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

View File

@@ -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>

View File

@@ -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
}