summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-25 06:43:47 +0000
committerMark Wright <gienah@gentoo.org>2012-11-25 06:43:47 +0000
commit1ea995c8e84fd83c75321bb50327b542253215e6 (patch)
treed63dee1c2adb913ca019722095b279959087cefd /dev-haskell/gtk
parentBump glib to 0.12.4 (diff)
downloadgentoo-2-1ea995c8e84fd83c75321bb50327b542253215e6.tar.gz
gentoo-2-1ea995c8e84fd83c75321bb50327b542253215e6.tar.bz2
gentoo-2-1ea995c8e84fd83c75321bb50327b542253215e6.zip
Bump gtk 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/gtk')
-rw-r--r--dev-haskell/gtk/ChangeLog7
-rw-r--r--dev-haskell/gtk/gtk-0.12.4.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-haskell/gtk/ChangeLog b/dev-haskell/gtk/ChangeLog
index 788f703d3f49..6a515ff08b1e 100644
--- a/dev-haskell/gtk/ChangeLog
+++ b/dev-haskell/gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gtk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.6 2012/11/25 06:04:14 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.7 2012/11/25 06:43:47 gienah Exp $
+
+*gtk-0.12.4 (25 Nov 2012)
+
+ 25 Nov 2012; Mark Wright <gienah@gentoo.org> +gtk-0.12.4.ebuild:
+ Bump gtk to 0.12.4
*gtk-0.12.3.1 (25 Nov 2012)
diff --git a/dev-haskell/gtk/gtk-0.12.4.ebuild b/dev-haskell/gtk/gtk-0.12.4.ebuild
new file mode 100644
index 000000000000..272ddde1b6ca
--- /dev/null
+++ b/dev-haskell/gtk/gtk-0.12.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.4.ebuild,v 1.1 2012/11/25 06:43:47 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Binding to the Gtk+ graphical user interface library."
+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/gio-0.12.0:=[profile?]
+ <dev-haskell/gio-0.13:=[profile?]
+ >=dev-haskell/glib-0.12.0:=[profile?]
+ <dev-haskell/glib-0.13:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/pango-0.12.0:=[profile?]
+ <dev-haskell/pango-0.13:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ dev-libs/glib:2
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ >=dev-haskell/gtk2hs-buildtools-0.12.4"