diff options
author | 2012-11-25 06:42:18 +0000 | |
---|---|---|
committer | 2012-11-25 06:42:18 +0000 | |
commit | c932dfb95b3bebc1337dee544ee268f565c37511 (patch) | |
tree | 699f7c5fa8fef7fcbf99050b713d79e94c0a7928 /dev-haskell | |
parent | Bump gio to 0.12.4 (diff) | |
download | gentoo-2-c932dfb95b3bebc1337dee544ee268f565c37511.tar.gz gentoo-2-c932dfb95b3bebc1337dee544ee268f565c37511.tar.bz2 gentoo-2-c932dfb95b3bebc1337dee544ee268f565c37511.zip |
Bump glib 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/glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/glib/glib-0.12.4.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/glib/ChangeLog b/dev-haskell/glib/ChangeLog index 083bc5f70f50..68e609e4a176 100644 --- a/dev-haskell/glib/ChangeLog +++ b/dev-haskell/glib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.9 2012/11/25 05:43:19 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.10 2012/11/25 06:42:18 gienah Exp $ + +*glib-0.12.4 (25 Nov 2012) + + 25 Nov 2012; Mark Wright <gienah@gentoo.org> +glib-0.12.4.ebuild: + Bump glib to 0.12.4 25 Nov 2012; Mark Wright <gienah@gentoo.org> +files/glib-0.12.3.1-ghc-7.6.patch, glib-0.12.3.1.ebuild: diff --git a/dev-haskell/glib/glib-0.12.4.ebuild b/dev-haskell/glib/glib-0.12.4.ebuild new file mode 100644 index 000000000000..d2a9b2f5ec7a --- /dev/null +++ b/dev-haskell/glib/glib-0.12.4.ebuild @@ -0,0 +1,26 @@ +# 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.4.ebuild,v 1.1 2012/11/25 06:42:18 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 GLIB library for Gtk2Hs." +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-lang/ghc-6.10.4:= + dev-libs/glib:2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + >=dev-haskell/gtk2hs-buildtools-0.12.4" |