commit:     90d15ae0683b3aeec339463c504c93389430824c
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Jul 31 01:10:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 04:10:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d15ae0

dev-haskell/distributive: drop 0.6.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/distributive/Manifest                  |  1 -
 dev-haskell/distributive/distributive-0.6.1.ebuild | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-haskell/distributive/Manifest 
b/dev-haskell/distributive/Manifest
index 68e5b0d556fd..e8d845fc10a6 100644
--- a/dev-haskell/distributive/Manifest
+++ b/dev-haskell/distributive/Manifest
@@ -1,2 +1 @@
-DIST distributive-0.6.1.tar.gz 11256 BLAKE2B 
b8c964137613b828f2908b210964be06a39bcd360727edf816c9921d6f7c16c245fcc6cec702ff8f98e0f63c90396796af0bfc7964f25d589ca5616aa30eb934
 SHA512 
6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630
 DIST distributive-0.6.2.1.tar.gz 8140 BLAKE2B 
34cdca12089cc097619469e8f559e978ac6d96c7dd8156cd92ea3ef7a3219afb11af6dd78dd30f7aa72405ae90cd37860d845d7f0b5c7ce6055316d8c3f429bc
 SHA512 
387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7

diff --git a/dev-haskell/distributive/distributive-0.6.1.ebuild 
b/dev-haskell/distributive/distributive-0.6.1.ebuild
deleted file mode 100644
index 2389f0d37e23..000000000000
--- a/dev-haskell/distributive/distributive-0.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-#hackport: flags: +tagged,+semigroups
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Distributive functors -- Dual to Traversable"
-HOMEPAGE="https://github.com/ekmett/distributive/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # fails on USE=doc
-
-RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] 
<dev-haskell/base-orphans-1:=[profile?]
-       >=dev-haskell/semigroups-0.13:=[profile?] 
<dev-haskell/semigroups-1:=[profile?]
-       >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-1:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-       >=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1
-       test? ( >=dev-haskell/doctest-0.11.1 <dev-haskell/doctest-0.17
-               >=dev-haskell/generic-deriving-1.11 
<dev-haskell/generic-deriving-2
-               >=dev-haskell/hspec-2 <dev-haskell/hspec-3 )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=semigroups \
-               --flag=tagged
-}

Reply via email to