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/th-orphans/
Date: Sat, 30 Jul 2022 05:21:50
Message-Id: 1659158488.ffba694a64e1a443f658fed4508580d8a8cfc6aa.sam@gentoo
1 commit: ffba694a64e1a443f658fed4508580d8a8cfc6aa
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Sat Jul 30 04:24:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 05:21:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffba694a
7
8 dev-haskell/th-orphans: drop 0.13.10
9
10 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-haskell/th-orphans/Manifest | 1 -
14 dev-haskell/th-orphans/th-orphans-0.13.10.ebuild | 31 ------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
18 index 603d33da1a7b..d702c91a1c6c 100644
19 --- a/dev-haskell/th-orphans/Manifest
20 +++ b/dev-haskell/th-orphans/Manifest
21 @@ -1,2 +1 @@
22 -DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6 SHA512 bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
23 DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864 SHA512 94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335
24
25 diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
26 deleted file mode 100644
27 index c2a10a9d6d76..000000000000
28 --- a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# ebuild generated by hackport 0.6.4.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Orphan instances for TH datatypes"
42 -HOMEPAGE="https://hackage.haskell.org/package/th-orphans"
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 -RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
51 - >=dev-haskell/generic-deriving-1.9:=[profile?]
52 - dev-haskell/mtl:=[profile?]
53 - >=dev-haskell/th-lift-0.7.1:=[profile?]
54 - dev-haskell/th-lift-instances:=[profile?]
55 - >=dev-haskell/th-reify-many-0.1:=[profile?] <dev-haskell/th-reify-many-0.2:=[profile?]
56 - >=dev-lang/ghc-7.4.1:=
57 -"
58 -DEPEND="${RDEPEND}
59 - >=dev-haskell/cabal-1.10
60 - test? ( dev-haskell/hspec )
61 -"