summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 15:15:04 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 15:53:20 +0200
commit4a6e4f60f40e2758d9fd644564e9245230a81137 (patch)
tree69f2575e8580bf12a41fa8d7aba9225ac35415ed /www-apache
parentsys-process/anacron: Drop old (EAPI=0) (diff)
downloadgentoo-4a6e4f60f40e2758d9fd644564e9245230a81137.tar.gz
gentoo-4a6e4f60f40e2758d9fd644564e9245230a81137.tar.bz2
gentoo-4a6e4f60f40e2758d9fd644564e9245230a81137.zip
www-apache/mod_vdbh: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
deleted file mode 100644
index 6e53bbb94e10..000000000000
--- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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="virtual/mysql
- >=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