summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 15:13:40 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 15:13:40 +0000
commitc6f89b36ea58befbb27ece9c8b1284e4b90f5a1c (patch)
tree99452b0c948799e80b5b01c1d7e2f67128dc1bcd /dev-haskell/parallel
parentMinor QA for dev-lang/ghc-6.10.2 (diff)
downloadgentoo-2-c6f89b36ea58befbb27ece9c8b1284e4b90f5a1c.tar.gz
gentoo-2-c6f89b36ea58befbb27ece9c8b1284e4b90f5a1c.tar.bz2
gentoo-2-c6f89b36ea58befbb27ece9c8b1284e4b90f5a1c.zip
Version bump dev-haskell/parallel-1.1.0.1, currently masked for testing.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/parallel')
-rw-r--r--dev-haskell/parallel/ChangeLog10
-rw-r--r--dev-haskell/parallel/parallel-1.1.0.1.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/parallel/ChangeLog b/dev-haskell/parallel/ChangeLog
index 08686649b5c0..ad8d6a3af8f2 100644
--- a/dev-haskell/parallel/ChangeLog
+++ b/dev-haskell/parallel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/parallel
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/ChangeLog,v 1.4 2008/10/04 00:34:58 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/ChangeLog,v 1.5 2009/04/19 15:13:40 kolmodin Exp $
+
+*parallel-1.1.0.1 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +parallel-1.1.0.1.ebuild:
+ Version bump. Depends on >=dev-lang/ghc-6.10.1, so it's currently masked.
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> parallel-1.0.0.0.ebuild:
Sparc stable --- Bug #230919 and Bug #239368.
diff --git a/dev-haskell/parallel/parallel-1.1.0.1.ebuild b/dev-haskell/parallel/parallel-1.1.0.1.ebuild
new file mode 100644
index 000000000000..539bb3d6e59d
--- /dev/null
+++ b/dev-haskell/parallel/parallel-1.1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/parallel-1.1.0.1.ebuild,v 1.1 2009/04/19 15:13:40 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="parallel programming library"
+HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parallel"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"