summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:58:48 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:58:48 +0000
commit7d99884957f3801d42d2ebf3ab1a310ba05c21ab (patch)
tree49d4b8bb6cc7aa6a58bdfc7469b3834866519229 /net-analyzer/fail2ban
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-7d99884957f3801d42d2ebf3ab1a310ba05c21ab.tar.gz
gentoo-2-7d99884957f3801d42d2ebf3ab1a310ba05c21ab.tar.bz2
gentoo-2-7d99884957f3801d42d2ebf3ab1a310ba05c21ab.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r--net-analyzer/fail2ban/ChangeLog6
-rw-r--r--net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild4
-rw-r--r--net-analyzer/fail2ban/fail2ban-0.8.10.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog
index c78b750c0115..7d64aaf2056b 100644
--- a/net-analyzer/fail2ban/ChangeLog
+++ b/net-analyzer/fail2ban/ChangeLog
@@ -1,6 +1,10 @@
# 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.110 2013/07/26 07:06:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.111 2013/09/05 18:58:47 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> fail2ban-0.8.10-r2.ebuild,
+ fail2ban-0.8.10.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*fail2ban-0.8.10-r2 (26 Jul 2013)
diff --git a/net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild
index c4c4f191e6dd..718e7a030c86 100644
--- a/net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild
@@ -1,9 +1,9 @@
# 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.10-r2.ebuild,v 1.1 2013/07/26 07:06:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.10-r2.ebuild,v 1.2 2013/09/05 18:58:47 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
DISTUTILS_SINGLE_IMPL=yes
inherit distutils-r1 systemd vcs-snapshot
diff --git a/net-analyzer/fail2ban/fail2ban-0.8.10.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.10.ebuild
index e744d121523c..74628f71ca7f 100644
--- a/net-analyzer/fail2ban/fail2ban-0.8.10.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.8.10.ebuild
@@ -1,9 +1,9 @@
# 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.10.ebuild,v 1.6 2013/06/14 18:28:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.10.ebuild,v 1.7 2013/09/05 18:58:47 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
DISTUTILS_SINGLE_IMPL=yes
inherit distutils-r1 eutils vcs-snapshot