commit:     0ea946729df78495c9bbe37c8e8cc96af39ba56c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 11:16:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 17:55:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea94672

www-apache/mod_log_sql: Drop 1.101-r2

Closes: https://bugs.gentoo.org/666074
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild | 61 ----------------------
 1 file changed, 61 deletions(-)

diff --git a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild 
b/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild
deleted file mode 100644
index d64a1d825f6..00000000000
--- a/www-apache/mod_log_sql/mod_log_sql-1.101-r2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit apache-module epatch
-
-DESCRIPTION="An Apache module for logging to an SQL (MySQL) database"
-HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_log_sql/";
-SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2";
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbi ssl"
-
-DEPEND="virtual/mysql
-       dbi? ( dev-db/libdbi )
-       ssl? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="1.101/42_${PN}"
-APACHE2_MOD_DEFINE="LOG_SQL"
-
-APACHE2_EXECFILES="
-       .libs/${PN}_logio.so
-       .libs/${PN}_mysql.so
-       .libs/${PN}_ssl.so"
-
-DOCFILES="AUTHORS CHANGELOG docs/README docs/manual.html \
-contrib/create_tables.sql contrib/make_combined_log.pl 
contrib/mysql_import_combined_log.pl"
-
-need_apache2_4
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-apache-2.4.patch
-}
-
-src_configure() {
-       local myconf="--with-apxs=${APXS}"
-       use ssl && myconf="${myconf} --with-ssl-inc=/usr"
-       use ssl || myconf="${myconf} --without-ssl-inc"
-       use dbi && myconf="${myconf} --with-dbi=/usr"
-       use dbi || myconf="${myconf} --without-dbi"
-       econf ${myconf}
-}
-
-src_compile() {
-       emake
-}
-
-src_install() {
-       use dbi && APACHE2_EXECFILES="${APACHE2_EXECFILES} .libs/${PN}_dbi.so"
-       apache-module_src_install
-}
-
-pkg_postinst() {
-       use dbi && APACHE2_MOD_DEFINE="${APACHE2_MOD_DEFINE} DBI"
-       apache-module_pkg_postinst
-       einfo "Refer to /usr/share/doc/${PF}/ for scripts"
-       einfo "on how to create logging tables."
-}

Reply via email to