summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2007-11-25 14:59:06 +0000
committerBenedikt Boehm <hollow@gentoo.org>2007-11-25 14:59:06 +0000
commit6c6b75bd142dd77bd66b275233d11698b1cf2562 (patch)
treed7f2588e7e48935019301c1642e76d9754a3e079 /www-apache/mod_auth_mysql
parentquote variables and remove die statement for epatch, it will die on its own (diff)
downloadgentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.tar.gz
gentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.tar.bz2
gentoo-2-6c6b75bd142dd77bd66b275233d11698b1cf2562.zip
fix #196938; cleanup
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-apache/mod_auth_mysql')
-rw-r--r--www-apache/mod_auth_mysql/ChangeLog6
-rw-r--r--www-apache/mod_auth_mysql/files/digest-mod_auth_mysql-3.0.0-r13
-rw-r--r--www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild26
-rw-r--r--www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild4
4 files changed, 7 insertions, 32 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog
index d17c0de05232..1c8da1e86a30 100644
--- a/www-apache/mod_auth_mysql/ChangeLog
+++ b/www-apache/mod_auth_mysql/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for www-apache/mod_auth_mysql
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.5 2007/11/02 18:35:55 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.6 2007/11/25 14:59:05 hollow Exp $
07 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
-files/12_mod_auth_mysql.conf, -files/mod_auth_mysql.patch, metadata.xml,
-mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild:
Ebuild cleanup, set mysql as herd too.
+ 25 Nov 2007; Benedikt Böhm <hollow@gentoo.org>
+ -mod_auth_mysql-3.0.0-r1.ebuild, mod_auth_mysql-3.0.0-r2.ebuild:
+ fix #196938; cleanup
+
02 Nov 2007; Steve Dibb <beandog@gentoo.org>
mod_auth_mysql-3.0.0-r2.ebuild:
amd64 stable, bug 192391
diff --git a/www-apache/mod_auth_mysql/files/digest-mod_auth_mysql-3.0.0-r1 b/www-apache/mod_auth_mysql/files/digest-mod_auth_mysql-3.0.0-r1
deleted file mode 100644
index b841d6624e79..000000000000
--- a/www-apache/mod_auth_mysql/files/digest-mod_auth_mysql-3.0.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a9ffde3dabeddf32de50bf75597c809e mod_auth_mysql-3.0.0.tar.gz 19257
-RMD160 ef68d6ec7c99c4059a38ba74f41c22e2f88f3863 mod_auth_mysql-3.0.0.tar.gz 19257
-SHA256 56da2e386583548f2fd9976101633f028d5d4649b46f428ff1d0dd1639efbad4 mod_auth_mysql-3.0.0.tar.gz 19257
diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild
deleted file mode 100644
index 334ea53d633b..000000000000
--- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 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-r1.ebuild,v 1.2 2007/09/15 08:35:46 hollow Exp $
-
-inherit apache-module
-
-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}"
-
-APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient -lm -lz ${PN}.c"
-APACHE2_MOD_CONF="12_${PN}"
-APACHE2_MOD_DEFINE="AUTH_MYSQL"
-
-DOCFILES="README"
-
-need_apache2_0
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
index 74ac40a5e1b3..486cd23ce283 100644
--- 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
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.4 2007/11/02 18:35:55 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.5 2007/11/25 14:59:05 hollow Exp $
inherit apache-module eutils
@@ -21,7 +21,7 @@ APXS2_ARGS="-c -I/usr/include/mysql -lmysqlclient -lm -lz ${PN}.c"
APACHE2_MOD_CONF="12_${PN}"
APACHE2_MOD_DEFINE="AUTH_MYSQL"
-DOCFILES="README"
+DOCFILES="README CONFIGURE"
need_apache2_2