From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C706138334 for ; Mon, 7 Oct 2019 13:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A165E0848; Mon, 7 Oct 2019 13:53:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70E7CE0857 for ; Mon, 7 Oct 2019 13:53:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F3F234BA09 for ; Mon, 7 Oct 2019 13:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54140840 for ; Mon, 7 Oct 2019 13:53:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570456400.4a6e4f60f40e2758d9fd644564e9245230a81137.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_vdbh/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild X-VCS-Directories: www-apache/mod_vdbh/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a6e4f60f40e2758d9fd644564e9245230a81137 X-VCS-Branch: master Date: Mon, 7 Oct 2019 13:53:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7a05056-3589-40c7-afb3-8caf4d6cfdc1 X-Archives-Hash: 49c16a2a40cde4ab57501a82cdd3f31e commit: 4a6e4f60f40e2758d9fd644564e9245230a81137 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 13:15:04 2019 +0000 Commit: Michał Górny gentoo 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 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