diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:11:01 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:11:01 +0000 |
commit | 5a1236946c8603a3f7c45922486aac4fe6267cfa (patch) | |
tree | e70ea8ac835bb13a8c22a7a0738f79a4b260eb64 /www-servers | |
parent | Remove old. (diff) | |
download | gentoo-2-5a1236946c8603a3f7c45922486aac4fe6267cfa.tar.gz gentoo-2-5a1236946c8603a3f7c45922486aac4fe6267cfa.tar.bz2 gentoo-2-5a1236946c8603a3f7c45922486aac4fe6267cfa.zip |
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/pathod/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/pathod/files/pathod-0.9.2-skip-cert-test.patch | 33 | ||||
-rw-r--r-- | www-servers/pathod/pathod-0.9.1.ebuild | 29 | ||||
-rw-r--r-- | www-servers/pathod/pathod-0.9.2.ebuild | 29 | ||||
-rw-r--r-- | www-servers/pathod/pathod-0.9.ebuild | 29 |
5 files changed, 6 insertions, 121 deletions
diff --git a/www-servers/pathod/ChangeLog b/www-servers/pathod/ChangeLog index a4d375cab9fd..809aac163e67 100644 --- a/www-servers/pathod/ChangeLog +++ b/www-servers/pathod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/pathod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/ChangeLog,v 1.6 2014/01/30 06:17:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/ChangeLog,v 1.7 2014/10/08 01:11:01 radhermit Exp $ + + 08 Oct 2014; Tim Harder <radhermit@gentoo.org> -pathod-0.9.ebuild, + -pathod-0.9.1.ebuild, -pathod-0.9.2.ebuild, + -files/pathod-0.9.2-skip-cert-test.patch: + Remove old. *pathod-0.10 (30 Jan 2014) diff --git a/www-servers/pathod/files/pathod-0.9.2-skip-cert-test.patch b/www-servers/pathod/files/pathod-0.9.2-skip-cert-test.patch deleted file mode 100644 index d1b17f93f1d4..000000000000 --- a/www-servers/pathod/files/pathod-0.9.2-skip-cert-test.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- pathod-0.9.2/test/test_pathoc.py -+++ pathod-0.9.2/test/test_pathoc.py -@@ -52,18 +52,18 @@ - d = json.loads(r.content) - assert d["log"][0]["request"]["sni"] == "foobar.com" - -- def test_clientcert(self): -- c = pathoc.Pathoc( -- "127.0.0.1", -- self.d.port, -- ssl = True, -- clientcert = tutils.test_data.path("data/clientcert/client.pem") -- ) -- c.connect() -- c.request("get:/p/200") -- r = c.request("get:/api/log") -- d = json.loads(r.content) -- assert d["log"][0]["request"]["clientcert"]["keyinfo"] -+ #def test_clientcert(self): -+ # c = pathoc.Pathoc( -+ # "127.0.0.1", -+ # self.d.port, -+ # ssl = True, -+ # clientcert = tutils.test_data.path("data/clientcert/client.pem") -+ # ) -+ # c.connect() -+ # c.request("get:/p/200") -+ # r = c.request("get:/api/log") -+ # d = json.loads(r.content) -+ # assert d["log"][0]["request"]["clientcert"]["keyinfo"] - - - class TestDaemon(_TestDaemon): diff --git a/www-servers/pathod/pathod-0.9.1.ebuild b/www-servers/pathod/pathod-0.9.1.ebuild deleted file mode 100644 index feb3d5d2f44c..000000000000 --- a/www-servers/pathod/pathod-0.9.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.1.ebuild,v 1.3 2013/06/23 22:29:02 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="A collection of pathological tools for testing and torturing HTTP clients and servers" -HOMEPAGE="http://pathod.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}] - >=dev-python/requests-1.1.0[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/www-servers/pathod/pathod-0.9.2.ebuild b/www-servers/pathod/pathod-0.9.2.ebuild deleted file mode 100644 index 342005d8d859..000000000000 --- a/www-servers/pathod/pathod-0.9.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.2.ebuild,v 1.1 2013/11/22 09:06:15 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="A collection of pathological tools for testing and torturing HTTP clients and servers" -HOMEPAGE="http://pathod.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}] - >=dev-python/requests-1.1.0[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/${P}-skip-cert-test.patch ) - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} diff --git a/www-servers/pathod/pathod-0.9.ebuild b/www-servers/pathod/pathod-0.9.ebuild deleted file mode 100644 index 41c6ff4db92c..000000000000 --- a/www-servers/pathod/pathod-0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pathod/pathod-0.9.ebuild,v 1.2 2013/06/23 22:29:02 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="A collection of pathological tools for testing and torturing HTTP clients and servers" -HOMEPAGE="http://pathod.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/netlib-0.9[${PYTHON_USEDEP}] - >=dev-python/requests-1.1.0[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" - -python_test() { - nosetests -v || die "Tests fail with ${EPYTHON}" -} |