public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2012-12-08  8:25 Ian Delaney (idella4)
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Delaney (idella4) @ 2012-12-08  8:25 UTC (permalink / raw
  To: gentoo-commits

idella4     12/12/08 08:25:37

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Fix dependencies. Suggested by Arfrever
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/webob/webob-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild?r1=1.1&r2=1.2

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webob-1.2.3.ebuild	31 Oct 2012 06:58:32 -0000	1.1
+++ webob-1.2.3.ebuild	8 Dec 2012 08:25:37 -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/dev-python/webob/webob-1.2.3.ebuild,v 1.1 2012/10/31 06:58:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.2 2012/12/08 08:25:37 idella4 Exp $
 
 EAPI=4
 
@@ -22,8 +22,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
-DEPEND="app-arch/unzip
-	dev-python/setuptools
+DEPEND="dev-python/setuptools
 	doc? ( dev-python/sphinx )"
 RDEPEND=""
 



1.60                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	31 Oct 2012 06:58:32 -0000	1.59
+++ ChangeLog	8 Dec 2012 08:25:37 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.59 2012/10/31 06:58:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.60 2012/12/08 08:25:37 idella4 Exp $
+
+  09 Dec 2012; Ian Delaney <idella4@gentoo.org> webob-1.2.3.ebuild:
+  Fix dependencies. Suggested by Arfrever
 
 *webob-1.2.3 (31 Oct 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-25 20:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:31:24

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #456614
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webob-1.2.3.ebuild	8 Dec 2012 08:25:37 -0000	1.2
+++ webob-1.2.3.ebuild	25 Mar 2013 20:31:24 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.2 2012/12/08 08:25:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.3 2013/03/25 20:31:24 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.64                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	25 Mar 2013 15:28:35 -0000	1.63
+++ ChangeLog	25 Mar 2013 20:31:24 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.63 2013/03/25 15:28:35 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.64 2013/03/25 20:31:24 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for amd64, wrt bug #456614
 
 *webob-1.0.8-r1 (25 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-25 20:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:51:42

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #456614
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webob-1.2.3.ebuild	25 Mar 2013 20:31:24 -0000	1.3
+++ webob-1.2.3.ebuild	25 Mar 2013 20:51:42 -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/webob/webob-1.2.3.ebuild,v 1.3 2013/03/25 20:31:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.4 2013/03/25 20:51:42 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.65                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	25 Mar 2013 20:31:24 -0000	1.64
+++ ChangeLog	25 Mar 2013 20:51:42 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.64 2013/03/25 20:31:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.65 2013/03/25 20:51:42 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for x86, wrt bug #456614
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for amd64, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-26 10:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 10:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/26 10:41:39

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webob-1.2.3.ebuild	25 Mar 2013 20:51:42 -0000	1.4
+++ webob-1.2.3.ebuild	26 Mar 2013 10:41:39 -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/webob/webob-1.2.3.ebuild,v 1.4 2013/03/25 20:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.5 2013/03/26 10:41:39 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.66                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	25 Mar 2013 20:51:42 -0000	1.65
+++ ChangeLog	26 Mar 2013 10:41:39 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.65 2013/03/25 20:51:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.66 2013/03/26 10:41:39 ago Exp $
+
+  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for ppc, wrt bug #456614
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for x86, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-27  9:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-27  9:34 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/27 09:34:32

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- webob-1.2.3.ebuild	26 Mar 2013 10:41:39 -0000	1.5
+++ webob-1.2.3.ebuild	27 Mar 2013 09:34:32 -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/webob/webob-1.2.3.ebuild,v 1.5 2013/03/26 10:41:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.6 2013/03/27 09:34:32 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.67                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	26 Mar 2013 10:41:39 -0000	1.66
+++ ChangeLog	27 Mar 2013 09:34:32 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.66 2013/03/26 10:41:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.67 2013/03/27 09:34:32 ago Exp $
+
+  27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for ppc64, wrt bug #456614
 
   26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for ppc, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-27 14:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-27 14:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/27 14:09:05

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webob-1.2.3.ebuild	27 Mar 2013 09:34:32 -0000	1.6
+++ webob-1.2.3.ebuild	27 Mar 2013 14:09:05 -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/webob/webob-1.2.3.ebuild,v 1.6 2013/03/27 09:34:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.7 2013/03/27 14:09:05 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.68                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	27 Mar 2013 09:34:32 -0000	1.67
+++ ChangeLog	27 Mar 2013 14:09:05 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.67 2013/03/27 09:34:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.68 2013/03/27 14:09:05 ago Exp $
+
+  27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for arm, wrt bug #456614
 
   27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for ppc64, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-28 22:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-28 22:49 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/28 22:49:58

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webob-1.2.3.ebuild	27 Mar 2013 14:09:05 -0000	1.7
+++ webob-1.2.3.ebuild	28 Mar 2013 22:49:58 -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/webob/webob-1.2.3.ebuild,v 1.7 2013/03/27 14:09:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.8 2013/03/28 22:49:58 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.70                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	28 Mar 2013 10:51:19 -0000	1.69
+++ ChangeLog	28 Mar 2013 22:49:58 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.69 2013/03/28 10:51:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.70 2013/03/28 22:49:58 ago Exp $
+
+  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for ia64, wrt bug #456614
 
   28 Mar 2013; Michał Górny <mgorny@gentoo.org> webob-1.0.8-r1.ebuild:
   Fix the -r1 backport by syncing up to the fresh ebuild. Fixes bug #463572.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-31 10:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 10:35 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 10:35:48

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- webob-1.2.3.ebuild	28 Mar 2013 22:49:58 -0000	1.8
+++ webob-1.2.3.ebuild	31 Mar 2013 10:35:48 -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/webob/webob-1.2.3.ebuild,v 1.8 2013/03/28 22:49:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.9 2013/03/31 10:35:48 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.71                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	28 Mar 2013 22:49:58 -0000	1.70
+++ ChangeLog	31 Mar 2013 10:35:48 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.70 2013/03/28 22:49:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.71 2013/03/31 10:35:48 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for sparc, wrt bug #456614
 
   28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for ia64, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-03-31 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 11:11:26

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #456614
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- webob-1.2.3.ebuild	31 Mar 2013 10:35:48 -0000	1.9
+++ webob-1.2.3.ebuild	31 Mar 2013 11:11:26 -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/webob/webob-1.2.3.ebuild,v 1.9 2013/03/31 10:35:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.10 2013/03/31 11:11:26 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.72                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	31 Mar 2013 10:35:48 -0000	1.71
+++ ChangeLog	31 Mar 2013 11:11:26 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.71 2013/03/31 10:35:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.72 2013/03/31 11:11:26 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for sh, wrt bug #456614
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for sparc, wrt bug #456614





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog
@ 2013-04-02 13:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 13:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 13:19:36

  Modified:             webob-1.2.3.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #456614
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-python/webob/webob-1.2.3.ebuild

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

Index: webob-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- webob-1.2.3.ebuild	31 Mar 2013 11:11:26 -0000	1.10
+++ webob-1.2.3.ebuild	2 Apr 2013 13:19:36 -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/webob/webob-1.2.3.ebuild,v 1.10 2013/03/31 11:11:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.11 2013/04/02 13:19:36 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools



1.73                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	31 Mar 2013 11:11:26 -0000	1.72
+++ ChangeLog	2 Apr 2013 13:19:36 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.72 2013/03/31 11:11:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.73 2013/04/02 13:19:36 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
+  Stable for s390, wrt bug #456614
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild:
   Stable for sh, wrt bug #456614





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

end of thread, other threads:[~2013-04-02 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 22:49 [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.2.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-02 13:19 Agostino Sarubbo (ago)
2013-03-31 11:11 Agostino Sarubbo (ago)
2013-03-31 10:35 Agostino Sarubbo (ago)
2013-03-27 14:09 Agostino Sarubbo (ago)
2013-03-27  9:34 Agostino Sarubbo (ago)
2013-03-26 10:41 Agostino Sarubbo (ago)
2013-03-25 20:51 Agostino Sarubbo (ago)
2013-03-25 20:31 Agostino Sarubbo (ago)
2012-12-08  8:25 Ian Delaney (idella4)

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