commit: f5c7e2f0f0707eb0844f6dd86379c8348f3aef96 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 10:49:27 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Nov 1 10:51:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c7e2f0
www-apache/mod_log_sql: Drop old Package-Manager: portage-2.3.2 www-apache/mod_log_sql/mod_log_sql-1.101-r1.ebuild | 50 ---------------------- 1 file changed, 50 deletions(-) diff --git a/www-apache/mod_log_sql/mod_log_sql-1.101-r1.ebuild b/www-apache/mod_log_sql/mod_log_sql-1.101-r1.ebuild deleted file mode 100644 index c92c273..00000000 --- a/www-apache/mod_log_sql/mod_log_sql-1.101-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -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 )" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="1.101/42_${PN}" -APACHE2_MOD_DEFINE="LOG_SQL" - -APACHE2_EXECFILES=" - .libs/${PN}_dbi.so - .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_2 - -src_compile() { - 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} || die "econf failed" - emake || die "emake failed" -} - -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." -}
