public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-04-23  7:07 Benda XU (heroxbd)
  0 siblings, 0 replies; 8+ messages in thread
From: Benda XU (heroxbd) @ 2012-04-23  7:07 UTC (permalink / raw
  To: gentoo-commits

heroxbd     12/04/23 07:07:28

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  add prefix support
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-firewall/iptables/iptables-1.4.13.ebuild

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

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iptables-1.4.13.ebuild	28 Mar 2012 04:15:30 -0000	1.1
+++ iptables-1.4.13.ebuild	23 Apr 2012 07:07:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.1 2012/03/28 04:15:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.2 2012/04/23 07:07:28 heroxbd Exp $
 
 EAPI="4"
 
@@ -38,8 +38,8 @@
 		-e "/nfnetlink=[01]/s:=[01]:=$(usex netlink 1 0):" \
 		configure || die
 	econf \
-		--sbindir=/sbin \
-		--libexecdir=/$(get_libdir) \
+		--sbindir="${EPREFIX}/sbin" \
+		--libexecdir="${EPREFIX}/$(get_libdir)" \
 		--enable-devel \
 		--enable-libipq \
 		--enable-shared \



1.261                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.260&r2=1.261

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog	28 Mar 2012 04:15:30 -0000	1.260
+++ ChangeLog	23 Apr 2012 07:07:28 -0000	1.261
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.260 2012/03/28 04:15:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.261 2012/04/23 07:07:28 heroxbd Exp $
+
+  23 Apr 2012;  <heroxbd@gentoo.org> iptables-1.4.13.ebuild:
+  add prefix support
 
 *iptables-1.4.13 (28 Mar 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-05 21:40 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-05-05 21:40 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/05 21:40:01

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  Marking iptables-1.4.13 ppc for bug 414329
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  net-firewall/iptables/iptables-1.4.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?r1=1.2&r2=1.3

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iptables-1.4.13.ebuild	23 Apr 2012 07:07:28 -0000	1.2
+++ iptables-1.4.13.ebuild	5 May 2012 21:40:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.2 2012/04/23 07:07:28 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.3 2012/05/05 21:40:01 ranger Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.263                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.262&r2=1.263

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog	23 Apr 2012 07:09:42 -0000	1.262
+++ ChangeLog	5 May 2012 21:40:01 -0000	1.263
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.262 2012/04/23 07:09:42 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.263 2012/05/05 21:40:01 ranger Exp $
+
+  05 May 2012; Brent Baude <ranger@gentoo.org> iptables-1.4.13.ebuild:
+  Marking iptables-1.4.13 ppc for bug 414329
 
   23 Apr 2012; Benda Xu <heroxbd@gentoo.org> iptables-1.4.13.ebuild:
   add prefix support






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-06 12:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-06 12:19 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/06 12:19:45

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #414329
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-firewall/iptables/iptables-1.4.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?r1=1.3&r2=1.4

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iptables-1.4.13.ebuild	5 May 2012 21:40:01 -0000	1.3
+++ iptables-1.4.13.ebuild	6 May 2012 12:19:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.3 2012/05/05 21:40:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.4 2012/05/06 12:19:45 ago Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.264                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.263&r2=1.264

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog	5 May 2012 21:40:01 -0000	1.263
+++ ChangeLog	6 May 2012 12:19:45 -0000	1.264
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.263 2012/05/05 21:40:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.264 2012/05/06 12:19:45 ago Exp $
+
+  06 May 2012; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.13.ebuild:
+  Stable for amd64, wrt bug #414329
 
   05 May 2012; Brent Baude <ranger@gentoo.org> iptables-1.4.13.ebuild:
   Marking iptables-1.4.13 ppc for bug 414329






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-08 15:37 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-05-08 15:37 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/08 15:37:23

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  Marking iptables-1.4.13 ppc64 for bug 414329
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  net-firewall/iptables/iptables-1.4.13.ebuild

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

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iptables-1.4.13.ebuild	6 May 2012 12:19:45 -0000	1.4
+++ iptables-1.4.13.ebuild	8 May 2012 15:37:23 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.4 2012/05/06 12:19:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.5 2012/05/08 15:37:23 ranger Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.265                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog	6 May 2012 12:19:45 -0000	1.264
+++ ChangeLog	8 May 2012 15:37:23 -0000	1.265
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.264 2012/05/06 12:19:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.265 2012/05/08 15:37:23 ranger Exp $
+
+  08 May 2012; Brent Baude <ranger@gentoo.org> iptables-1.4.13.ebuild:
+  Marking iptables-1.4.13 ppc64 for bug 414329
 
   06 May 2012; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.13.ebuild:
   Stable for amd64, wrt bug #414329






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-09  7:20 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-09  7:20 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/09 07:20:24

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  marked x86 per bug 414329
  
  (Portage version: 2.2.0_alpha102/cvs/Linux i686)

Revision  Changes    Path
1.6                  net-firewall/iptables/iptables-1.4.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?r1=1.5&r2=1.6

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iptables-1.4.13.ebuild	8 May 2012 15:37:23 -0000	1.5
+++ iptables-1.4.13.ebuild	9 May 2012 07:20:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.5 2012/05/08 15:37:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.6 2012/05/09 07:20:24 jdhore Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.266                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	8 May 2012 15:37:23 -0000	1.265
+++ ChangeLog	9 May 2012 07:20:24 -0000	1.266
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.265 2012/05/08 15:37:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.266 2012/05/09 07:20:24 jdhore Exp $
+
+  09 May 2012; Jeff Horelick <jdhore@gentoo.org> iptables-1.4.13.ebuild:
+  marked x86 per bug 414329
 
   08 May 2012; Brent Baude <ranger@gentoo.org> iptables-1.4.13.ebuild:
   Marking iptables-1.4.13 ppc64 for bug 414329






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-12 13:14 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-05-12 13:14 UTC (permalink / raw
  To: gentoo-commits

maekke      12/05/12 13:14:54

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  arm stable, bug #414329
  
  (Portage version: 2.1.10.57/cvs/Linux i686)

Revision  Changes    Path
1.7                  net-firewall/iptables/iptables-1.4.13.ebuild

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

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iptables-1.4.13.ebuild	9 May 2012 07:20:24 -0000	1.6
+++ iptables-1.4.13.ebuild	12 May 2012 13:14:54 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.6 2012/05/09 07:20:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.7 2012/05/12 13:14:54 maekke Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.267                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.267&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.267&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.266&r2=1.267

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog	9 May 2012 07:20:24 -0000	1.266
+++ ChangeLog	12 May 2012 13:14:54 -0000	1.267
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.266 2012/05/09 07:20:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.267 2012/05/12 13:14:54 maekke Exp $
+
+  12 May 2012; Markus Meier <maekke@gentoo.org> iptables-1.4.13.ebuild:
+  arm stable, bug #414329
 
   09 May 2012; Jeff Horelick <jdhore@gentoo.org> iptables-1.4.13.ebuild:
   marked x86 per bug 414329






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-15 18:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-15 18:58 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/15 18:58:12

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #414329).
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-firewall/iptables/iptables-1.4.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?r1=1.7&r2=1.8

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iptables-1.4.13.ebuild	12 May 2012 13:14:54 -0000	1.7
+++ iptables-1.4.13.ebuild	15 May 2012 18:58:12 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.7 2012/05/12 13:14:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.8 2012/05/15 18:58:12 jer Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.268                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.268&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.268&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.267&r2=1.268

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog	12 May 2012 13:14:54 -0000	1.267
+++ ChangeLog	15 May 2012 18:58:12 -0000	1.268
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.267 2012/05/12 13:14:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.268 2012/05/15 18:58:12 jer Exp $
+
+  15 May 2012; Jeroen Roovers <jer@gentoo.org> iptables-1.4.13.ebuild:
+  Stable for HPPA (bug #414329).
 
   12 May 2012; Markus Meier <maekke@gentoo.org> iptables-1.4.13.ebuild:
   arm stable, bug #414329






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

* [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog
@ 2012-05-28 16:31 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-28 16:31 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/28 16:31:41

  Modified:             iptables-1.4.13.ebuild ChangeLog
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #414329
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.9                  net-firewall/iptables/iptables-1.4.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild?r1=1.8&r2=1.9

Index: iptables-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iptables-1.4.13.ebuild	15 May 2012 18:58:12 -0000	1.8
+++ iptables-1.4.13.ebuild	28 May 2012 16:31:41 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.8 2012/05/15 18:58:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.9 2012/05/28 16:31:41 armin76 Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="ipv6 netlink static-libs"
 
 RDEPEND="



1.270                net-firewall/iptables/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.270&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.270&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.269&r2=1.270

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog	21 May 2012 21:24:16 -0000	1.269
+++ ChangeLog	28 May 2012 16:31:41 -0000	1.270
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/iptables
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.269 2012/05/21 21:24:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.270 2012/05/28 16:31:41 armin76 Exp $
+
+  28 May 2012; Raúl Porcel <armin76@gentoo.org> iptables-1.4.13.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #414329
 
 *iptables-1.4.13-r1 (21 May 2012)
 






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

end of thread, other threads:[~2012-05-28 16:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09  7:20 [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: iptables-1.4.13.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-28 16:31 Raul Porcel (armin76)
2012-05-15 18:58 Jeroen Roovers (jer)
2012-05-12 13:14 Markus Meier (maekke)
2012-05-08 15:37 Brent Baude (ranger)
2012-05-06 12:19 Agostino Sarubbo (ago)
2012-05-05 21:40 Brent Baude (ranger)
2012-04-23  7:07 Benda XU (heroxbd)

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