commit: 4a6e4f60f40e2758d9fd644564e9245230a81137 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 7 13:15:04 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 7 13:53:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e4f60
www-apache/mod_vdbh: Drop old (EAPI=0) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild | 30 ---------------------------- 1 file changed, 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 6e53bbb94e1..00000000000 --- 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
