public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.4-r2.ebuild fail2ban-0.8.4-r1.ebuild fail2ban-0.8.4.ebuild
@ 2011-03-11 20:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-11 20:56 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/11 20:56:27

  Modified:             ChangeLog fail2ban-0.8.4-r2.ebuild
                        fail2ban-0.8.4-r1.ebuild fail2ban-0.8.4.ebuild
  Log:
  Use Python 2 (bug #315073).
  
  (Portage version: 2.2.0_alpha26_p15/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 net-analyzer/fail2ban/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	10 Feb 2011 23:35:21 -0000	1.63
+++ ChangeLog	11 Mar 2011 20:56:27 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.63 2011/02/10 23:35:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.64 2011/03/11 20:56:27 arfrever Exp $
+
+  11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  fail2ban-0.8.4.ebuild, fail2ban-0.8.4-r1.ebuild, fail2ban-0.8.4-r2.ebuild:
+  Use Python 2 (bug #315073).
 
   10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> fail2ban-0.8.4-r2.ebuild:
   Stable on amd64 wrt bug #351803



1.5                  net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild?r1=1.4&r2=1.5

Index: fail2ban-0.8.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fail2ban-0.8.4-r2.ebuild	10 Feb 2011 23:35:21 -0000	1.4
+++ fail2ban-0.8.4-r2.ebuild	11 Mar 2011 20:56:27 -0000	1.5
@@ -1,9 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild,v 1.4 2011/02/10 23:35:21 hwoarang Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r2.ebuild,v 1.5 2011/03/11 20:56:27 arfrever Exp $
 
+EAPI="3"
 PYTHON_DEPEND="2"
 
 inherit distutils eutils
@@ -21,6 +20,11 @@
 	virtual/mta
 	net-firewall/iptables"
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-hashlib.patch \
 		"${FILESDIR}"/${P}-sshd-breakin.patch \
@@ -48,6 +52,8 @@
 }
 
 pkg_postinst() {
+	distutils_pkg_postinst
+
 	if [[ $previous_less_than_0_7 = 0 ]] ; then
 		elog
 		elog "Configuration files are now in /etc/fail2ban/"



1.2                  net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild?r1=1.1&r2=1.2

Index: fail2ban-0.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fail2ban-0.8.4-r1.ebuild	5 Nov 2010 15:05:51 -0000	1.1
+++ fail2ban-0.8.4-r1.ebuild	11 Mar 2011 20:56:27 -0000	1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild,v 1.1 2010/11/05 15:05:51 hwoarang Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4-r1.ebuild,v 1.2 2011/03/11 20:56:27 arfrever Exp $
 
+EAPI="3"
 PYTHON_DEPEND="2"
 
 inherit distutils eutils
@@ -21,6 +20,11 @@
 	virtual/mta
 	net-firewall/iptables"
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-hashlib.patch \
 		"${FILESDIR}"/${P}-sshd-breakin.patch
@@ -51,6 +55,8 @@
 }
 
 pkg_postinst() {
+	distutils_pkg_postinst
+
 	if [[ $previous_less_than_0_7 = 0 ]] ; then
 		elog
 		elog "Configuration files are now in /etc/fail2ban/"



1.7                  net-analyzer/fail2ban/fail2ban-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild?r1=1.6&r2=1.7

Index: fail2ban-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fail2ban-0.8.4.ebuild	6 Jan 2010 19:54:48 -0000	1.6
+++ fail2ban-0.8.4.ebuild	11 Mar 2011 20:56:27 -0000	1.7
@@ -1,6 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild,v 1.6 2010/01/06 19:54:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.4.ebuild,v 1.7 2011/03/11 20:56:27 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
 
 inherit distutils
 
@@ -13,11 +16,14 @@
 KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND=">=dev-lang/python-2.4"
-RDEPEND="${DEPEND}
-	net-misc/whois
+RDEPEND="net-misc/whois
 	virtual/mta"
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_install() {
 	distutils_src_install
 
@@ -42,6 +48,8 @@
 }
 
 pkg_postinst() {
+	distutils_pkg_postinst
+
 	if [[ $previous_less_than_0_7 = 0 ]] ; then
 		elog
 		elog "Configuration files are now in /etc/fail2ban/"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.4-r2.ebuild fail2ban-0.8.4-r1.ebuild fail2ban-0.8.4.ebuild
@ 2011-05-14 11:41 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-14 11:41 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/14 11:41:10

  Modified:             ChangeLog
  Removed:              fail2ban-0.8.4-r2.ebuild fail2ban-0.8.4-r1.ebuild
                        fail2ban-0.8.4.ebuild
  Log:
  remove old ebuilds
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 net-analyzer/fail2ban/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	14 May 2011 10:58:44 -0000	1.70
+++ ChangeLog	14 May 2011 11:41:10 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/fail2ban
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.70 2011/05/14 10:58:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.71 2011/05/14 11:41:10 hwoarang Exp $
+
+  14 May 2011; Markos Chandras <hwoarang@gentoo.org> -fail2ban-0.8.4.ebuild,
+  -fail2ban-0.8.4-r1.ebuild, -fail2ban-0.8.4-r2.ebuild:
+  remove old ebuilds
 
   14 May 2011; Kacper Kowalik <xarthisius@gentoo.org> fail2ban-0.8.4-r3.ebuild:
   ppc/ppc64 stable wrt #364883






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-14 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-14 11:41 [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.4-r2.ebuild fail2ban-0.8.4-r1.ebuild fail2ban-0.8.4.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-11 20:56 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox