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/distributive/
Date: Sun, 31 Jul 2022 04:10:56
Message-Id: 1659240630.90d15ae0683b3aeec339463c504c93389430824c.sam@gentoo
1 commit: 90d15ae0683b3aeec339463c504c93389430824c
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 01:10:19 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=90d15ae0
7
8 dev-haskell/distributive: drop 0.6.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/distributive/Manifest | 1 -
13 dev-haskell/distributive/distributive-0.6.1.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-haskell/distributive/Manifest b/dev-haskell/distributive/Manifest
17 index 68e5b0d556fd..e8d845fc10a6 100644
18 --- a/dev-haskell/distributive/Manifest
19 +++ b/dev-haskell/distributive/Manifest
20 @@ -1,2 +1 @@
21 -DIST distributive-0.6.1.tar.gz 11256 BLAKE2B b8c964137613b828f2908b210964be06a39bcd360727edf816c9921d6f7c16c245fcc6cec702ff8f98e0f63c90396796af0bfc7964f25d589ca5616aa30eb934 SHA512 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630
22 DIST distributive-0.6.2.1.tar.gz 8140 BLAKE2B 34cdca12089cc097619469e8f559e978ac6d96c7dd8156cd92ea3ef7a3219afb11af6dd78dd30f7aa72405ae90cd37860d845d7f0b5c7ce6055316d8c3f429bc SHA512 387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7
23
24 diff --git a/dev-haskell/distributive/distributive-0.6.1.ebuild b/dev-haskell/distributive/distributive-0.6.1.ebuild
25 deleted file mode 100644
26 index 2389f0d37e23..000000000000
27 --- a/dev-haskell/distributive/distributive-0.6.1.ebuild
28 +++ /dev/null
29 @@ -1,40 +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.9999
36 -#hackport: flags: +tagged,+semigroups
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Distributive functors -- Dual to Traversable"
42 -HOMEPAGE="https://github.com/ekmett/distributive/"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RESTRICT=test # fails on USE=doc
51 -
52 -RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] <dev-haskell/base-orphans-1:=[profile?]
53 - >=dev-haskell/semigroups-0.13:=[profile?] <dev-haskell/semigroups-1:=[profile?]
54 - >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-1:=[profile?]
55 - >=dev-lang/ghc-7.8.2:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.18.1.3
59 - >=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1
60 - test? ( >=dev-haskell/doctest-0.11.1 <dev-haskell/doctest-0.17
61 - >=dev-haskell/generic-deriving-1.11 <dev-haskell/generic-deriving-2
62 - >=dev-haskell/hspec-2 <dev-haskell/hspec-3 )
63 -"
64 -
65 -src_configure() {
66 - haskell-cabal_src_configure \
67 - --flag=semigroups \
68 - --flag=tagged
69 -}