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