diff options
author | Mark Wright <gienah@gentoo.org> | 2014-12-13 13:56:21 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-12-13 13:56:21 +0000 |
commit | 7b3bdee563fa07a163b373481fadb71a2e0a53cb (patch) | |
tree | 11a50d1e5eb9c65a397ab66994335aff4c237c4a /dev-haskell/gio/gio-0.13.0.3.ebuild | |
parent | Stable-mask abi_x86_32 for bug #526042. (diff) | |
download | gentoo-2-7b3bdee563fa07a163b373481fadb71a2e0a53cb.tar.gz gentoo-2-7b3bdee563fa07a163b373481fadb71a2e0a53cb.tar.bz2 gentoo-2-7b3bdee563fa07a163b373481fadb71a2e0a53cb.zip |
Bump gio to 0.13.0.3
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/gio/gio-0.13.0.3.ebuild')
-rw-r--r-- | dev-haskell/gio/gio-0.13.0.3.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/gio/gio-0.13.0.3.ebuild b/dev-haskell/gio/gio-0.13.0.3.ebuild new file mode 100644 index 000000000000..fee806b22218 --- /dev/null +++ b/dev-haskell/gio/gio-0.13.0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v 1.1 2014/12/13 13:56:21 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.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.13.0.0:=[profile?] <dev-haskell/glib-0.14:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-lang/ghc-7.4.1:= + dev-libs/glib:2 +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18 + >=dev-haskell/gtk2hs-buildtools-0.13.0.3:0= + virtual/pkgconfig +" |