summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:31:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:31:56 +0000
commit065ff13b3202265995817fcc931c17b190b284c4 (patch)
tree112f0729b5b2ab0e8534b1668c6af1decbf0eb17 /dev-haskell/gio/gio-0.12.3.ebuild
parentDrop parallel make install. Thought the failures had gone away, but they have... (diff)
downloadgentoo-2-065ff13b3202265995817fcc931c17b190b284c4.tar.gz
gentoo-2-065ff13b3202265995817fcc931c17b190b284c4.tar.bz2
gentoo-2-065ff13b3202265995817fcc931c17b190b284c4.zip
Version bump (ghc-7.4 support)
(Portage version: 2.2.0_alpha101_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/gio/gio-0.12.3.ebuild')
-rw-r--r--dev-haskell/gio/gio-0.12.3.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/gio/gio-0.12.3.ebuild b/dev-haskell/gio/gio-0.12.3.ebuild
new file mode 100644
index 000000000000..9c53e984ba94
--- /dev/null
+++ b/dev-haskell/gio/gio-0.12.3.ebuild
@@ -0,0 +1,27 @@
+# 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.3.ebuild,v 1.1 2012/05/13 14:31:56 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 haskell-cabal
+
+DESCRIPTION="Binding to the GIO."
+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/glib-0.12*[profile?]
+ dev-haskell/mtl[profile?]
+ >=dev-lang/ghc-6.10.1
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-haskell/gtk2hs-buildtools"