commit: 913bbff79ffc2a780e7b2c2f1cec8969e7252d73 Author: Jack Todaro <solpeth <AT> posteo <DOT> org> AuthorDate: Sun Jul 24 00:11:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 24 01:07:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913bbff7
dev-haskell/rio: drop 0.1.18.0 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/rio/Manifest | 1 - dev-haskell/rio/rio-0.1.18.0.ebuild | 38 ------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-haskell/rio/Manifest b/dev-haskell/rio/Manifest index ec3937d19df6..bc8300cc2dd5 100644 --- a/dev-haskell/rio/Manifest +++ b/dev-haskell/rio/Manifest @@ -1,2 +1 @@ -DIST rio-0.1.18.0.tar.gz 58618 BLAKE2B c249006fa7a04f7db39168cfd324f61bf01862e57cec272a0b9551b6db4345ba813ac07c595ce795b4d0be06fa950cdeb626a30bef11e8eb03e98e575c04a397 SHA512 dd5fcf3611289108c154fb77d2bba4132ef80943b5ffcf9aa76e0d93d37fe3b6992d9804a3815b3aca1cbfaa21cb09c693022032649b6d1bb0e5fbfc2e161ab1 DIST rio-0.1.21.0.tar.gz 59157 BLAKE2B 5455a0056efc32f0120182a65adee665cfc33fbf2b6627bf420b26db7d472ca8b3d0797d996600f8538cc1dcfe34d87c0b6ce93f88dfc4c7e8b9516be334f25d SHA512 5a049c7af44f0811e402d641815453be0af1f437a89cada613940085ceb8b8bb66ab92753f31bf400ff16f72ff08a9e83ff422c988e434ffef0c64b4c1cc7224 diff --git a/dev-haskell/rio/rio-0.1.18.0.ebuild b/dev-haskell/rio/rio-0.1.18.0.ebuild deleted file mode 100644 index e8707658616b..000000000000 --- a/dev-haskell/rio/rio-0.1.18.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.6 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A standard library for Haskell" -HOMEPAGE="https://github.com/commercialhaskell/rio#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/exceptions:=[profile?] - dev-haskell/hashable:=[profile?] - dev-haskell/microlens:=[profile?] - dev-haskell/microlens-mtl:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/primitive:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/typed-process-0.2.5.0:=[profile?] - >=dev-haskell/unliftio-0.2.12:=[profile?] - dev-haskell/unliftio-core:=[profile?] - dev-haskell/unordered-containers:=[profile?] - dev-haskell/vector:=[profile?] - >=dev-lang/ghc-8.2.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.0.0.2 - test? ( dev-haskell/hspec - dev-haskell/quickcheck ) -"
