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/concurrent-output/
Date: Wed, 09 Sep 2020 07:09:55
Message-Id: 1599635367.58bc99e3e3abd82563504227eba284f36a8ea062.slyfox@gentoo
1 commit: 58bc99e3e3abd82563504227eba284f36a8ea062
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 06:56:53 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bc99e3
7
8 dev-haskell/concurrent-output: 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/concurrent-output/Manifest | 4 ---
14 .../concurrent-output-1.7.3.ebuild | 31 ----------------------
15 .../concurrent-output-1.7.6.ebuild | 31 ----------------------
16 .../concurrent-output-1.7.7.ebuild | 30 ---------------------
17 .../concurrent-output-1.7.8.ebuild | 30 ---------------------
18 5 files changed, 126 deletions(-)
19
20 diff --git a/dev-haskell/concurrent-output/Manifest b/dev-haskell/concurrent-output/Manifest
21 index 592fe96463b..3b9dd32f1be 100644
22 --- a/dev-haskell/concurrent-output/Manifest
23 +++ b/dev-haskell/concurrent-output/Manifest
24 @@ -1,5 +1 @@
25 DIST concurrent-output-1.10.11.tar.gz 22514 BLAKE2B 19b31ed65ac0a553ad8f60d08d9919428e0cb40be151b43e7a91dd2c9d28d61ed79fab75efef43e8a0f44e66ef652ddaff0aa8275bf2884d4db59fa2bfde8e47 SHA512 2ed0415562c37cedc035adac06430e397369bf13ff5375f855c9b3a34c122437b3f92137b593d8fd0384d575822ee5287ca0b2c2b3daab8de95a5c63b991760d
26 -DIST concurrent-output-1.7.3.tar.gz 21005 BLAKE2B 2d34758f4a2c8e65e84e7fce911b59dd528be41f382f6b3a6801e01ba070e52838a7137c9538ed914df109ae0645dfe1ec91a4e65df83c5d98c390551d9a8bb1 SHA512 0c338d45167bac4d11f760994fa7c5b3d6b3525cc4fbb289e70247affcabec94b44cdc1991519e40ddb71975e5a995f10e116b289de194dd3a91467c6f4df950
27 -DIST concurrent-output-1.7.6.tar.gz 21143 BLAKE2B 33670c8060eafd6d67d8375515cf8ed6091d3b6205011db2dffe35f5abd33b36fc8aad50564dfdf111ff8f72996ec7bc8f889fa9a5e0ba49b49af492d4ebe780 SHA512 2a5b728ed5017273c89e3dff1b045905071b78eb7cc0dd2a6020170328a593bd7fea12651558598e55e807f197c7177dd6b086081df2a1895a2d172bf558864c
28 -DIST concurrent-output-1.7.7.tar.gz 21156 BLAKE2B 80c845dfa39bb475fbd6a12fa670d3317c0a333fe46009084333e1481d8c8cac7e2511515888a09f2c33331af7163623c1c9e94380530f01ac640df7cb111794 SHA512 65ddc7917b71e169aa05ad4a16c280e1bd3083c511198ff1a6cf5b6e9bdc0397f842ce7aa99671548c2f97eb6744b54ab097933a508303dfa371ac3cb5bad643
29 -DIST concurrent-output-1.7.8.tar.gz 21178 BLAKE2B 18b2f8d5a0de656c161487a50cc5c495b2343a7eed15b99ae6d79947717c2f2a00e8100b9384bb8922950c75affcadd5927c0783dede916ef295918cae5f6a69 SHA512 b5f64ff51302a46d1548469fa45b18e10276667bb33994023f6e5f75ed738d63ea666efd7a7e27dfdcde916985c3753141d374f85b43fae3c3cac960567ee01c
30
31 diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
32 deleted file mode 100644
33 index 5468ebcc39c..00000000000
34 --- a/dev-haskell/concurrent-output/concurrent-output-1.7.3.ebuild
35 +++ /dev/null
36 @@ -1,31 +0,0 @@
37 -# Copyright 1999-2020 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"
45 -inherit haskell-cabal
46 -
47 -DESCRIPTION="Ungarble output from several threads or commands"
48 -HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
49 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
50 -
51 -LICENSE="BSD-2"
52 -SLOT="0/${PV}"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
57 - >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
58 - >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
59 - >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
60 - >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
61 - >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
62 - >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.5.0:=[profile?]
63 - >=dev-lang/ghc-7.8.2:=
64 -"
65 -DEPEND="${RDEPEND}
66 - >=dev-haskell/cabal-1.18.1.3
67 -"
68
69 diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
70 deleted file mode 100644
71 index 59706b3d542..00000000000
72 --- a/dev-haskell/concurrent-output/concurrent-output-1.7.6.ebuild
73 +++ /dev/null
74 @@ -1,31 +0,0 @@
75 -# Copyright 1999-2020 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -# ebuild generated by hackport 0.5.9999
81 -
82 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
83 -inherit haskell-cabal
84 -
85 -DESCRIPTION="Ungarble output from several threads or commands"
86 -HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
87 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
88 -
89 -LICENSE="BSD-2"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
95 - >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
96 - >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
97 - >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
98 - >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
99 - >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
100 - >=dev-haskell/transformers-0.3.0:=[profile?] <dev-haskell/transformers-0.6.0:=[profile?]
101 - >=dev-lang/ghc-7.8.2:=
102 -"
103 -DEPEND="${RDEPEND}
104 - >=dev-haskell/cabal-1.18.1.3
105 -"
106
107 diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild
108 deleted file mode 100644
109 index 66450bf97b4..00000000000
110 --- a/dev-haskell/concurrent-output/concurrent-output-1.7.7.ebuild
111 +++ /dev/null
112 @@ -1,30 +0,0 @@
113 -# Copyright 1999-2020 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -# ebuild generated by hackport 0.5.9999
119 -
120 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
121 -inherit haskell-cabal
122 -
123 -DESCRIPTION="Ungarble output from several threads or commands"
124 -HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
125 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
126 -
127 -LICENSE="BSD-2"
128 -SLOT="0/${PV}"
129 -KEYWORDS="~amd64 ~x86"
130 -IUSE=""
131 -
132 -RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
133 - >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
134 - >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
135 - >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
136 - >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
137 - >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
138 - >=dev-lang/ghc-7.8.2:=
139 -"
140 -DEPEND="${RDEPEND}
141 - >=dev-haskell/cabal-1.18.1.3
142 -"
143
144 diff --git a/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild
145 deleted file mode 100644
146 index bc33c584c8d..00000000000
147 --- a/dev-haskell/concurrent-output/concurrent-output-1.7.8.ebuild
148 +++ /dev/null
149 @@ -1,30 +0,0 @@
150 -# Copyright 1999-2020 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=6
154 -
155 -# ebuild generated by hackport 0.5.1.9999
156 -
157 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
158 -inherit haskell-cabal
159 -
160 -DESCRIPTION="Ungarble output from several threads or commands"
161 -HOMEPAGE="https://hackage.haskell.org/package/concurrent-output"
162 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
163 -
164 -LICENSE="BSD-2"
165 -SLOT="0/${PV}"
166 -KEYWORDS="~amd64 ~x86"
167 -IUSE=""
168 -
169 -RDEPEND=">=dev-haskell/ansi-terminal-0.6.0:=[profile?] <dev-haskell/ansi-terminal-0.7.0:=[profile?]
170 - >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.2:=[profile?]
171 - >=dev-haskell/exceptions-0.6.0:=[profile?] <dev-haskell/exceptions-0.9.0:=[profile?]
172 - >=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?]
173 - >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?]
174 - >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-1.3.0:=[profile?]
175 - >=dev-lang/ghc-7.8.2:=
176 -"
177 -DEPEND="${RDEPEND}
178 - >=dev-haskell/cabal-1.18.1.3
179 -"