shelltestrunner-1.3.4.ebuild 978 B

12345678910111213141516171819202122232425262728293031323334
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.9999
  5. CABAL_FEATURES="bin"
  6. inherit haskell-cabal
  7. DESCRIPTION="A tool for testing command-line programs"
  8. HOMEPAGE="http://joyful.com/shelltestrunner"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="GPL-2"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND=""
  15. DEPEND="${RDEPEND}
  16. >=dev-haskell/cabal-1.6
  17. >=dev-haskell/cmdargs-0.7 <dev-haskell/cmdargs-0.11
  18. >=dev-haskell/diff-0.2.0 <dev-haskell/diff-0.4
  19. >=dev-haskell/filemanip-0.3 <dev-haskell/filemanip-0.4
  20. <dev-haskell/hunit-1.3
  21. <dev-haskell/parsec-3.2
  22. >=dev-haskell/regex-tdfa-1.1 <dev-haskell/regex-tdfa-1.3
  23. >=dev-haskell/test-framework-0.3.2 <dev-haskell/test-framework-0.9
  24. >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4
  25. >=dev-haskell/utf8-string-0.3.5 <dev-haskell/utf8-string-0.4
  26. >=dev-lang/ghc-7.4.1
  27. "