summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-25 06:37:39 +0000
committerMark Wright <gienah@gentoo.org>2012-11-25 06:37:39 +0000
commit014a6ffad666218610218e4d8582cb045f2cba6c (patch)
treefe80b27df4275185b5a79a87b08facbfd9a4a855 /dev-haskell
parentBump cairo to 0.12.4 (diff)
downloadgentoo-2-014a6ffad666218610218e4d8582cb045f2cba6c.tar.gz
gentoo-2-014a6ffad666218610218e4d8582cb045f2cba6c.tar.bz2
gentoo-2-014a6ffad666218610218e4d8582cb045f2cba6c.zip
Bump gio 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/gio/ChangeLog7
-rw-r--r--dev-haskell/gio/gio-0.12.4.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/gio/ChangeLog b/dev-haskell/gio/ChangeLog
index 8b7e7c2d9b0c..33365ca125ac 100644
--- a/dev-haskell/gio/ChangeLog
+++ b/dev-haskell/gio/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.8 2012/11/25 05:44:31 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.9 2012/11/25 06:37:39 gienah Exp $
+
+*gio-0.12.4 (25 Nov 2012)
+
+ 25 Nov 2012; Mark Wright <gienah@gentoo.org> +gio-0.12.4.ebuild:
+ Bump gio to 0.12.4
25 Nov 2012; Mark Wright <gienah@gentoo.org> +files/gio-0.12.3-ghc-7.6.patch,
gio-0.12.3.ebuild:
diff --git a/dev-haskell/gio/gio-0.12.4.ebuild b/dev-haskell/gio/gio-0.12.4.ebuild
new file mode 100644
index 000000000000..4180825e1732
--- /dev/null
+++ b/dev-haskell/gio/gio-0.12.4.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/gio/gio-0.12.4.ebuild,v 1.1 2012/11/25 06:37:38 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 GIO."
+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/glib-0.12.0:=[profile?]
+ <dev-haskell/glib-0.13:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ >=dev-haskell/gtk2hs-buildtools-0.12.4"