public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-05-22 10:35 Ian Delaney (idella4)
  0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney (idella4) @ 2014-05-22 10:35 UTC (permalink / raw
  To: gentoo-commits

idella4     14/05/22 10:35:32

  Modified:             ChangeLog
  Added:                webob-1.4.ebuild
  Log:
  bump; drop py2.6 pypy2_0
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.88                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	2 Apr 2014 21:14:58 -0000	1.87
+++ ChangeLog	22 May 2014 10:35:32 -0000	1.88
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.87 2014/04/02 21:14:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.88 2014/05/22 10:35:32 idella4 Exp $
+
+*webob-1.4 (22 May 2014)
+
+  22 May 2014; Ian Delaney <idella4@gentoo.org> +webob-1.4.ebuild:
+  bump; drop py2.6 pypy2_0
 
   02 Apr 2014; Tim Harder <radhermit@gentoo.org> webob-1.3.1.ebuild:
   Add python3_4 support.



1.1                  dev-python/webob/webob-1.4.ebuild

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

Index: webob-1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.1 2014/05/22 10:35:32 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

MY_PN=WebOb
MY_P=${MY_PN}-${PV}

DESCRIPTION="WSGI request and response object"
HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? ( dev-python/nose[${PYTHON_USEDEP}]
		dev-python/coverage[${PYTHON_USEDEP}] )"
RDEPEND=""

S=${WORKDIR}/${MY_P}

python_compile_all() {
	if use doc; then
		"${PYTHON}" setup.py build_sphinx || die
	fi
}

python_test() {
	nosetests -w tests || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
	use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
	distutils-r1_python_install_all
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-04  9:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-04  9:58 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/04 09:58:57

  Modified:             webob-1.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530620
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webob-1.4.ebuild	22 May 2014 10:35:32 -0000	1.1
+++ webob-1.4.ebuild	4 Dec 2014 09:58:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.1 2014/05/22 10:35:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.2 2014/12/04 09:58:57 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.90                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	18 Jun 2014 16:01:01 -0000	1.89
+++ ChangeLog	4 Dec 2014 09:58:57 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.89 2014/06/18 16:01:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.90 2014/12/04 09:58:57 ago Exp $
+
+  04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for amd64, wrt bug #530620
 
   18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> webob-1.2.3-r1.ebuild:
   Stable on alpha, bug #450174





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-05 10:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-05 10:16 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/05 10:16:30

  Modified:             webob-1.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #530620
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webob-1.4.ebuild	4 Dec 2014 09:58:57 -0000	1.2
+++ webob-1.4.ebuild	5 Dec 2014 10:16:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.2 2014/12/04 09:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.3 2014/12/05 10:16:30 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.91                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	4 Dec 2014 09:58:57 -0000	1.90
+++ ChangeLog	5 Dec 2014 10:16:30 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.90 2014/12/04 09:58:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.91 2014/12/05 10:16:30 ago Exp $
+
+  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for x86, wrt bug #530620
 
   04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
   Stable for amd64, wrt bug #530620





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-06 16:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-06 16:45 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/06 16:45:09

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

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webob-1.4.ebuild	5 Dec 2014 10:16:30 -0000	1.3
+++ webob-1.4.ebuild	6 Dec 2014 16:45:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.3 2014/12/05 10:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.4 2014/12/06 16:45:09 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.92                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	5 Dec 2014 10:16:30 -0000	1.91
+++ ChangeLog	6 Dec 2014 16:45:09 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.91 2014/12/05 10:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.92 2014/12/06 16:45:09 ago Exp $
+
+  06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for ia64, wrt bug #530620
 
   05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
   Stable for x86, wrt bug #530620





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-07 12:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-07 12:05 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/07 12:05:20

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

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webob-1.4.ebuild	6 Dec 2014 16:45:09 -0000	1.4
+++ webob-1.4.ebuild	7 Dec 2014 12:05:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.4 2014/12/06 16:45:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.5 2014/12/07 12:05:20 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.93                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	6 Dec 2014 16:45:09 -0000	1.92
+++ ChangeLog	7 Dec 2014 12:05:20 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.92 2014/12/06 16:45:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.93 2014/12/07 12:05:20 ago Exp $
+
+  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for ppc, wrt bug #530620
 
   06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
   Stable for ia64, wrt bug #530620





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-07 20:11 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2014-12-07 20:11 UTC (permalink / raw
  To: gentoo-commits

maekke      14/12/07 20:11:22

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

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- webob-1.4.ebuild	7 Dec 2014 12:05:20 -0000	1.5
+++ webob-1.4.ebuild	7 Dec 2014 20:11:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.5 2014/12/07 12:05:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.6 2014/12/07 20:11:22 maekke Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.94                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	7 Dec 2014 12:05:20 -0000	1.93
+++ ChangeLog	7 Dec 2014 20:11:22 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.93 2014/12/07 12:05:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.94 2014/12/07 20:11:22 maekke Exp $
+
+  07 Dec 2014; Markus Meier <maekke@gentoo.org> webob-1.4.ebuild:
+  arm stable, bug #530620
 
   07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
   Stable for ppc, wrt bug #530620





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-08 11:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-08 11:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/08 11:02:53

  Modified:             webob-1.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #530620
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webob-1.4.ebuild	7 Dec 2014 20:11:22 -0000	1.6
+++ webob-1.4.ebuild	8 Dec 2014 11:02:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.6 2014/12/07 20:11:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.7 2014/12/08 11:02:53 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.95                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	7 Dec 2014 20:11:22 -0000	1.94
+++ ChangeLog	8 Dec 2014 11:02:53 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.94 2014/12/07 20:11:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.95 2014/12/08 11:02:53 ago Exp $
+
+  08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for ppc64, wrt bug #530620
 
   07 Dec 2014; Markus Meier <maekke@gentoo.org> webob-1.4.ebuild:
   arm stable, bug #530620





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2014-12-23 16:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-23 16:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/23 16:02:45

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

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- webob-1.4.ebuild	20 Dec 2014 06:30:26 -0000	1.8
+++ webob-1.4.ebuild	23 Dec 2014 16:02:45 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.8 2014/12/20 06:30:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.9 2014/12/23 16:02:45 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.97                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	20 Dec 2014 06:30:26 -0000	1.96
+++ ChangeLog	23 Dec 2014 16:02:45 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.96 2014/12/20 06:30:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.97 2014/12/23 16:02:45 ago Exp $
+
+  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for alpha, wrt bug #530620
 
   20 Dec 2014; Ian Delaney <idella4@gentoo.org> -webob-1.0.7.ebuild,
   -webob-1.0.8-r1.ebuild, -webob-1.0.8.ebuild, -webob-1.1.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog
@ 2015-01-02 12:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:26 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/02 12:26:22

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

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

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

Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- webob-1.4.ebuild	23 Dec 2014 16:02:45 -0000	1.9
+++ webob-1.4.ebuild	2 Jan 2015 12:26:22 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.9 2014/12/23 16:02:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.10 2015/01/02 12:26:22 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,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 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.98                 dev-python/webob/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	23 Dec 2014 16:02:45 -0000	1.97
+++ ChangeLog	2 Jan 2015 12:26:22 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/webob
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.97 2014/12/23 16:02:45 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.98 2015/01/02 12:26:22 ago Exp $
+
+  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
+  Stable for sparc, wrt bug #530620
 
   23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild:
   Stable for alpha, wrt bug #530620





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

end of thread, other threads:[~2015-01-02 12:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-07 20:11 [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-02 12:26 Agostino Sarubbo (ago)
2014-12-23 16:02 Agostino Sarubbo (ago)
2014-12-08 11:02 Agostino Sarubbo (ago)
2014-12-07 12:05 Agostino Sarubbo (ago)
2014-12-06 16:45 Agostino Sarubbo (ago)
2014-12-05 10:16 Agostino Sarubbo (ago)
2014-12-04  9:58 Agostino Sarubbo (ago)
2014-05-22 10:35 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