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/pretty-show/
Date: Sun, 31 Jul 2022 04:10:53
Message-Id: 1659240628.6e02bf33c264403190eb0bc55493d1806dd7e6f2.sam@gentoo
1 commit: 6e02bf33c264403190eb0bc55493d1806dd7e6f2
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 00:56:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 04:10:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e02bf33
7
8 dev-haskell/pretty-show: drop 1.9.5
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/pretty-show/Manifest | 1 -
13 dev-haskell/pretty-show/pretty-show-1.9.5.ebuild | 27 ------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-haskell/pretty-show/Manifest b/dev-haskell/pretty-show/Manifest
17 index a91127a0d60b..562698bebdf2 100644
18 --- a/dev-haskell/pretty-show/Manifest
19 +++ b/dev-haskell/pretty-show/Manifest
20 @@ -1,2 +1 @@
21 DIST pretty-show-1.10.tar.gz 42233 BLAKE2B 55a84a5224b61560f0cf527c103393e590d107c1a08ffc76fc9ad1070f60acedeea97630f9a30a04c620604e9912aa22629705c3297785f73a7c00666b197325 SHA512 90ecf41790246c85ee7c738de2bb1a23a56a0a1d547cee627cb0a5f6c2691adfc73851ca0ebc928f3584912bc2b1148b115db03eea271e67f55d6a1466db8711
22 -DIST pretty-show-1.9.5.tar.gz 42378 BLAKE2B 3d8fb41c00aa95049b88c75f0b2c107b6000d837e3761c74bc888b561fcd36b1da21c502cbf8e905b601eda3ed5c2a242a710945cf5aee5e2c4413581ba3788e SHA512 7bf382ad3531227588a82d7bcff3a795df0c425b27d7f4448a94fd617fbc8a4fb6087eb859480fe4702771bf560a353a3a3d5079cd6576c620d5258686c41193
23
24 diff --git a/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild b/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild
25 deleted file mode 100644
26 index 11370d8d5e0c..000000000000
27 --- a/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild
28 +++ /dev/null
29 @@ -1,27 +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.1
36 -
37 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
38 -inherit haskell-cabal
39 -
40 -DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values"
41 -HOMEPAGE="https://wiki.github.com/yav/pretty-show"
42 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND=">=dev-haskell/haskell-lexer-1:=[profile?] <dev-haskell/haskell-lexer-2:=[profile?]
50 - dev-haskell/text:=[profile?]
51 - >=dev-lang/ghc-7.4.1:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.8
55 - dev-haskell/happy
56 -"