diff options
author | Mark Wright <gienah@gentoo.org> | 2012-11-25 06:45:15 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-11-25 06:45:15 +0000 |
commit | 6e42894859cae369240a10fae6d05dd2474eac08 (patch) | |
tree | d9335c56d818e09933fd8d7b7a616be2f43d5d2f /dev-haskell | |
parent | Bump gtk to 0.12.4 (diff) | |
download | gentoo-2-6e42894859cae369240a10fae6d05dd2474eac08.tar.gz gentoo-2-6e42894859cae369240a10fae6d05dd2474eac08.tar.bz2 gentoo-2-6e42894859cae369240a10fae6d05dd2474eac08.zip |
Bump pango to 0.12.4
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/pango/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/pango/pango-0.12.4.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-haskell/pango/ChangeLog b/dev-haskell/pango/ChangeLog index 205aa5f42559..9fac0d85936b 100644 --- a/dev-haskell/pango/ChangeLog +++ b/dev-haskell/pango/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/pango # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.9 2012/09/12 15:23:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.10 2012/11/25 06:45:15 gienah Exp $ + +*pango-0.12.4 (25 Nov 2012) + + 25 Nov 2012; Mark Wright <gienah@gentoo.org> +pango-0.12.4.ebuild: + Bump pango to 0.12.4 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> pango-0.12.0.ebuild, pango-0.12.3.ebuild: diff --git a/dev-haskell/pango/pango-0.12.4.ebuild b/dev-haskell/pango/pango-0.12.4.ebuild new file mode 100644 index 000000000000..da93e0b4889a --- /dev/null +++ b/dev-haskell/pango/pango-0.12.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.4.ebuild,v 1.1 2012/11/25 06:45:15 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +#nocabaldep is for the fancy cabal-detection feature at build-time +CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" +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="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cairo-0.12.0:=[profile?] + <dev-haskell/cairo-0.13:=[profile?] + >=dev-haskell/glib-0.12.0:=[profile?] + <dev-haskell/glib-0.13:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-lang/ghc-6.10.4:= + x11-libs/cairo + x11-libs/pango" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + >=dev-haskell/gtk2hs-buildtools-0.12.4" |