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/base-orphans/
Date: Sun, 31 Jul 2022 04:10:52
Message-Id: 1659240630.00d3335489d4db179743feba4cc6b28a9731cb60.sam@gentoo
1 commit: 00d3335489d4db179743feba4cc6b28a9731cb60
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 01:06:17 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=00d33354
7
8 dev-haskell/base-orphans: drop 0.8.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/base-orphans/Manifest | 1 -
13 dev-haskell/base-orphans/base-orphans-0.8.4.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-haskell/base-orphans/Manifest b/dev-haskell/base-orphans/Manifest
17 index aab45bdb1311..0837c357bcce 100644
18 --- a/dev-haskell/base-orphans/Manifest
19 +++ b/dev-haskell/base-orphans/Manifest
20 @@ -1,2 +1 @@
21 -DIST base-orphans-0.8.4.tar.gz 22573 BLAKE2B 0fe59f562864e41419a9b77087d70488cc6d9e5c762c92815d05d326bfb0a6aaa11e3da82b4bb0664549e56e4abd5f81330a836010f7b56cb26f86c8b82c3038 SHA512 ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6
22 DIST base-orphans-0.8.6.tar.gz 24255 BLAKE2B 8e8106cbdb58956ef6fc7c133e5a5c5537af8fa1ab56545a533f7c061361583b3921e77fdae2277a39cbc505a7e108fb672942528fe752fd7ef0506a4821547b SHA512 53cda663ee88e2ea53cf6b6d07b625a8343a6a26474bff9fa09554ee094e50429239615a892460fd676e9c3f80cbda0ad824052d785694fdbf1f2a90fa1e29ff
23
24 diff --git a/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild b/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild
25 deleted file mode 100644
26 index d7683ec48d2a..000000000000
27 --- a/dev-haskell/base-orphans/base-orphans-0.8.4.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2022 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.6.9999
36 -
37 -CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite"
38 -inherit haskell-cabal
39 -
40 -DESCRIPTION="Backwards-compatible orphan instances for base"
41 -HOMEPAGE="https://github.com/haskell-compat/base-orphans#readme"
42 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64 ~ppc64 ~x86"
47 -IUSE=""
48 -
49 -RESTRICT=test # circular depends: base-orphans[test]->hspec->hspec-core->temporary->sxceptions->test-framework->base-orphans
50 -
51 -RDEPEND=">=dev-lang/ghc-7.4.1:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.12"
55 -# test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
56 -# dev-haskell/quickcheck )
57 -# "