summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-13 15:18:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-13 15:18:36 +0000
commit9c17460b8c3d36e6e1997a9ac399e89d884999ce (patch)
treeeadffa95dc8d29f85b98499e38d713872392e12a /dev-haskell
parentMarked ~m68k-mint, bug #415405 (diff)
downloadgentoo-2-9c17460b8c3d36e6e1997a9ac399e89d884999ce.tar.gz
gentoo-2-9c17460b8c3d36e6e1997a9ac399e89d884999ce.tar.bz2
gentoo-2-9c17460b8c3d36e6e1997a9ac399e89d884999ce.zip
Version bump (ghc-7.4 support)
(Portage version: 2.2.0_alpha101_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/glib/ChangeLog9
-rw-r--r--dev-haskell/glib/glib-0.12.3.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/glib/ChangeLog b/dev-haskell/glib/ChangeLog
index c0a9d2b6439b..44de8425f64c 100644
--- a/dev-haskell/glib/ChangeLog
+++ b/dev-haskell/glib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/glib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.3 2011/06/21 11:01:25 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.4 2012/05/13 15:18:36 slyfox Exp $
+
+*glib-0.12.3 (13 May 2012)
+
+ 13 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +glib-0.12.3.ebuild:
+ Version bump (ghc-7.4 support)
21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> glib-0.12.0.ebuild:
Stable on amd64 wrt bug #314059
diff --git a/dev-haskell/glib/glib-0.12.3.ebuild b/dev-haskell/glib/glib-0.12.3.ebuild
new file mode 100644
index 000000000000..d6a05f654fc0
--- /dev/null
+++ b/dev-haskell/glib/glib-0.12.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.3.ebuild,v 1.1 2012/05/13 15:18:36 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+#nocabaldep is for the fancy cabal-detection feature at build-time
+CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep"
+inherit base haskell-cabal
+
+DESCRIPTION="Binding to the GLIB library for Gtk2Hs."
+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-lang/ghc-6.10.1
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-haskell/gtk2hs-buildtools"