summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-04 10:20:01 +0000
committerMark Wright <gienah@gentoo.org>2015-04-04 10:20:01 +0000
commitdc65499197862a835eccaf73f5870005d8611b45 (patch)
treefb14a66424bb32e232ed2983045819f2aeda73ae /dev-haskell/fgl
parentBump entropy to 0.3.6 (diff)
downloadgentoo-2-dc65499197862a835eccaf73f5870005d8611b45.tar.gz
gentoo-2-dc65499197862a835eccaf73f5870005d8611b45.tar.bz2
gentoo-2-dc65499197862a835eccaf73f5870005d8611b45.zip
Bump fgl to 5.5.1.0
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r--dev-haskell/fgl/ChangeLog7
-rw-r--r--dev-haskell/fgl/fgl-5.5.1.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog
index 7017722e64ce..8cff937c838e 100644
--- a/dev-haskell/fgl/ChangeLog
+++ b/dev-haskell/fgl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/fgl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.52 2015/02/28 14:05:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.53 2015/04/04 10:20:01 gienah Exp $
+
+*fgl-5.5.1.0 (04 Apr 2015)
+
+ 04 Apr 2015; Mark Wright <gienah@gentoo.org> +fgl-5.5.1.0.ebuild:
+ Bump fgl to 5.5.1.0
28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fgl-5.5.0.1.ebuild:
Stable for ia64, wrt bug #534968
diff --git a/dev-haskell/fgl/fgl-5.5.1.0.ebuild b/dev-haskell/fgl/fgl-5.5.1.0.ebuild
new file mode 100644
index 000000000000..460795264af0
--- /dev/null
+++ b/dev-haskell/fgl/fgl-5.5.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.5.1.0.ebuild,v 1.1 2015/04/04 10:20:01 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Martin Erwig's Functional Graph Library"
+HOMEPAGE="http://hackage.haskell.org/package/fgl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"