From 6e42894859cae369240a10fae6d05dd2474eac08 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Sun, 25 Nov 2012 06:45:15 +0000 Subject: Bump pango to 0.12.4 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F) --- dev-haskell/pango/ChangeLog | 7 ++++++- dev-haskell/pango/pango-0.12.4.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 dev-haskell/pango/pango-0.12.4.ebuild (limited to 'dev-haskell/pango') 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 +pango-0.12.4.ebuild: + Bump pango to 0.12.4 12 Sep 2012; Alexander Vershilov 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/glib-0.12.0:=[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" -- cgit v1.2.3-65-gdbad