diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 21:53:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:12:44 +0100 |
commit | f64fe8ee9f10e6d162b68a4198ae33415cc69678 (patch) | |
tree | 444bac3f74dafc67a7fbc0c504d1d666d071cdf0 /dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild | |
parent | dev-haskell/hspec-meta: drop old (diff) | |
download | gentoo-f64fe8ee9f10e6d162b68a4198ae33415cc69678.tar.gz gentoo-f64fe8ee9f10e6d162b68a4198ae33415cc69678.tar.bz2 gentoo-f64fe8ee9f10e6d162b68a4198ae33415cc69678.zip |
dev-haskell/hspec-expectations: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild')
-rw-r--r-- | dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild b/dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild deleted file mode 100644 index 638da0adf738..000000000000 --- a/dev-haskell/hspec-expectations/hspec-expectations-0.5.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Catchy combinators for HUnit" -HOMEPAGE="https://github.com/sol/hspec-expectations#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/hunit:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/markdown-unlit - dev-haskell/silently ) -" |