diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 22:01:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 22:16:28 +0000 |
commit | d5389bc925f20cd5b1294a39a96fbd93d3d68538 (patch) | |
tree | 14847b14e1166fe944359f806ab6237735fd43d3 /dev-haskell/pango/pango-0.13.3.1.ebuild | |
parent | net-dns/dnssec-root: ppc ppc64 stable (bug 608162). (diff) | |
download | gentoo-d5389bc925f20cd5b1294a39a96fbd93d3d68538.tar.gz gentoo-d5389bc925f20cd5b1294a39a96fbd93d3d68538.tar.bz2 gentoo-d5389bc925f20cd5b1294a39a96fbd93d3d68538.zip |
dev-haskell/pango: bump up to 0.13.3.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/pango/pango-0.13.3.1.ebuild')
-rw-r--r-- | dev-haskell/pango/pango-0.13.3.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/pango/pango-0.13.3.1.ebuild b/dev-haskell/pango/pango-0.13.3.1.ebuild new file mode 100644 index 000000000000..5902d66d4598 --- /dev/null +++ b/dev-haskell/pango/pango-0.13.3.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Binding to the Pango text rendering engine" +HOMEPAGE="http://projects.haskell.org/gtk2hs/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cairo-0.13.0.0:=[profile?] <dev-haskell/cairo-0.14:=[profile?] + >=dev-haskell/glib-0.13.0.0:=[profile?] <dev-haskell/glib-0.14:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/text-0.11.0.6:=[profile?] <dev-haskell/text-1.3:=[profile?] + >=dev-lang/ghc-7.4.1:= + x11-libs/cairo + x11-libs/pango +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24 + virtual/pkgconfig +" |