diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-16 03:08:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-16 03:08:04 +0000 |
commit | 8b49d8de9a038fb92d8ee93a8240d7f340a64418 (patch) | |
tree | 41898438c11d6dd26506fe342c65d2837ff01028 /www-apache/mod_access_dnsbl | |
parent | Add patch to workaround FreeBSD build failure. #232273 ; Add ~x86-fbsd. (diff) | |
download | historical-8b49d8de9a038fb92d8ee93a8240d7f340a64418.tar.gz historical-8b49d8de9a038fb92d8ee93a8240d7f340a64418.tar.bz2 historical-8b49d8de9a038fb92d8ee93a8240d7f340a64418.zip |
Restricting to apache 2.2
Package-Manager: portage-2.2.0_alpha137/cvs/Linux x86_64
Diffstat (limited to 'www-apache/mod_access_dnsbl')
-rw-r--r-- | www-apache/mod_access_dnsbl/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apache/mod_access_dnsbl/ChangeLog b/www-apache/mod_access_dnsbl/ChangeLog index 8c7709f4e586..3632b5b499c8 100644 --- a/www-apache/mod_access_dnsbl/ChangeLog +++ b/www-apache/mod_access_dnsbl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_access_dnsbl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_access_dnsbl/ChangeLog,v 1.3 2008/01/27 18:42:21 hollow Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_access_dnsbl/ChangeLog,v 1.4 2012/10/16 03:04:23 patrick Exp $ + + 16 Oct 2012; Patrick Lauer <patrick@gentoo.org> mod_access_dnsbl-0.01.ebuild: + Restricting to apache 2.2 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml: update metadata @@ -15,4 +18,3 @@ +files/10_mod_access_dnsbl.conf, +metadata.xml, +mod_access_dnsbl-0.01.ebuild: initial version - diff --git a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild index e7f433ee5310..cac345323f66 100644 --- a/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild +++ b/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild,v 1.2 2008/01/27 16:03:54 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_access_dnsbl/mod_access_dnsbl-0.01.ebuild,v 1.3 2012/10/16 03:04:23 patrick Exp $ inherit apache-module eutils @@ -20,4 +20,4 @@ RDEPEND="${DEPEND}" APACHE2_MOD_CONF="10_${PN}" APACHE2_MOD_DEFINE="DNSBL" -need_apache2 +need_apache2_2 |