diff options
author | Mark Wright <gienah@gentoo.org> | 2012-05-29 10:34:48 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-05-29 10:34:48 +0000 |
commit | eb4bf7782a47f49d4d5b7f2427c8787a7344aab8 (patch) | |
tree | cd7cd4d9611ad7db99e21d2d891e298c8f4b5f19 /dev-haskell/glib | |
parent | Version bump. Use append-cppflags for preprocessor flags. (diff) | |
download | historical-eb4bf7782a47f49d4d5b7f2427c8787a7344aab8.tar.gz historical-eb4bf7782a47f49d4d5b7f2427c8787a7344aab8.tar.bz2 historical-eb4bf7782a47f49d4d5b7f2427c8787a7344aab8.zip |
Bump glib to 0.13.3.1
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/glib')
-rw-r--r-- | dev-haskell/glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/glib/glib-0.12.3.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-haskell/glib/ChangeLog b/dev-haskell/glib/ChangeLog index 44de8425f64c..08a147c05dd8 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.4 2012/05/13 15:18:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.5 2012/05/29 10:34:48 gienah Exp $ + +*glib-0.12.3.1 (29 May 2012) + + 29 May 2012; Mark Wright <gienah@gentoo.org> +glib-0.12.3.1.ebuild: + Bump glib to 0.13.3.1 *glib-0.12.3 (13 May 2012) diff --git a/dev-haskell/glib/glib-0.12.3.1.ebuild b/dev-haskell/glib/glib-0.12.3.1.ebuild new file mode 100644 index 000000000000..9abefc0f938e --- /dev/null +++ b/dev-haskell/glib/glib-0.12.3.1.ebuild @@ -0,0 +1,23 @@ +# 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.1.ebuild,v 1.1 2012/05/29 10:34:48 gienah Exp $ + +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" |