cpphs-1.18.8.ebuild 642 B

1234567891011121314151617181920212223242526
  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.3
  5. CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor"
  8. HOMEPAGE="http://projects.haskell.org/cpphs/"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="LGPL-2.1"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?]
  15. >=dev-lang/ghc-7.4.1:=
  16. "
  17. DEPEND="${RDEPEND}
  18. >=dev-haskell/cabal-1.6
  19. "