Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pathod/
Date: Thu, 31 Jan 2019 09:17:27
Message-Id: 1548925954.b633162850640f43d7a60174bfb343b5e7d51a48.radhermit@gentoo
1 commit: b633162850640f43d7a60174bfb343b5e7d51a48
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 09:02:18 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 09:12:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6331628
7
8 www-servers/pathod: merged into newer mitmproxy
9
10 Closes: https://bugs.gentoo.org/676192
11
12 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
13
14 www-servers/pathod/Manifest | 3 ---
15 www-servers/pathod/metadata.xml | 11 ----------
16 www-servers/pathod/pathod-0.10.ebuild | 26 ------------------------
17 www-servers/pathod/pathod-0.11.1.ebuild | 36 ---------------------------------
18 www-servers/pathod/pathod-0.12.0.ebuild | 34 -------------------------------
19 5 files changed, 110 deletions(-)
20
21 diff --git a/www-servers/pathod/Manifest b/www-servers/pathod/Manifest
22 deleted file mode 100644
23 index ce9ebbfbf3d..00000000000
24 --- a/www-servers/pathod/Manifest
25 +++ /dev/null
26 @@ -1,3 +0,0 @@
27 -DIST pathod-0.10.tar.gz 245837 BLAKE2B b4284f1db594b245e948eddbee0d6a65848bf02ede4fe2f56b86b61fe2d71b53401eec81ad5651c6fd893af5ee2254ac8c07979d8d234153c26ef2d6a039ca72 SHA512 c096268cdd459ffaf2ced67699be57bdcdc51db271ce141734d4984795d045ef24a7301f18d67af9b48d802b5107d246ec891b5eed5dace52d0835c2c7dbb336
28 -DIST pathod-0.11.1.tar.gz 271616 BLAKE2B bcb6eebf8c1772a3761b9de1d14a69aa39b46e87dac603cb6f5ab88969b8a8836f98c2144b99c1ccaee9583765457e25fe7060d3bb14c00778632a0023139a8a SHA512 8fa4957bd7f25492a9db58eec7e83a67cd998bda17f93224435ef3f75ed6723bec96d24e20956069d148af3708d81f04d9089c2302d260d3ba95c1993ee0954e
29 -DIST pathod-0.12.0.tar.gz 228515 BLAKE2B 9706697f47bf53100d40b3d869ca4138fc37af0c558a9d08ab15596637b9b2802de876c2a35d101d774196b4612247aecd5611da3e7b9a624b07e5b4fef253c4 SHA512 5273736b972670e009d24b610ff1e43d1296ae5e5a42e360fdd7ea3aa355016c02ceccd8b6d342e99b754b5fbd9f7beca92852607b9dd3af9d395128453fd0af
30
31 diff --git a/www-servers/pathod/metadata.xml b/www-servers/pathod/metadata.xml
32 deleted file mode 100644
33 index 68ff95d1414..00000000000
34 --- a/www-servers/pathod/metadata.xml
35 +++ /dev/null
36 @@ -1,11 +0,0 @@
37 -<?xml version="1.0" encoding="UTF-8"?>
38 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 -<pkgmetadata>
40 - <maintainer type="person">
41 - <email>radhermit@g.o</email>
42 - <name>Tim Harder</name>
43 - </maintainer>
44 - <upstream>
45 - <remote-id type="pypi">pathod</remote-id>
46 - </upstream>
47 -</pkgmetadata>
48
49 diff --git a/www-servers/pathod/pathod-0.10.ebuild b/www-servers/pathod/pathod-0.10.ebuild
50 deleted file mode 100644
51 index d87e7bd2986..00000000000
52 --- a/www-servers/pathod/pathod-0.10.ebuild
53 +++ /dev/null
54 @@ -1,26 +0,0 @@
55 -# Copyright 1999-2015 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -PYTHON_COMPAT=( python2_7 )
60 -
61 -inherit distutils-r1
62 -
63 -DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
64 -HOMEPAGE="http://pathod.net/"
65 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE="test"
71 -
72 -RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
73 - >=dev-python/requests-1.1.0[${PYTHON_USEDEP}]
74 - dev-python/flask[${PYTHON_USEDEP}]"
75 -DEPEND="${RDEPEND}
76 - test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
77 -
78 -python_test() {
79 - nosetests -v || die "Tests fail with ${EPYTHON}"
80 -}
81
82 diff --git a/www-servers/pathod/pathod-0.11.1.ebuild b/www-servers/pathod/pathod-0.11.1.ebuild
83 deleted file mode 100644
84 index d368b1becdf..00000000000
85 --- a/www-servers/pathod/pathod-0.11.1.ebuild
86 +++ /dev/null
87 @@ -1,36 +0,0 @@
88 -# Copyright 1999-2014 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -PYTHON_COMPAT=( python2_7 )
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
97 -HOMEPAGE="http://pathod.net/"
98 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
99 -
100 -LICENSE="MIT"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE="test"
104 -
105 -RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
106 - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
107 - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]"
108 -DEPEND="${RDEPEND}
109 - test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
110 -
111 -python_prepare_all() {
112 - distutils-r1_python_prepare_all
113 -
114 - # remove bundled netlib
115 - rm -r netlib || die
116 -
117 - # remove unnecessary pip dep
118 - sed -i '/pip/d' setup.py || die
119 -}
120 -
121 -python_test() {
122 - nosetests -v || die "Tests fail with ${EPYTHON}"
123 -}
124
125 diff --git a/www-servers/pathod/pathod-0.12.0.ebuild b/www-servers/pathod/pathod-0.12.0.ebuild
126 deleted file mode 100644
127 index e6d9ff95ef0..00000000000
128 --- a/www-servers/pathod/pathod-0.12.0.ebuild
129 +++ /dev/null
130 @@ -1,34 +0,0 @@
131 -# Copyright 1999-2015 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=5
135 -PYTHON_COMPAT=( python2_7 )
136 -
137 -inherit distutils-r1
138 -
139 -DESCRIPTION="A collection of tools for testing and torturing HTTP clients and servers"
140 -HOMEPAGE="http://pathod.net/"
141 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
142 -
143 -LICENSE="MIT"
144 -SLOT="0"
145 -KEYWORDS="~amd64 ~x86"
146 -IUSE="test"
147 -
148 -RDEPEND=">=dev-python/netlib-${PV}[${PYTHON_USEDEP}]
149 - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
150 - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
151 - dev-python/pyparsing[${PYTHON_USEDEP}]"
152 -DEPEND="${RDEPEND}
153 - test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )"
154 -
155 -python_prepare_all() {
156 - distutils-r1_python_prepare_all
157 -
158 - # remove unnecessary pip dep
159 - sed -i '/pip/d' setup.py || die
160 -}
161 -
162 -python_test() {
163 - nosetests -v || die "Tests fail with ${EPYTHON}"
164 -}