timezone-olson-0.1.7-r1.ebuild 912 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.5.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files"
  8. HOMEPAGE="http://projects.haskell.org/time-ng/"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
  15. >=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?]
  16. >=dev-lang/ghc-7.4.1:=
  17. "
  18. DEPEND="${RDEPEND}
  19. >=dev-haskell/cabal-1.10
  20. "
  21. src_prepare() {
  22. default
  23. cabal_chdeps \
  24. 'binary >= 0.4.1 && < 0.8' 'binary >= 0.4.1' \
  25. 'time >= 1.1.4 && < 1.6' 'time >= 1.1.4'
  26. }