summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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-4.3.9.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apache/mod-auth-mysql/ChangeLog b/www-apache/mod-auth-mysql/ChangeLog
index b0774e69380c..25939dfbb88d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog,v 1.2 2012/11/27 19:02:53 pacho Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/ChangeLog,v 1.3 2013/11/06 02:28:40 patrick Exp $
+
+ 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> mod-auth-mysql-4.3.9.ebuild:
+ Shorten description, make repoman happier
27 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop apache herd as discussed in http://www.gossamer-
diff --git a/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild b/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild
index 9f00883e09a5..da1bd19d744e 100644
--- a/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild
+++ b/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 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-4.3.9.ebuild,v 1.1 2010/03/24 20:34:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod-auth-mysql/mod-auth-mysql-4.3.9.ebuild,v 1.2 2013/11/06 02:28:39 patrick Exp $
EAPI=3
inherit apache-module eutils
-DESCRIPTION="A module for the Apache 2 web server which enables HTTP authentication against information stored in a MySQL database. "
+DESCRIPTION="Apache 2 module enabling HTTP authentication against MySQL databases. "
HOMEPAGE="http://packages.debian.org/source/mod-auth-mysql"
DEBIAN_PV="13"
MY_P="${PN}_${PV/-/_}"