missingh-1.2.1.0.ebuild 951 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.3.6.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
  6. inherit haskell-cabal
  7. MY_PN="MissingH"
  8. MY_P="${MY_PN}-${PV}"
  9. DESCRIPTION="Large utility library"
  10. HOMEPAGE="http://software.complete.org/missingh"
  11. SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
  12. LICENSE="BSD"
  13. SLOT="0/${PV}"
  14. KEYWORDS="~amd64 ~x86 ~amd64-linux"
  15. IUSE=""
  16. RDEPEND="dev-haskell/hslogger:=[profile?]
  17. dev-haskell/hunit:=[profile?]
  18. dev-haskell/mtl:=[profile?]
  19. dev-haskell/network:=[profile?]
  20. dev-haskell/parsec:=[profile?]
  21. dev-haskell/random:=[profile?]
  22. dev-haskell/regex-compat:=[profile?]
  23. >=dev-lang/ghc-6.12.1:=
  24. "
  25. DEPEND="${RDEPEND}
  26. >=dev-haskell/cabal-1.8.0.2
  27. test? ( dev-haskell/errorcall-eq-instance
  28. dev-haskell/quickcheck
  29. dev-haskell/testpack )
  30. "
  31. S="${WORKDIR}/${MY_P}"