* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-01-08 2:43 Patrick Lauer (patrick)
0 siblings, 0 replies; 13+ messages in thread
From: Patrick Lauer (patrick) @ 2014-01-08 2:43 UTC (permalink / raw
To: gentoo-commits
patrick 14/01/08 02:43:01
Modified: ChangeLog
Added: wsgiproxy2-0.4.1.ebuild
Log:
Bump
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.6 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Sep 2013 05:45:37 -0000 1.5
+++ ChangeLog 8 Jan 2014 02:43:01 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/wsgiproxy2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.5 2013/09/17 05:45:37 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.6 2014/01/08 02:43:01 patrick Exp $
+
+*wsgiproxy2-0.4.1 (08 Jan 2014)
+
+ 08 Jan 2014; Patrick Lauer <patrick@gentoo.org> +wsgiproxy2-0.4.1.ebuild:
+ Bump
*wsgiproxy2-0.3 (17 Sep 2013)
1.1 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.1&content-type=text/plain
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.1 2014/01/08 02:43:01 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
# this looks quite unpossible to run
RESTRICT="test"
inherit distutils-r1
MY_PN="WSGIProxy2"
DESCRIPTION="HTTP proxying tools for WSGI apps"
HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/urllib3
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/restkit
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-05-23 7:33 Ian Delaney (idella4)
0 siblings, 0 replies; 13+ messages in thread
From: Ian Delaney (idella4) @ 2014-05-23 7:33 UTC (permalink / raw
To: gentoo-commits
idella4 14/05/23 07:33:26
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
drop py2.6, add IUSE doc, doc build, fix everything
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.1&r2=1.2
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsgiproxy2-0.4.1.ebuild 8 Jan 2014 02:43:01 -0000 1.1
+++ wsgiproxy2-0.4.1.ebuild 23 May 2014 07:33:25 -0000 1.2
@@ -1,13 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.1 2014/01/08 02:43:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.2 2014/05/23 07:33:25 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-# this looks quite unpossible to run
-RESTRICT="test"
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1
@@ -20,19 +17,33 @@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="doc test"
-RDEPEND="dev-python/urllib3
- dev-python/socketpool[${PYTHON_USEDEP}]
+RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- dev-python/restkit
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/webtest[${PYTHON_USEDEP}] )"
+DEPEND="test? ( ${RDEPEND}
+ dev-python/webtest[${PYTHON_USEDEP}]
+ dev-python/socketpool[${PYTHON_USEDEP}]
+ dev-python/restkit[$(python_gen_usedep python2_7)] )"
+# Tests needing restkit are skipped under py3
S="${WORKDIR}/${MY_PN}-${PV}"
+python_compile_all() {
+ if use doc; then
+ cd docs || die
+ sphinx-build -b html -d _build/doctrees . _build/html
+ fi
+}
+
+# this was always possible
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
1.7 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 8 Jan 2014 02:43:01 -0000 1.6
+++ ChangeLog 23 May 2014 07:33:25 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.6 2014/01/08 02:43:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.7 2014/05/23 07:33:25 idella4 Exp $
+
+ 23 May 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ drop py2.6, add IUSE doc, doc build, fix everything
*wsgiproxy2-0.4.1 (08 Jan 2014)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-07-04 15:11 Ian Delaney (idella4)
0 siblings, 0 replies; 13+ messages in thread
From: Ian Delaney (idella4) @ 2014-07-04 15:11 UTC (permalink / raw
To: gentoo-commits
idella4 14/07/04 15:11:52
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
add missing dep setuptools, fixes Bug #515744
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.2&r2=1.3
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wsgiproxy2-0.4.1.ebuild 23 May 2014 07:33:25 -0000 1.2
+++ wsgiproxy2-0.4.1.ebuild 4 Jul 2014 15:11:52 -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.2 2014/05/23 07:33:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.3 2014/07/04 15:11:52 idella4 Exp $
EAPI=5
@@ -23,7 +23,8 @@
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
+DEPEND= "dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( ${RDEPEND}
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/restkit[$(python_gen_usedep python2_7)] )"
1.8 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 23 May 2014 07:33:25 -0000 1.7
+++ ChangeLog 4 Jul 2014 15:11:52 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.7 2014/05/23 07:33:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.8 2014/07/04 15:11:52 idella4 Exp $
+
+ 04 Jul 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ add missing dep setuptools, fixes Bug #515744
23 May 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.1.ebuild:
drop py2.6, add IUSE doc, doc build, fix everything
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-07-05 2:48 Ian Delaney (idella4)
0 siblings, 0 replies; 13+ messages in thread
From: Ian Delaney (idella4) @ 2014-07-05 2:48 UTC (permalink / raw
To: gentoo-commits
idella4 14/07/05 02:48:00
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
whitespace
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.4 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.3&r2=1.4
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wsgiproxy2-0.4.1.ebuild 4 Jul 2014 15:11:52 -0000 1.3
+++ wsgiproxy2-0.4.1.ebuild 5 Jul 2014 02:48:00 -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.3 2014/07/04 15:11:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.4 2014/07/05 02:48:00 idella4 Exp $
EAPI=5
@@ -23,7 +23,7 @@
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND= "dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
1.9 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 4 Jul 2014 15:11:52 -0000 1.8
+++ ChangeLog 5 Jul 2014 02:48:00 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.8 2014/07/04 15:11:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.9 2014/07/05 02:48:00 idella4 Exp $
+
+ 05 Jul 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ whitespace
04 Jul 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.1.ebuild:
add missing dep setuptools, fixes Bug #515744
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-10-15 23:15 Anthony G. Basile (blueness)
0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-15 23:15 UTC (permalink / raw
To: gentoo-commits
blueness 14/10/15 23:15:11
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
Keyworded ~ppc and ~ppc64, bug #525246
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.6 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.5&r2=1.6
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wsgiproxy2-0.4.1.ebuild 13 Oct 2014 08:04:09 -0000 1.5
+++ wsgiproxy2-0.4.1.ebuild 15 Oct 2014 23:15:11 -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.5 2014/10/13 08:04:09 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.6 2014/10/15 23:15:11 blueness Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.11 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 13 Oct 2014 08:04:09 -0000 1.10
+++ ChangeLog 15 Oct 2014 23:15:11 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.10 2014/10/13 08:04:09 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.11 2014/10/15 23:15:11 blueness Exp $
+
+ 15 Oct 2014; Anthony G. Basile <blueness@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ Keyworded ~ppc and ~ppc64, bug #525246
13 Oct 2014; Ian Delaney <idella4@gentoo.org> -wsgiproxy2-0.1.ebuild,
-wsgiproxy2-0.2.ebuild, -wsgiproxy2-0.3.ebuild, wsgiproxy2-0.4.1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-10-22 10:01 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-22 10:01 UTC (permalink / raw
To: gentoo-commits
jer 14/10/22 10:01:20
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
Marked ~hppa (bug #525246).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.6&r2=1.7
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wsgiproxy2-0.4.1.ebuild 15 Oct 2014 23:15:11 -0000 1.6
+++ wsgiproxy2-0.4.1.ebuild 22 Oct 2014 10:01:20 -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.6 2014/10/15 23:15:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.7 2014/10/22 10:01:20 jer Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.12 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 15 Oct 2014 23:15:11 -0000 1.11
+++ ChangeLog 22 Oct 2014 10:01:20 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.11 2014/10/15 23:15:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.12 2014/10/22 10:01:20 jer Exp $
+
+ 22 Oct 2014; Jeroen Roovers <jer@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ Marked ~hppa (bug #525246).
15 Oct 2014; Anthony G. Basile <blueness@gentoo.org> wsgiproxy2-0.4.1.ebuild:
Keyworded ~ppc and ~ppc64, bug #525246
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2014-10-25 14:01 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2014-10-25 14:01 UTC (permalink / raw
To: gentoo-commits
maekke 14/10/25 14:01:35
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
add ~arm, bug #525246
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.8 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.7&r2=1.8
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wsgiproxy2-0.4.1.ebuild 22 Oct 2014 10:01:20 -0000 1.7
+++ wsgiproxy2-0.4.1.ebuild 25 Oct 2014 14:01:35 -0000 1.8
@@ -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.7 2014/10/22 10:01:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.8 2014/10/25 14:01:35 maekke Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.13 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 22 Oct 2014 10:01:20 -0000 1.12
+++ ChangeLog 25 Oct 2014 14:01:35 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.12 2014/10/22 10:01:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.13 2014/10/25 14:01:35 maekke Exp $
+
+ 25 Oct 2014; Markus Meier <maekke@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ add ~arm, bug #525246
22 Oct 2014; Jeroen Roovers <jer@gentoo.org> wsgiproxy2-0.4.1.ebuild:
Marked ~hppa (bug #525246).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-03-06 22:42 Pacho Ramos (pacho)
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:42 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:42:45
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.10 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.9&r2=1.10
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wsgiproxy2-0.4.1.ebuild 25 Dec 2014 12:37:51 -0000 1.9
+++ wsgiproxy2-0.4.1.ebuild 6 Mar 2015 22:42:45 -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.9 2014/12/25 12:37:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.10 2015/03/06 22:42:45 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.16 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 28 Dec 2014 00:57:27 -0000 1.15
+++ ChangeLog 6 Mar 2015 22:42:45 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.15 2014/12/28 00:57:27 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.16 2015/03/06 22:42:45 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ amd64 stable, bug 540290
28 Dec 2014; Ian Delaney <idella4@gentoo.org> wsgiproxy2-0.4.2.ebuild:
add bordering required for webtest, clean old impl
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-03-07 0:21 Pacho Ramos (pacho)
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 0:21 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 00:21:10
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.11 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.10&r2=1.11
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wsgiproxy2-0.4.1.ebuild 6 Mar 2015 22:42:45 -0000 1.10
+++ wsgiproxy2-0.4.1.ebuild 7 Mar 2015 00:21:10 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.10 2015/03/06 22:42:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.11 2015/03/07 00:21:10 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.17 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 6 Mar 2015 22:42:45 -0000 1.16
+++ ChangeLog 7 Mar 2015 00:21:10 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.16 2015/03/06 22:42:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.17 2015/03/07 00:21:10 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ ppc64 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-03-07 8:26 Pacho Ramos (pacho)
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 8:26 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 08:26:35
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.12 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.11&r2=1.12
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wsgiproxy2-0.4.1.ebuild 7 Mar 2015 00:21:10 -0000 1.11
+++ wsgiproxy2-0.4.1.ebuild 7 Mar 2015 08:26:35 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.11 2015/03/07 00:21:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.12 2015/03/07 08:26:35 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.18 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 7 Mar 2015 00:21:10 -0000 1.17
+++ ChangeLog 7 Mar 2015 08:26:35 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.17 2015/03/07 00:21:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.18 2015/03/07 08:26:35 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ ppc stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
ppc64 stable, bug 540290
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-03-09 0:02 Pacho Ramos (pacho)
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09 0:02 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/09 00:02:33
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.13 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.12&r2=1.13
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wsgiproxy2-0.4.1.ebuild 7 Mar 2015 08:26:35 -0000 1.12
+++ wsgiproxy2-0.4.1.ebuild 9 Mar 2015 00:02:33 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.12 2015/03/07 08:26:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.13 2015/03/09 00:02:33 pacho Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.19 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 7 Mar 2015 08:26:35 -0000 1.18
+++ ChangeLog 9 Mar 2015 00:02:33 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.18 2015/03/07 08:26:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.19 2015/03/09 00:02:33 pacho Exp $
+
+ 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ x86 stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> wsgiproxy2-0.4.1.ebuild:
ppc stable, bug 540290
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:21
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.15 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.14&r2=1.15
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wsgiproxy2-0.4.1.ebuild 21 Mar 2015 09:11:29 -0000 1.14
+++ wsgiproxy2-0.4.1.ebuild 8 Apr 2015 08:05:21 -0000 1.15
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.14 2015/03/21 09:11:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.15 2015/04/08 08:05:21 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
1.21 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 21 Mar 2015 09:11:29 -0000 1.20
+++ ChangeLog 8 Apr 2015 08:05:21 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.20 2015/03/21 09:11:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.21 2015/04/08 08:05:21 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ Drop old Python implementations
21 Mar 2015; Jeroen Roovers <jer@gentoo.org> wsgiproxy2-0.4.1.ebuild:
Stable for HPPA (bug #540290).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog
@ 2015-05-31 11:06 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2015-05-31 11:06 UTC (permalink / raw
To: gentoo-commits
maekke 15/05/31 11:06:45
Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
Log:
arm stable, bug #530622
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.16 dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild?r1=1.15&r2=1.16
Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wsgiproxy2-0.4.1.ebuild 8 Apr 2015 08:05:21 -0000 1.15
+++ wsgiproxy2-0.4.1.ebuild 31 May 2015 11:06:45 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.15 2015/04/08 08:05:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.16 2015/05/31 11:06:45 maekke Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86"
IUSE="doc test"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
1.22 dev-python/wsgiproxy2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 8 Apr 2015 08:05:21 -0000 1.21
+++ ChangeLog 31 May 2015 11:06:45 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wsgiproxy2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.21 2015/04/08 08:05:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.22 2015/05/31 11:06:45 maekke Exp $
+
+ 31 May 2015; Markus Meier <maekke@gentoo.org> wsgiproxy2-0.4.1.ebuild:
+ arm stable, bug #530622
08 Apr 2015; Michał Górny <mgorny@gentoo.org> wsgiproxy2-0.4.1.ebuild:
Drop old Python implementations
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2015-05-31 11:06 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 22:42 [gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-05-31 11:06 Markus Meier (maekke)
2015-04-08 8:05 Michal Gorny (mgorny)
2015-03-09 0:02 Pacho Ramos (pacho)
2015-03-07 8:26 Pacho Ramos (pacho)
2015-03-07 0:21 Pacho Ramos (pacho)
2014-10-25 14:01 Markus Meier (maekke)
2014-10-22 10:01 Jeroen Roovers (jer)
2014-10-15 23:15 Anthony G. Basile (blueness)
2014-07-05 2:48 Ian Delaney (idella4)
2014-07-04 15:11 Ian Delaney (idella4)
2014-05-23 7:33 Ian Delaney (idella4)
2014-01-08 2:43 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