summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-04 01:31:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-04 01:31:32 +0000
commit810f540b327061795e7eafe1076ae57d5a3e110a (patch)
treefdb57aed0e8af1dc6161e6fea7e3ffdeee7d15a7 /www-apache
parentRemove old. (diff)
downloadgentoo-2-810f540b327061795e7eafe1076ae57d5a3e110a.tar.gz
gentoo-2-810f540b327061795e7eafe1076ae57d5a3e110a.tar.bz2
gentoo-2-810f540b327061795e7eafe1076ae57d5a3e110a.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_mysql/ChangeLog7
-rw-r--r--www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog
index bcc7df706689..66d23dd65e27 100644
--- a/www-apache/mod_auth_mysql/ChangeLog
+++ b/www-apache/mod_auth_mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_auth_mysql
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.14 2014/08/10 20:14:00 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.15 2015/08/04 01:31:32 mrueg Exp $
+
+ 04 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -mod_auth_mysql-3.0.0-r2.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
mod_auth_mysql-3.0.0-r2.ebuild, mod_auth_mysql-3.0.0-r3.ebuild:
diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild
deleted file mode 100644
index f06868a234aa..000000000000
--- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.8 2014/08/10 20:14:00 slyfox Exp $
-
-EAPI="2"
-
-inherit apache-module eutils
-
-DESCRIPTION="Basic authentication for Apache using a MySQL database"
-HOMEPAGE="http://modauthmysql.sourceforge.net/"
-SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/mysql
- sys-libs/zlib"
-RDEPEND="${DEPEND}
- !www-apache/mod-auth-mysql"
-
-APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient_r -lm -lz ${PN}.c"
-APACHE2_MOD_CONF="12_${PN}"
-APACHE2_MOD_DEFINE="AUTH_MYSQL"
-
-DOCFILES="README CONFIGURE"
-
-need_apache2_2
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-apache-2.2.patch"
- epatch "${FILESDIR}/${P}-htpasswd2-auth-style.patch"
-}