summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-15 17:04:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-15 17:04:47 +0000
commitf8566a4acec12da60248d3147d35e953b15bf987 (patch)
tree50cca3bad158e4119e228e5906b6450d329534e9 /dev-haskell/pango
parentMissing inherit eutils (diff)
downloadgentoo-2-f8566a4acec12da60248d3147d35e953b15bf987.tar.gz
gentoo-2-f8566a4acec12da60248d3147d35e953b15bf987.tar.bz2
gentoo-2-f8566a4acec12da60248d3147d35e953b15bf987.zip
Version bump (bug #415921 by Takanari Hamasaki)
(Portage version: 2.2.0_alpha104_p20/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/pango')
-rw-r--r--dev-haskell/pango/ChangeLog9
-rw-r--r--dev-haskell/pango/pango-0.12.3.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/pango/ChangeLog b/dev-haskell/pango/ChangeLog
index 0b94fb7b4fa7..24880bd3719a 100644
--- a/dev-haskell/pango/ChangeLog
+++ b/dev-haskell/pango/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/pango
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.3 2011/06/21 11:01:15 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.4 2012/05/15 17:04:47 slyfox Exp $
+
+*pango-0.12.3 (15 May 2012)
+
+ 15 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +pango-0.12.3.ebuild:
+ Version bump (bug #415921 by Takanari Hamasaki)
21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pango-0.12.0.ebuild:
Stable on amd64 wrt bug #314059
diff --git a/dev-haskell/pango/pango-0.12.3.ebuild b/dev-haskell/pango/pango-0.12.3.ebuild
new file mode 100644
index 000000000000..dffa620dc2a9
--- /dev/null
+++ b/dev-haskell/pango/pango-0.12.3.ebuild
@@ -0,0 +1,29 @@
+# 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.3.ebuild,v 1.1 2012/05/15 17:04:47 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+#nocabaldep is for the fancy cabal-detection feature at build-time
+CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep"
+inherit haskell-cabal
+
+DESCRIPTION="Binding to the Pango text rendering engine."
+HOMEPAGE="http://projects.haskell.org/gtk2hs/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/cairo-0.12*[profile?]
+ =dev-haskell/glib-0.12*[profile?]
+ dev-haskell/mtl[profile?]
+ >=dev-lang/ghc-6.10.1
+ x11-libs/cairo
+ x11-libs/pango"
+DEPEND="${RDEPEND}
+ dev-haskell/gtk2hs-buildtools"