Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/
Date: Sat, 30 Jul 2022 05:59:59
Message-Id: 1659160738.dd1be76b8117aeaafb291d98ba79c240dabdb759.sam@gentoo
1 commit: dd1be76b8117aeaafb291d98ba79c240dabdb759
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sat Jul 30 03:22:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 05:58:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1be76b
7
8 dev-haskell/lifted-async: drop 0.10.0.6
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/lifted-async/Manifest | 1 -
13 .../lifted-async/lifted-async-0.10.0.6.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-haskell/lifted-async/Manifest b/dev-haskell/lifted-async/Manifest
17 index 2797e9ac5b26..58f150b3f38e 100644
18 --- a/dev-haskell/lifted-async/Manifest
19 +++ b/dev-haskell/lifted-async/Manifest
20 @@ -1,2 +1 @@
21 -DIST lifted-async-0.10.0.6.tar.gz 10308 BLAKE2B f9718ed3d97d4cb17b87d49efb594a7b61f11b6be9819b44bd8382a87bb247b754328db07417699f5140f6168d42c3d51fceaaaf33da748f9aba8683101cd6ec SHA512 9e5ae5d906df2577453c9b86f196f4bb4ec4d7766c5d9bcb7d2fa66be62daa44c033ed1475bdc004e1540da81f645a4d39db35142d32d09b33cfe9c01412f1ce
22 DIST lifted-async-0.10.2.tar.gz 10607 BLAKE2B 79ef9e4f11e5d41d3886473f2443a7345a1b52fd0aaf50a96a338f3958fdfef0a00846adf04cf8d310935c130a583544829685ad895c238544fd3ca5558973cd SHA512 eb2b33693ab1617fdeca934c6ede73c530e578425049804c3a0322a63b5262411453f80cb730dabd338590fc6b3093cd13872b9922f5cda4806741fc74ea63ee
23
24 diff --git a/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild b/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild
25 deleted file mode 100644
26 index fd66768fffd0..000000000000
27 --- a/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -# ebuild generated by hackport 0.6.4.9999
36 -
37 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
38 -inherit haskell-cabal
39 -
40 -DESCRIPTION="Run lifted IO operations asynchronously and wait for their results"
41 -HOMEPAGE="https://github.com/maoe/lifted-async"
42 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -#beware: hackport not reading `constraints` upper bound correctly
50 -
51 -RDEPEND=">=dev-haskell/async-2.2:=[profile?] <dev-haskell/async-2.3:=[profile?]
52 - >=dev-haskell/constraints-0.2:=[profile?] <dev-haskell/constraints-0.13:=[profile?]
53 - >=dev-haskell/lifted-base-0.2:=[profile?] <dev-haskell/lifted-base-0.3:=[profile?]
54 - >=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
55 - >=dev-haskell/transformers-base-0.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
56 - >=dev-lang/ghc-7.4.1:=
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-haskell/cabal-1.8
60 - test? ( dev-haskell/hunit
61 - dev-haskell/mtl
62 - dev-haskell/tasty
63 - <dev-haskell/tasty-expected-failure-0.12
64 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11
65 - dev-haskell/tasty-th )
66 -"