0a55e49fcefa7d2bb63cdcccd0257e92a5ec276d
[gentoo.git] / dev-haskell / pango / pango-0.12.5.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 # ebuild generated by hackport 0.3.5.9999
7
8 #nocabaldep is for the fancy cabal-detection feature at build-time
9 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep"
10 inherit haskell-cabal
11
12 DESCRIPTION="Binding to the Pango text rendering engine"
13 HOMEPAGE="http://projects.haskell.org/gtk2hs/"
14 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
15
16 LICENSE="LGPL-2.1"
17 SLOT="0/${PV}"
18 KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
19 IUSE=""
20
21 RDEPEND=">=dev-haskell/cairo-0.12.5.3:0=[profile?] <dev-haskell/cairo-0.13:0=[profile?]
22         >=dev-haskell/glib-0.12.5.3:0=[profile?] <dev-haskell/glib-0.13:0=[profile?]
23         dev-haskell/mtl:=[profile?]
24         >=dev-lang/ghc-6.10.4:=
25         x11-libs/cairo
26         x11-libs/pango
27 "
28 DEPEND="${RDEPEND}
29         >=dev-haskell/gtk2hs-buildtools-0.12.5.1-r1:0
30         virtual/pkgconfig
31 "