public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-05-27 13:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-27 13:01 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/27 13:01:42

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Fix ifconfig path in test.sh.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- socat-1.7.2.2.ebuild	27 May 2013 11:48:36 -0000	1.1
+++ socat-1.7.2.2.ebuild	27 May 2013 13:01:42 -0000	1.2
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.1 2013/05/27 11:48:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.2 2013/05/27 13:01:42 jer Exp $
 
 EAPI="4"
 
@@ -26,6 +26,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.7.2.1-long-long.patch #436164
+	sed -i test.sh -e "s|/sbin/ifconfig|$(type -P ifconfig)|g" || die
 	eautoreconf
 }
 



1.111                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	27 May 2013 12:07:09 -0000	1.110
+++ ChangeLog	27 May 2013 13:01:42 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.110 2013/05/27 12:07:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.111 2013/05/27 13:01:42 jer Exp $
+
+  27 May 2013; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.2.ebuild:
+  Fix ifconfig path in test.sh.
 
   27 May 2013; Jeroen Roovers <jer@gentoo.org> socat-2.0.0_beta6.ebuild:
   Remove unneeded autotools.





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-05-28 13:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-28 13:09 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/28 13:09:42

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #471354).
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- socat-1.7.2.2.ebuild	27 May 2013 13:01:42 -0000	1.2
+++ socat-1.7.2.2.ebuild	28 May 2013 13:09:42 -0000	1.3
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.2 2013/05/27 13:01:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.3 2013/05/28 13:09:42 jer Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.112                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	27 May 2013 13:01:42 -0000	1.111
+++ ChangeLog	28 May 2013 13:09:42 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.111 2013/05/27 13:01:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.112 2013/05/28 13:09:42 jer Exp $
+
+  28 May 2013; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable for HPPA (bug #471354).
 
   27 May 2013; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.2.ebuild:
   Fix ifconfig path in test.sh.





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-02  9:53 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2013-06-02  9:53 UTC (permalink / raw
  To: gentoo-commits

maekke      13/06/02 09:53:38

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  arm stable, bug #471354
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.4                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- socat-1.7.2.2.ebuild	28 May 2013 13:09:42 -0000	1.3
+++ socat-1.7.2.2.ebuild	2 Jun 2013 09:53:38 -0000	1.4
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.3 2013/05/28 13:09:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.4 2013/06/02 09:53:38 maekke Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.113                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	28 May 2013 13:09:42 -0000	1.112
+++ ChangeLog	2 Jun 2013 09:53:38 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.112 2013/05/28 13:09:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.113 2013/06/02 09:53:38 maekke Exp $
+
+  02 Jun 2013; Markus Meier <maekke@gentoo.org> socat-1.7.2.2.ebuild:
+  arm stable, bug #471354
 
   28 May 2013; Jeroen Roovers <jer@gentoo.org> socat-1.7.2.2.ebuild:
   Stable for HPPA (bug #471354).





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-04  9:34 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 8+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-06-04  9:34 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/06/04 09:34:03

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable on amd64 and x86, wrt bug #471354
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.5                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- socat-1.7.2.2.ebuild	2 Jun 2013 09:53:38 -0000	1.4
+++ socat-1.7.2.2.ebuild	4 Jun 2013 09:34:03 -0000	1.5
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.4 2013/06/02 09:53:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.5 2013/06/04 09:34:03 pinkbyte Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.114                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	2 Jun 2013 09:53:38 -0000	1.113
+++ ChangeLog	4 Jun 2013 09:34:03 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.113 2013/06/02 09:53:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.114 2013/06/04 09:34:03 pinkbyte Exp $
+
+  04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable on amd64 and x86, wrt bug #471354
 
   02 Jun 2013; Markus Meier <maekke@gentoo.org> socat-1.7.2.2.ebuild:
   arm stable, bug #471354





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-09 11:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:32:48

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #471354
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- socat-1.7.2.2.ebuild	4 Jun 2013 09:34:03 -0000	1.5
+++ socat-1.7.2.2.ebuild	9 Jun 2013 11:32:48 -0000	1.6
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.5 2013/06/04 09:34:03 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.6 2013/06/09 11:32:48 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.115                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	4 Jun 2013 09:34:03 -0000	1.114
+++ ChangeLog	9 Jun 2013 11:32:48 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.114 2013/06/04 09:34:03 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.115 2013/06/09 11:32:48 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable for alpha, wrt bug #471354
 
   04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> socat-1.7.2.2.ebuild:
   Stable on amd64 and x86, wrt bug #471354





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-09 11:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:33:06

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #471354
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- socat-1.7.2.2.ebuild	9 Jun 2013 11:32:48 -0000	1.6
+++ socat-1.7.2.2.ebuild	9 Jun 2013 11:33:06 -0000	1.7
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.6 2013/06/09 11:32:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.7 2013/06/09 11:33:06 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.116                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	9 Jun 2013 11:32:48 -0000	1.115
+++ ChangeLog	9 Jun 2013 11:33:06 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.115 2013/06/09 11:32:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.116 2013/06/09 11:33:06 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable for ia64, wrt bug #471354
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
   Stable for alpha, wrt bug #471354





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-09 11:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:33:25

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #471354
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- socat-1.7.2.2.ebuild	9 Jun 2013 11:33:06 -0000	1.7
+++ socat-1.7.2.2.ebuild	9 Jun 2013 11:33:25 -0000	1.8
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.7 2013/06/09 11:33:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.8 2013/06/09 11:33:25 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.117                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	9 Jun 2013 11:33:06 -0000	1.116
+++ ChangeLog	9 Jun 2013 11:33:25 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.116 2013/06/09 11:33:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.117 2013/06/09 11:33:25 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable for ppc, wrt bug #471354
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
   Stable for ia64, wrt bug #471354





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

* [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog
@ 2013-06-09 11:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 11:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 11:33:43

  Modified:             socat-1.7.2.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #471354
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  net-misc/socat/socat-1.7.2.2.ebuild

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

Index: socat-1.7.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- socat-1.7.2.2.ebuild	9 Jun 2013 11:33:25 -0000	1.8
+++ socat-1.7.2.2.ebuild	9 Jun 2013 11:33:43 -0000	1.9
@@ -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-misc/socat/socat-1.7.2.2.ebuild,v 1.8 2013/06/09 11:33:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.2.ebuild,v 1.9 2013/06/09 11:33:43 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



1.118                net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	9 Jun 2013 11:33:25 -0000	1.117
+++ ChangeLog	9 Jun 2013 11:33:43 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.117 2013/06/09 11:33:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.118 2013/06/09 11:33:43 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
+  Stable for sparc, wrt bug #471354
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> socat-1.7.2.2.ebuild:
   Stable for ppc, wrt bug #471354





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

end of thread, other threads:[~2013-06-09 11:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 11:32 [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-09 11:33 Agostino Sarubbo (ago)
2013-06-09 11:33 Agostino Sarubbo (ago)
2013-06-09 11:33 Agostino Sarubbo (ago)
2013-06-04  9:34 Sergey Popov (pinkbyte)
2013-06-02  9:53 Markus Meier (maekke)
2013-05-28 13:09 Jeroen Roovers (jer)
2013-05-27 13:01 Jeroen Roovers (jer)

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