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/streaming-commons/
Date: Sat, 12 Sep 2020 22:23:07
Message-Id: 1599949362.928569d30ec7218ceff76df5ca917be3a22e7821.slyfox@gentoo
1 commit: 928569d30ec7218ceff76df5ca917be3a22e7821
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:19:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:22:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928569d3
7
8 dev-haskell/streaming-commons: 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/streaming-commons/Manifest | 4 ---
14 .../streaming-commons-0.1.12.1.ebuild | 35 ----------------------
15 .../streaming-commons-0.1.15.4.ebuild | 35 ----------------------
16 .../streaming-commons-0.1.15.ebuild | 35 ----------------------
17 .../streaming-commons-0.1.16.ebuild | 33 --------------------
18 5 files changed, 142 deletions(-)
19
20 diff --git a/dev-haskell/streaming-commons/Manifest b/dev-haskell/streaming-commons/Manifest
21 index be8271ae99d..fb12aa5b57c 100644
22 --- a/dev-haskell/streaming-commons/Manifest
23 +++ b/dev-haskell/streaming-commons/Manifest
24 @@ -1,5 +1 @@
25 -DIST streaming-commons-0.1.12.1.tar.gz 86864 BLAKE2B 636fde763da8f24e395b5fab2b9901b8b81d0a7fa0eab4d1c4cc5d87c225d3592677d465d49184cf84737f2a65d857fe17da082b73f67b2655c8b2949c08f963 SHA512 43f30a7cacdcec178885cb424a7fd0380682482130ba4019d116468bb87bb187244ff480fc169a27de8192e17c9f17fe38396df1b83827f5dd578112765aa64e
26 -DIST streaming-commons-0.1.15.4.tar.gz 90218 BLAKE2B c4402ce5caa8dfdcad405e2e0d7bf3666b5ff6e14539794bbd75fe675343993afcca04b125d85c7abd38d7e748f8f8621a2caef07d14be76cfe77a41d2f961ba SHA512 d67548810e1ce06709f3e92345a18f60600a8754879aa348df8f8e4caae9075f155343f01dbdeccf992d20915df959a122a0cf84739efbff73e4048b8e4b60d2
27 -DIST streaming-commons-0.1.15.tar.gz 87625 BLAKE2B 154eb93235be6198c4e4fe9001be1ed9c88464a8365ba8555890ce582450d2f0341979b9d33007433d78bcf5a292a701656446c7abc4ca817fecc4036dbf9e48 SHA512 2391e0b667f2f011b3d1b09f72f9cba41f69fb16977804465fe4cb6217c1fa2d3461d93d76e3afced283f5ea8b06c57a6ae86a108bd167ed1c9f4bc28f03b053
28 -DIST streaming-commons-0.1.16.tar.gz 88494 BLAKE2B 6b3a8bd03e0d362c17d28a0066696ddcf23d45dfc543599baf3bd2a81d5603396a51ea24a8cc4690272172f8373a1956c8ba2facb565f56c7239fb8fc37724f0 SHA512 8833a6aadc7b7de9f1e51ceb2c1a6f3761a26dfad9f889a147a0c9f31f14ea6eceb8a6efed30e069e97582f7f5f9eb976aeaba2e5c2e7fd7e173edc163a5f712
29 DIST streaming-commons-0.2.1.2.tar.gz 86776 BLAKE2B 01f4a88fb87055bb315278e0391880025b38765faa27e788d3b184c4942af0b8c26e147639e4413a029ae30e03991d083adf49aac89759b2fe2c058e945acd70 SHA512 7b6f39237f9ac13ca2d8205a43fee17c6edfe6609a1119903f8648aed151ef92779af7a8dfdfb108dea679cd26c83dfb5d21285d51f91dec0ad10debd100b8e7
30
31 diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild
32 deleted file mode 100644
33 index d8be447b7d4..00000000000
34 --- a/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild
35 +++ /dev/null
36 @@ -1,35 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -# ebuild generated by hackport 0.4.6.9999
43 -
44 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 -inherit haskell-cabal
46 -
47 -DESCRIPTION="Common lower-level functions needed by various streaming data libraries"
48 -HOMEPAGE="https://github.com/fpco/streaming-commons"
49 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0/${PV}"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
57 - dev-haskell/bytestring-builder:=[profile?]
58 - dev-haskell/network:=[profile?]
59 - dev-haskell/random:=[profile?]
60 - dev-haskell/stm:=[profile?]
61 - dev-haskell/text:=[profile?]
62 - dev-haskell/transformers:=[profile?]
63 - dev-haskell/zlib:=[profile?]
64 - >=dev-lang/ghc-7.4.1:=
65 -"
66 -DEPEND="${RDEPEND}
67 - >=dev-haskell/cabal-1.8
68 - test? ( dev-haskell/async
69 - >=dev-haskell/hspec-1.8
70 - dev-haskell/quickcheck )
71 -"
72
73 diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild
74 deleted file mode 100644
75 index cce59de078d..00000000000
76 --- a/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -# Copyright 1999-2019 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -# ebuild generated by hackport 0.5.9999
85 -
86 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
87 -inherit haskell-cabal
88 -
89 -DESCRIPTION="Common lower-level functions needed by various streaming data libraries"
90 -HOMEPAGE="https://github.com/fpco/streaming-commons"
91 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
92 -
93 -LICENSE="MIT"
94 -SLOT="0/${PV}"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE=""
97 -
98 -RDEPEND="dev-haskell/async:=[profile?]
99 - >=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
100 - dev-haskell/bytestring-builder:=[profile?]
101 - dev-haskell/network:=[profile?]
102 - dev-haskell/random:=[profile?]
103 - dev-haskell/stm:=[profile?]
104 - dev-haskell/text:=[profile?]
105 - dev-haskell/transformers:=[profile?]
106 - dev-haskell/zlib:=[profile?]
107 - >=dev-lang/ghc-7.4.1:=
108 -"
109 -DEPEND="${RDEPEND}
110 - >=dev-haskell/cabal-1.8
111 - test? ( >=dev-haskell/hspec-1.8
112 - dev-haskell/quickcheck )
113 -"
114
115 diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild
116 deleted file mode 100644
117 index d8be447b7d4..00000000000
118 --- a/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild
119 +++ /dev/null
120 @@ -1,35 +0,0 @@
121 -# Copyright 1999-2019 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=5
125 -
126 -# ebuild generated by hackport 0.4.6.9999
127 -
128 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
129 -inherit haskell-cabal
130 -
131 -DESCRIPTION="Common lower-level functions needed by various streaming data libraries"
132 -HOMEPAGE="https://github.com/fpco/streaming-commons"
133 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
134 -
135 -LICENSE="MIT"
136 -SLOT="0/${PV}"
137 -KEYWORDS="~amd64 ~x86"
138 -IUSE=""
139 -
140 -RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
141 - dev-haskell/bytestring-builder:=[profile?]
142 - dev-haskell/network:=[profile?]
143 - dev-haskell/random:=[profile?]
144 - dev-haskell/stm:=[profile?]
145 - dev-haskell/text:=[profile?]
146 - dev-haskell/transformers:=[profile?]
147 - dev-haskell/zlib:=[profile?]
148 - >=dev-lang/ghc-7.4.1:=
149 -"
150 -DEPEND="${RDEPEND}
151 - >=dev-haskell/cabal-1.8
152 - test? ( dev-haskell/async
153 - >=dev-haskell/hspec-1.8
154 - dev-haskell/quickcheck )
155 -"
156
157 diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild
158 deleted file mode 100644
159 index ce0e321781d..00000000000
160 --- a/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild
161 +++ /dev/null
162 @@ -1,33 +0,0 @@
163 -# Copyright 1999-2019 Gentoo Authors
164 -# Distributed under the terms of the GNU General Public License v2
165 -
166 -EAPI=6
167 -
168 -# ebuild generated by hackport 0.5.9999
169 -
170 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
171 -inherit haskell-cabal
172 -
173 -DESCRIPTION="Common lower-level functions needed by various streaming data libraries"
174 -HOMEPAGE="https://github.com/fpco/streaming-commons"
175 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
176 -
177 -LICENSE="MIT"
178 -SLOT="0/${PV}"
179 -KEYWORDS="~amd64 ~x86"
180 -IUSE=""
181 -
182 -RDEPEND="dev-haskell/async:=[profile?]
183 - >=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
184 - >=dev-haskell/network-2.4.0.0:=[profile?]
185 - dev-haskell/random:=[profile?]
186 - dev-haskell/stm:=[profile?]
187 - dev-haskell/text:=[profile?]
188 - dev-haskell/zlib:=[profile?]
189 - >=dev-lang/ghc-7.8.2:=
190 -"
191 -DEPEND="${RDEPEND}
192 - >=dev-haskell/cabal-1.18.1.3
193 - test? ( >=dev-haskell/hspec-1.8
194 - dev-haskell/quickcheck )
195 -"