Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/rio-prettyprint/
Date: Thu, 06 Aug 2020 07:42:15
Message-Id: 1596699709.b8e8f0f70502740ff95bf59ec371cc6263d3fd8b.slyfox@gentoo
1 commit: b8e8f0f70502740ff95bf59ec371cc6263d3fd8b
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Wed Aug 5 09:08:04 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 07:41:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e8f0f7
7
8 dev-haskell/rio-prettyprint: remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/rio-prettyprint/Manifest | 1 -
15 .../rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild | 33 ----------------------
16 2 files changed, 34 deletions(-)
17
18 diff --git a/dev-haskell/rio-prettyprint/Manifest b/dev-haskell/rio-prettyprint/Manifest
19 index e8380b818d0..00be4394bce 100644
20 --- a/dev-haskell/rio-prettyprint/Manifest
21 +++ b/dev-haskell/rio-prettyprint/Manifest
22 @@ -1,2 +1 @@
23 -DIST rio-prettyprint-0.1.0.0.tar.gz 11154 BLAKE2B a9b4dfac2db221fa97f16e4184325d336a705465920d92e283a3d9783524888e3f8c3cec2ec39d08604ad6d8184cc70cf544a32967b53ba5c33c056a0b7ae1d2 SHA512 96599c19f5c49824d5bd76c109e2304153170269ecd4c6595f03705216154750670542110fdab450a7e36db00d6a6a0d3acca30e5c7c24a855760b09703a4658
24 DIST rio-prettyprint-0.1.1.0.tar.gz 11503 BLAKE2B a2056a98d28b3313beeef5487e1ee927d058326bba1ee758ce1d5e46b5a8709b1b53c788ce9d57a2c2f7496c097bad4960ac4b7429a553c5121043afcde51b30 SHA512 3f519fa0dd4ea51af565221504358ca5728b9ebe07df8a2b34b83198bb19d6653c048cd45701fed6d99b5204da05449f35c0be8e98df2da1c34ea99023f06bf4
25
26 diff --git a/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild b/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild
27 deleted file mode 100644
28 index 0a05fcc0b79..00000000000
29 --- a/dev-haskell/rio-prettyprint/rio-prettyprint-0.1.0.0.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# ebuild generated by hackport 0.6.1
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Pretty-printing for RIO"
43 -HOMEPAGE="https://github.com/commercialhaskell/stack#readme"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RDEPEND=">=dev-haskell/aeson-1.2.4.0:=[profile?]
52 - >=dev-haskell/annotated-wl-pprint-0.7.0:=[profile?]
53 - >=dev-haskell/ansi-terminal-0.9:=[profile?]
54 - >=dev-haskell/cabal-2.4.0.1:=[profile?]
55 - >=dev-haskell/colour-2.3.4:=[profile?]
56 - >=dev-haskell/mtl-2.2.2:=[profile?]
57 - >=dev-haskell/path-0.6.1:=[profile?]
58 - >=dev-haskell/rio-0.1.9.2:=[profile?]
59 - >=dev-haskell/text-1.2.3.0:=[profile?]
60 - >=dev-lang/ghc-8.2.1:=
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-2.0.0.2
64 -"