public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-01-14  3:55 Patrick Lauer (patrick)
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer (patrick) @ 2013-01-14  3:55 UTC (permalink / raw
  To: gentoo-commits

patrick     13/01/14 03:55:15

  Modified:             ChangeLog
  Added:                twisted-conch-12.3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.84                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	8 Oct 2012 19:30:06 -0000	1.83
+++ ChangeLog	14 Jan 2013 03:55:15 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-conch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.83 2012/10/08 19:30:06 marienz Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.84 2013/01/14 03:55:15 patrick Exp $
+
+*twisted-conch-12.3.0 (14 Jan 2013)
+
+  14 Jan 2013; Patrick Lauer <patrick@gentoo.org> +twisted-conch-12.3.0.ebuild:
+  Bump
 
   08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-conch-12.2.0.ebuild:
   Fix python dependency to match dev-python/twisted's, spotted by Arfrever.



1.1                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.1&content-type=text/plain

Index: twisted-conch-12.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.1 2013/01/14 03:55:15 patrick Exp $

EAPI="4"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-*"
MY_PACKAGE="Conch"

inherit twisted versionator

DESCRIPTION="Twisted SSHv2 implementation"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
	dev-python/pyasn1
	dev-python/pycrypto"
RDEPEND="${DEPEND}"

PYTHON_MODNAME="twisted/conch twisted/plugins"

src_prepare() {
	distutils_src_prepare

	if [[ "${EUID}" -eq 0 ]]; then
		# Disable tests failing with root permissions.
		sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py
		sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-01  9:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01  9:49 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 09:49:54

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #468150
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.3&r2=1.4

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twisted-conch-12.3.0.ebuild	23 Aug 2013 12:56:58 -0000	1.3
+++ twisted-conch-12.3.0.ebuild	1 Sep 2013 09:49:54 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.3 2013/08/23 12:56:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.4 2013/09/01 09:49:54 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.90                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	23 Aug 2013 12:56:58 -0000	1.89
+++ ChangeLog	1 Sep 2013 09:49:54 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.89 2013/08/23 12:56:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.90 2013/09/01 09:49:54 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for amd64, wrt bug #468150
 
   23 Aug 2013; Jeroen Roovers <jer@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for HPPA (bug #468150).





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-01  9:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01  9:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 09:50:52

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #468150
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.4&r2=1.5

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twisted-conch-12.3.0.ebuild	1 Sep 2013 09:49:54 -0000	1.4
+++ twisted-conch-12.3.0.ebuild	1 Sep 2013 09:50:52 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.4 2013/09/01 09:49:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.5 2013/09/01 09:50:52 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.91                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	1 Sep 2013 09:49:54 -0000	1.90
+++ ChangeLog	1 Sep 2013 09:50:52 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.90 2013/09/01 09:49:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.91 2013/09/01 09:50:52 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for x86, wrt bug #468150
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for amd64, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-01 18:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-01 18:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/01 18:37:06

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #468150
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.5&r2=1.6

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- twisted-conch-12.3.0.ebuild	1 Sep 2013 09:50:52 -0000	1.5
+++ twisted-conch-12.3.0.ebuild	1 Sep 2013 18:37:06 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.5 2013/09/01 09:50:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.6 2013/09/01 18:37:06 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.92                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	1 Sep 2013 09:50:52 -0000	1.91
+++ ChangeLog	1 Sep 2013 18:37:06 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.91 2013/09/01 09:50:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.92 2013/09/01 18:37:06 ago Exp $
+
+  01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for alpha, wrt bug #468150
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for x86, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-03 13:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-03 13:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/03 13:00:24

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #468150
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.6&r2=1.7

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- twisted-conch-12.3.0.ebuild	1 Sep 2013 18:37:06 -0000	1.6
+++ twisted-conch-12.3.0.ebuild	3 Sep 2013 13:00:24 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.6 2013/09/01 18:37:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.7 2013/09/03 13:00:24 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.93                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	1 Sep 2013 18:37:06 -0000	1.92
+++ ChangeLog	3 Sep 2013 13:00:24 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.92 2013/09/01 18:37:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.93 2013/09/03 13:00:24 ago Exp $
+
+  03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for ia64, wrt bug #468150
 
   01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for alpha, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-04  8:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-04  8:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/04 08:12:28

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #468150
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.7&r2=1.8

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- twisted-conch-12.3.0.ebuild	3 Sep 2013 13:00:24 -0000	1.7
+++ twisted-conch-12.3.0.ebuild	4 Sep 2013 08:12:28 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.7 2013/09/03 13:00:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.8 2013/09/04 08:12:28 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.94                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	3 Sep 2013 13:00:24 -0000	1.93
+++ ChangeLog	4 Sep 2013 08:12:28 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.93 2013/09/03 13:00:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.94 2013/09/04 08:12:28 ago Exp $
+
+  04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for ppc, wrt bug #468150
 
   03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for ia64, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-05 11:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 11:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/05 11:22:19

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #468150
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.8&r2=1.9

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- twisted-conch-12.3.0.ebuild	4 Sep 2013 08:12:28 -0000	1.8
+++ twisted-conch-12.3.0.ebuild	5 Sep 2013 11:22:19 -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.8 2013/09/04 08:12:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.9 2013/09/05 11:22:19 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.95                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	4 Sep 2013 08:12:28 -0000	1.94
+++ ChangeLog	5 Sep 2013 11:22:19 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.94 2013/09/04 08:12:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.95 2013/09/05 11:22:19 ago Exp $
+
+  05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for ppc64, wrt bug #468150
 
   04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for ppc, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-09-06 16:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-06 16:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/06 16:50:44

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #468150
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.9&r2=1.10

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- twisted-conch-12.3.0.ebuild	5 Sep 2013 11:22:19 -0000	1.9
+++ twisted-conch-12.3.0.ebuild	6 Sep 2013 16:50:44 -0000	1.10
@@ -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.9 2013/09/05 11:22:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.10 2013/09/06 16:50:44 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.96                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	5 Sep 2013 11:22:19 -0000	1.95
+++ ChangeLog	6 Sep 2013 16:50:44 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.95 2013/09/05 11:22:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.96 2013/09/06 16:50:44 ago Exp $
+
+  06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for sparc, wrt bug #468150
 
   05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for ppc64, wrt bug #468150





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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog
@ 2013-11-24 18:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-24 18:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/11/24 18:37:13

  Modified:             twisted-conch-12.3.0.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #468150
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-python/twisted-conch/twisted-conch-12.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild?r1=1.10&r2=1.11

Index: twisted-conch-12.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- twisted-conch-12.3.0.ebuild	6 Sep 2013 16:50:44 -0000	1.10
+++ twisted-conch-12.3.0.ebuild	24 Nov 2013 18:37:13 -0000	1.11
@@ -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/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.10 2013/09/06 16:50:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.11 2013/11/24 18:37:13 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Twisted SSHv2 implementation"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*



1.97                 dev-python/twisted-conch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	6 Sep 2013 16:50:44 -0000	1.96
+++ ChangeLog	24 Nov 2013 18:37:13 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.96 2013/09/06 16:50:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.97 2013/11/24 18:37:13 ago Exp $
+
+  24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
+  Stable for arm, wrt bug #468150
 
   06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> twisted-conch-12.3.0.ebuild:
   Stable for sparc, wrt bug #468150





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

end of thread, other threads:[~2013-11-24 18:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01  9:50 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-12.3.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-24 18:37 Agostino Sarubbo (ago)
2013-09-06 16:50 Agostino Sarubbo (ago)
2013-09-05 11:22 Agostino Sarubbo (ago)
2013-09-04  8:12 Agostino Sarubbo (ago)
2013-09-03 13:00 Agostino Sarubbo (ago)
2013-09-01 18:37 Agostino Sarubbo (ago)
2013-09-01  9:49 Agostino Sarubbo (ago)
2013-01-14  3:55 Patrick Lauer (patrick)

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