summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 12:03:12 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 12:03:12 +0000
commit9f38fd424037114e8ce115801092967e68f05780 (patch)
tree37ddefc3fe29d4fcd46de005f24f7085496aef55 /dev-haskell
parentVersion bump dev-haskell/glut (diff)
downloadgentoo-2-9f38fd424037114e8ce115801092967e68f05780.tar.gz
gentoo-2-9f38fd424037114e8ce115801092967e68f05780.tar.bz2
gentoo-2-9f38fd424037114e8ce115801092967e68f05780.zip
Version bump dev-haskell/fgl
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/fgl/ChangeLog9
-rw-r--r--dev-haskell/fgl/fgl-5.4.2.2.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog
index ce0e37621b95..f3725cae2144 100644
--- a/dev-haskell/fgl/ChangeLog
+++ b/dev-haskell/fgl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/fgl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.30 2008/10/04 00:06:55 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.31 2009/04/19 12:03:12 kolmodin Exp $
+
+*fgl-5.4.2.2 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +fgl-5.4.2.2.ebuild:
+ Version bump.
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> fgl-5.4.1.1.ebuild:
Sparc stable --- Bug #230919 and Bug #239368.
diff --git a/dev-haskell/fgl/fgl-5.4.2.2.ebuild b/dev-haskell/fgl/fgl-5.4.2.2.ebuild
new file mode 100644
index 000000000000..cde77215aa2d
--- /dev/null
+++ b/dev-haskell/fgl/fgl-5.4.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.2.2.ebuild,v 1.1 2009/04/19 12:03:12 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Martin Erwig's Functional Graph Library"
+HOMEPAGE="http://web.engr.oregonstate.edu/~erwig/fgl/haskell"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1
+ dev-haskell/mtl"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"