Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-reverse-proxy/
Date: Sat, 12 Sep 2020 21:13:13
Message-Id: 1599945170.887efdf19794066ab3a36a355f564b6d08ed42d8.slyfox@gentoo
1 commit: 887efdf19794066ab3a36a355f564b6d08ed42d8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:58:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:12:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887efdf1
7
8 dev-haskell/http-reverse-proxy: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/http-reverse-proxy/Manifest | 3 --
14 .../http-reverse-proxy-0.1.1.6.ebuild | 40 -------------------
15 .../http-reverse-proxy-0.2.0.ebuild | 41 --------------------
16 .../http-reverse-proxy-0.4.3.ebuild | 45 ----------------------
17 4 files changed, 129 deletions(-)
18
19 diff --git a/dev-haskell/http-reverse-proxy/Manifest b/dev-haskell/http-reverse-proxy/Manifest
20 index 106fcd6e522..d19f3217271 100644
21 --- a/dev-haskell/http-reverse-proxy/Manifest
22 +++ b/dev-haskell/http-reverse-proxy/Manifest
23 @@ -1,4 +1 @@
24 -DIST http-reverse-proxy-0.1.1.6.tar.gz 6786 BLAKE2B b7a86207dc320bbabd56edeed7571821b24fb7e7650790152a380cfc5ac241e62d8af392eb2f967affa08ba86109a960b6d8a2809a48a936f9bf0d2314937ffc SHA512 e8d9b79abcf7d8c2af4256dda385d93c9f0f4eacaf4b1227a9356de261edf5fe8ea110595753b57965072e6e96b1019455a5d3d935791a35eaef086cf18dcc94
25 -DIST http-reverse-proxy-0.2.0.tar.gz 7478 BLAKE2B 502c4e9ffff07b1da3efabf03c9eeda38b3b89dd38e62d519e9d392f29406a4236ec1d36687318641c0d6d4c8feca4048f7bd2b3a97caaeae6794ca06f496e7d SHA512 fa667f83603c43f22529da4fd0a7202e3d9b540e563c1ab345cf3b3701932174b3cced3d7761570a9939b84e7b503906dcc84b9c39b639663a8a0483a37fb6b0
26 DIST http-reverse-proxy-0.4.3.2.tar.gz 9870 BLAKE2B a08031110810950f769c0706cb3c4875403c9de9c9427715e9cefc4dc0856b753e0000b6a0c6340126e3687a1efc1369e988e04d0a8f61453fe6732ee61ddafb SHA512 303b826b1be5a5f34703eaf865dd238973f2ff59a97a4f0810d6551f2db339d5b37a60eab75f091347e9269812d09fe3026bd8f1bfe71660ada19b3ade8865b6
27 -DIST http-reverse-proxy-0.4.3.tar.gz 9742 BLAKE2B a2fc4e9be455e3ef72a2e220e4b0f55d6eae8c06054e64d939eb7a2611e5a363ae310cfc413e6a2fbbe6c480d49e2c18b1f843d802dce77ebdf1693d32776476 SHA512 72326d46c0f307a1b9f31115aa7286ee4a562f0c8f513b87533a74c59df482dac3c3ce87c50dd86fdbeb1f31b13da8218f1455f6f9585ad4763651e8037a9d8f
28
29 diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild
30 deleted file mode 100644
31 index 9d49db0d2c3..00000000000
32 --- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.3.2.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
46 -HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?]
55 - >=dev-haskell/case-insensitive-0.4:=[profile?]
56 - >=dev-haskell/classy-prelude-0.3:=[profile?]
57 - >=dev-haskell/conduit-0.5:=[profile?]
58 - dev-haskell/data-default:=[profile?]
59 - >=dev-haskell/http-conduit-1.6:=[profile?]
60 - >=dev-haskell/http-types-0.6:=[profile?]
61 - >=dev-haskell/lifted-base-0.1:=[profile?]
62 - >=dev-haskell/monad-control-0.3:=[profile?]
63 - dev-haskell/network:=[profile?]
64 - >=dev-haskell/network-conduit-0.6:=[profile?]
65 - >=dev-haskell/text-0.11:=[profile?]
66 - >=dev-haskell/wai-1.3:=[profile?]
67 - >=dev-haskell/warp-1.3.4:=[profile?]
68 - >=dev-haskell/word8-0.0:=[profile?]
69 - >=dev-lang/ghc-6.10.4:="
70 -DEPEND="${RDEPEND}
71 - >=dev-haskell/cabal-1.8
72 - test? ( >=dev-haskell/hspec-1.3
73 - dev-haskell/transformers
74 - )"
75
76 diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild
77 deleted file mode 100644
78 index 621f6a9e904..00000000000
79 --- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild
80 +++ /dev/null
81 @@ -1,41 +0,0 @@
82 -# Copyright 1999-2019 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -
87 -# ebuild generated by hackport 0.3.2.9999
88 -
89 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
90 -inherit haskell-cabal
91 -
92 -DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
93 -HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
94 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
95 -
96 -LICENSE="BSD"
97 -SLOT="0/${PV}"
98 -KEYWORDS="~amd64 ~x86"
99 -IUSE=""
100 -
101 -RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?]
102 - >=dev-haskell/case-insensitive-0.4:=[profile?]
103 - >=dev-haskell/classy-prelude-0.3:=[profile?]
104 - >=dev-haskell/conduit-0.5:=[profile?]
105 - dev-haskell/data-default:=[profile?]
106 - >=dev-haskell/http-conduit-1.6:=[profile?]
107 - >=dev-haskell/http-types-0.6:=[profile?]
108 - >=dev-haskell/lifted-base-0.1:=[profile?]
109 - >=dev-haskell/monad-control-0.3:=[profile?]
110 - dev-haskell/network:=[profile?]
111 - >=dev-haskell/network-conduit-0.6:=[profile?]
112 - >=dev-haskell/text-0.11:=[profile?]
113 - >=dev-haskell/wai-1.3:=[profile?]
114 - dev-haskell/wai-logger:=[profile?]
115 - >=dev-haskell/warp-1.3.4:=[profile?]
116 - >=dev-haskell/word8-0.0:=[profile?]
117 - >=dev-lang/ghc-6.10.4:="
118 -DEPEND="${RDEPEND}
119 - >=dev-haskell/cabal-1.8
120 - test? ( >=dev-haskell/hspec-1.3
121 - dev-haskell/transformers
122 - )"
123
124 diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild
125 deleted file mode 100644
126 index 22ed09e04a0..00000000000
127 --- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild
128 +++ /dev/null
129 @@ -1,45 +0,0 @@
130 -# Copyright 1999-2019 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=5
134 -
135 -# ebuild generated by hackport 0.4.6.9999
136 -
137 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
138 -inherit haskell-cabal
139 -
140 -DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
141 -HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
142 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
143 -
144 -LICENSE="BSD"
145 -SLOT="0/${PV}"
146 -KEYWORDS="~amd64 ~x86"
147 -IUSE=""
148 -
149 -RDEPEND="dev-haskell/async:=[profile?]
150 - >=dev-haskell/blaze-builder-0.3:=[profile?]
151 - >=dev-haskell/case-insensitive-0.4:=[profile?]
152 - >=dev-haskell/conduit-1.1:=[profile?]
153 - dev-haskell/conduit-extra:=[profile?]
154 - dev-haskell/data-default-class:=[profile?]
155 - >=dev-haskell/http-client-0.3:=[profile?]
156 - >=dev-haskell/http-types-0.6:=[profile?]
157 - >=dev-haskell/lifted-base-0.1:=[profile?]
158 - >=dev-haskell/monad-control-0.3:=[profile?]
159 - dev-haskell/network:=[profile?]
160 - dev-haskell/resourcet:=[profile?]
161 - dev-haskell/streaming-commons:=[profile?]
162 - >=dev-haskell/text-0.11:=[profile?]
163 - dev-haskell/transformers:=[profile?]
164 - >=dev-haskell/wai-3.0:=[profile?]
165 - dev-haskell/wai-logger:=[profile?]
166 - >=dev-haskell/word8-0.0:=[profile?]
167 - >=dev-lang/ghc-7.6.1:=
168 -"
169 -DEPEND="${RDEPEND}
170 - >=dev-haskell/cabal-1.16.0
171 - test? ( >=dev-haskell/hspec-1.3
172 - dev-haskell/http-conduit
173 - >=dev-haskell/warp-2.1 )
174 -"