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/
Date: Thu, 06 Aug 2020 07:42:15
Message-Id: 1596699710.d469696d09815cf3062d6fc0b00be3089d2a084f.slyfox@gentoo
1 commit: d469696d09815cf3062d6fc0b00be3089d2a084f
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Wed Aug 5 09:09:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 07:41:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d469696d
7
8 dev-haskell/rio: 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/Manifest | 1 -
15 dev-haskell/rio/rio-0.1.17.0.ebuild | 38 -------------------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/dev-haskell/rio/Manifest b/dev-haskell/rio/Manifest
19 index 7e34993c372..a9592f04148 100644
20 --- a/dev-haskell/rio/Manifest
21 +++ b/dev-haskell/rio/Manifest
22 @@ -1,2 +1 @@
23 -DIST rio-0.1.17.0.tar.gz 57839 BLAKE2B f5e2b85b10e20277214a6fc52985ddb51b9c7bbcdcd8e04227f3588a367bba486f42cb1a141973e5f67d6989a524dc3e2d0acc49e3ef3015da0092ab091b1d64 SHA512 a6de6217d3e661063a77bc2af4d8800f5df2967bafb12f30315c59e88aafa238f24a9ed46a6648980cd2e17f14b80e0feff9e1323798e37498a739f7085fddec
24 DIST rio-0.1.18.0.tar.gz 58618 BLAKE2B c249006fa7a04f7db39168cfd324f61bf01862e57cec272a0b9551b6db4345ba813ac07c595ce795b4d0be06fa950cdeb626a30bef11e8eb03e98e575c04a397 SHA512 dd5fcf3611289108c154fb77d2bba4132ef80943b5ffcf9aa76e0d93d37fe3b6992d9804a3815b3aca1cbfaa21cb09c693022032649b6d1bb0e5fbfc2e161ab1
25
26 diff --git a/dev-haskell/rio/rio-0.1.17.0.ebuild b/dev-haskell/rio/rio-0.1.17.0.ebuild
27 deleted file mode 100644
28 index bf055c82a79..00000000000
29 --- a/dev-haskell/rio/rio-0.1.17.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +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.4.9999
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="A standard library for Haskell"
43 -HOMEPAGE="https://github.com/commercialhaskell/rio#readme"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RDEPEND="dev-haskell/exceptions:=[profile?]
52 - dev-haskell/hashable:=[profile?]
53 - dev-haskell/microlens:=[profile?]
54 - dev-haskell/microlens-mtl:=[profile?]
55 - dev-haskell/mtl:=[profile?]
56 - dev-haskell/primitive:=[profile?]
57 - dev-haskell/text:=[profile?]
58 - >=dev-haskell/typed-process-0.2.5.0:=[profile?]
59 - >=dev-haskell/unliftio-0.2.12:=[profile?]
60 - dev-haskell/unliftio-core:=[profile?]
61 - dev-haskell/unordered-containers:=[profile?]
62 - dev-haskell/vector:=[profile?]
63 - >=dev-lang/ghc-8.2.1:=
64 -"
65 -DEPEND="${RDEPEND}
66 - >=dev-haskell/cabal-2.0.0.2
67 - test? ( dev-haskell/hspec
68 - dev-haskell/quickcheck )
69 -"