diff options
author | 2013-06-06 17:20:14 +0000 | |
---|---|---|
committer | 2013-06-06 17:20:14 +0000 | |
commit | bc1857394861f2d530b3c8cb9fbaa46b128da998 (patch) | |
tree | 7e3a70cf5a73426ef2494f4595812eda1ab5e590 /net-analyzer/fail2ban | |
parent | drop old (diff) | |
download | gentoo-2-bc1857394861f2d530b3c8cb9fbaa46b128da998.tar.gz gentoo-2-bc1857394861f2d530b3c8cb9fbaa46b128da998.tar.bz2 gentoo-2-bc1857394861f2d530b3c8cb9fbaa46b128da998.zip |
distutils{,-r1}_pkg_postinst does not exist.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.8.9.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index a7ef7bc579ad..22f6e077fbc6 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fail2ban # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.97 2013/06/06 17:00:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.98 2013/06/06 17:20:14 jer Exp $ + + 06 Jun 2013; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.9.ebuild: + distutils{,-r1}_pkg_postinst does not exist. 06 Jun 2013; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.8.ebuild, fail2ban-0.8.9.ebuild, -files/fail2ban.conf.d: diff --git a/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild index 4442990aaaf5..41af80cfce88 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild,v 1.3 2013/06/06 17:00:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.9.ebuild,v 1.4 2013/06/06 17:20:14 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_{5,6,7} ) @@ -56,8 +56,6 @@ pkg_preinst() { } pkg_postinst() { - distutils_pkg_postinst - if [[ $previous_less_than_0_7 = 0 ]] ; then elog elog "Configuration files are now in /etc/fail2ban/" |