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/nonce/
Date: Sun, 31 Jul 2022 04:10:53
Message-Id: 1659240630.caf373e377bfdc923072a83461d00d57d98c1f55.sam@gentoo
1 commit: caf373e377bfdc923072a83461d00d57d98c1f55
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 01:03:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 04:10:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf373e3
7
8 dev-haskell/nonce: drop 1.0.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/nonce/nonce-1.0.7.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-haskell/nonce/nonce-1.0.7.ebuild b/dev-haskell/nonce/nonce-1.0.7.ebuild
16 deleted file mode 100644
17 index 153271b53d81..000000000000
18 --- a/dev-haskell/nonce/nonce-1.0.7.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -# ebuild generated by hackport 0.5.5.9999
27 -
28 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
29 -inherit haskell-cabal
30 -
31 -DESCRIPTION="Generate cryptographic nonces"
32 -HOMEPAGE="https://github.com/prowdsponsor/nonce"
33 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0/${PV}"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
41 - >=dev-haskell/entropy-0.3.7:=[profile?]
42 - >=dev-haskell/text-0.9:=[profile?]
43 - dev-haskell/unliftio:=[profile?]
44 - dev-haskell/unliftio-core:=[profile?]
45 - >=dev-lang/ghc-7.8.2:=
46 -"
47 -DEPEND="${RDEPEND}
48 - >=dev-haskell/cabal-1.18.1.3
49 -"
50 -
51 -src_prepare() {
52 - default
53 -
54 - cabal_chdeps \
55 - 'entropy >= 0.3.7 && < 0.4.2' 'entropy >= 0.3.7'
56 -}