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/libmpd/
Date: Wed, 09 Sep 2020 07:09:59
Message-Id: 1599635377.7a5c8dc21035ade2eb2d86646d5c206e0fee89a5.slyfox@gentoo
1 commit: 7a5c8dc21035ade2eb2d86646d5c206e0fee89a5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:07:01 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5c8dc2
7
8 dev-haskell/libmpd: 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/libmpd/Manifest | 4 ---
14 dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild | 44 -----------------------------
15 dev-haskell/libmpd/libmpd-0.9.0.2.ebuild | 35 -----------------------
16 dev-haskell/libmpd/libmpd-0.9.0.4.ebuild | 40 --------------------------
17 dev-haskell/libmpd/libmpd-0.9.0.6.ebuild | 33 ----------------------
18 5 files changed, 156 deletions(-)
19
20 diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest
21 index 6f56048fdd5..3ada508603a 100644
22 --- a/dev-haskell/libmpd/Manifest
23 +++ b/dev-haskell/libmpd/Manifest
24 @@ -1,5 +1 @@
25 -DIST libmpd-0.8.0.4.tar.gz 39996 BLAKE2B b35dd8ef91bbde333c64ed904701bade2541b191121871306cc1ab196b39ce7a490ed80c948831e36abc26540bc4f89c25ebbae4b34c6ff85a73a57168ae3bee SHA512 57e06fcd9b4c1beefa95c3ff7d15bf9aea7ec92978c36ab2387f8724054ef8dd0ce6f8d9fbb437fd4b0e22b31daadf487463b95393564f8aff049d55084fe3c9
26 -DIST libmpd-0.9.0.2.tar.gz 38392 BLAKE2B 80b3afb64eeb5b2ff242991388c25c1581c066b7fd4700487b1b472692f1890b3299fc2e0fdbf27c035e464ee2f28314d034da8dc31db862ca47783f9042fd59 SHA512 0dcafb2085e833608c68b83bcb08177ecb68f08110c1d25e8ea7b2f69ff9fbb85e581280528d1c5a4f3a6c9077ec70105ba9d28bce4276863e91db776c698d1e
27 -DIST libmpd-0.9.0.4.tar.gz 38421 BLAKE2B 5679d556f0c3324225da80bbf9c6d44a928c9218fd4119b9b09a8896ea3b7f26437757bd0757cce3c831a367dc057a651d282f04c189a5a22d78cb4da4a56fbf SHA512 f2c5d300f26d9101cf248c73791f45b26803d13f39472c47109921c82c941138804a80237f359629419001f1d228c2ea199c69cb4421aaca23012d5871b796c4
28 -DIST libmpd-0.9.0.6.tar.gz 38707 BLAKE2B f6d11eaf7c260d375c949c0cbeed17af95397d99141a0b879d7f00e00a06dac6de302b0918f3d64ee16de740f418be22ce84fbc6ffbb56af3b1688b411a3d4e3 SHA512 87601afb3ea71675793087277c8dbd02cac596df19d8e665ccae4111f87c3f5d39fff33f7c26dba9be22d6569cce9bcb039aa6f56e8542f26c699d8f0930371b
29 DIST libmpd-0.9.1.0.tar.gz 41332 BLAKE2B 16d4ee3ae4edeb647927ca03ebcad0ce94cf0e5dbcd15550843ad7a56f92683fe6e5c0e265875d4df944493d7273499e8ae0a8127d75a1b16416965d95a833df SHA512 f8fb657c4eec2444aaa6ec58966ea9fc8f4944ce13e4dc380f8fbf3dd87a39e1db18c563a25ac09ea1c6f3b5c8596a25dc0e81d8b7d2771c970d85c06d208496
30
31 diff --git a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild b/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild
32 deleted file mode 100644
33 index 4ec74f3d019..00000000000
34 --- a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild
35 +++ /dev/null
36 @@ -1,44 +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.9999
43 -
44 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 -inherit haskell-cabal
46 -
47 -DESCRIPTION="An MPD client library"
48 -HOMEPAGE="https://github.com/joachifm/libmpd-haskell#readme"
49 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
50 -
51 -LICENSE="LGPL-2.1"
52 -SLOT="0/${PV}"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -RESTRICT="test" # Could not find module Test.Hspec.Monadic
56 -
57 -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-0.13:=[profile?]
58 - >=dev-haskell/data-default-0.4.0:=[profile?] <dev-haskell/data-default-0.6:=[profile?]
59 - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
60 - >=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-2.6:=[profile?]
61 - >=dev-haskell/text-0.11:=[profile?]
62 - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?]
63 - >=dev-lang/ghc-7.4.1:=
64 -"
65 -DEPEND="${RDEPEND}
66 - >=dev-haskell/cabal-1.10
67 - test? ( dev-haskell/data-default
68 - dev-haskell/hspec
69 - dev-haskell/hunit
70 - dev-haskell/mtl
71 - dev-haskell/network
72 - >=dev-haskell/quickcheck-2.1
73 - dev-haskell/text
74 - dev-haskell/utf8-string )
75 -"
76 -
77 -src_prepare() {
78 - cabal_chdeps \
79 - 'attoparsec >= 0.10.1 && < 0.12' 'attoparsec >= 0.10.1 && < 0.13'
80 -}
81
82 diff --git a/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild
83 deleted file mode 100644
84 index e0c998795b4..00000000000
85 --- a/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild
86 +++ /dev/null
87 @@ -1,35 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -
93 -# ebuild generated by hackport 0.4.4.9999
94 -
95 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
96 -inherit haskell-cabal
97 -
98 -DESCRIPTION="An MPD client library"
99 -HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme"
100 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
101 -
102 -LICENSE="MIT"
103 -SLOT="0/${PV}"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE=""
106 -
107 -RESTRICT=test # needs slight port to ghc-7.10
108 -
109 -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
110 - >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
111 - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
112 - >=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-3:=[profile?]
113 - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?]
114 - >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
115 - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
116 - >=dev-lang/ghc-7.4.1:=
117 -"
118 -DEPEND="${RDEPEND}
119 - >=dev-haskell/cabal-1.10
120 - test? ( >=dev-haskell/hspec-1.3
121 - >=dev-haskell/quickcheck-2.1 )
122 -"
123
124 diff --git a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild
125 deleted file mode 100644
126 index 069bf07c217..00000000000
127 --- a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild
128 +++ /dev/null
129 @@ -1,40 +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="An MPD client library"
141 -HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme"
142 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
143 -
144 -LICENSE="MIT"
145 -SLOT="0/${PV}"
146 -KEYWORDS="~amd64 ~x86"
147 -IUSE=""
148 -
149 -RESTRICT=test # needs a port to QC-2.8.2
150 -
151 -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
152 - >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
153 - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
154 - >=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-3:=[profile?]
155 - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?]
156 - >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
157 - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
158 - >=dev-lang/ghc-7.4.1:=
159 -"
160 -DEPEND="${RDEPEND}
161 - >=dev-haskell/cabal-1.10
162 - test? ( >=dev-haskell/hspec-1.3
163 - >=dev-haskell/quickcheck-2.1 )
164 -"
165 -
166 -src_prepare() {
167 - cabal_chdeps \
168 - 'time >= 1.5 && <1.6' 'time >= 1.5'
169 -}
170
171 diff --git a/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild
172 deleted file mode 100644
173 index 9bf805a4173..00000000000
174 --- a/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild
175 +++ /dev/null
176 @@ -1,33 +0,0 @@
177 -# Copyright 1999-2019 Gentoo Authors
178 -# Distributed under the terms of the GNU General Public License v2
179 -
180 -EAPI=6
181 -
182 -# ebuild generated by hackport 0.5.9999
183 -
184 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
185 -inherit haskell-cabal
186 -
187 -DESCRIPTION="An MPD client library"
188 -HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme"
189 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
190 -
191 -LICENSE="MIT"
192 -SLOT="0/${PV}"
193 -KEYWORDS="~amd64 ~x86"
194 -IUSE=""
195 -
196 -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
197 - >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
198 - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
199 - >=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-3:=[profile?]
200 - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?]
201 - >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
202 - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
203 - >=dev-lang/ghc-7.4.1:=
204 -"
205 -DEPEND="${RDEPEND}
206 - >=dev-haskell/cabal-1.10
207 - test? ( >=dev-haskell/hspec-1.3
208 - >=dev-haskell/quickcheck-2.1 )
209 -"