summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-12-11 20:20:31 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-12-11 20:20:31 +0000
commitd210c276d6ed500689316c22acb5492c204e710f (patch)
tree5125f9d4e1b792e197ae1ff2255c769f080ad50e /dev-haskell/haskell-platform
parentFor prefix installs, add EPREFIX to *_BINARY constants. (diff)
downloadgentoo-2-d210c276d6ed500689316c22acb5492c204e710f.tar.gz
gentoo-2-d210c276d6ed500689316c22acb5492c204e710f.tar.bz2
gentoo-2-d210c276d6ed500689316c22acb5492c204e710f.zip
Dont't use too strict depend range for regex-* libs.
(Portage version: 2.2.0_alpha79_p23/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/haskell-platform')
-rw-r--r--dev-haskell/haskell-platform/ChangeLog10
-rw-r--r--dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild (renamed from dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild)15
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-haskell/haskell-platform/ChangeLog b/dev-haskell/haskell-platform/ChangeLog
index 7aaf462ec297..66631992e0da 100644
--- a/dev-haskell/haskell-platform/ChangeLog
+++ b/dev-haskell/haskell-platform/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/haskell-platform
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.4 2010/03/14 18:58:30 kolmodin Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.5 2011/12/11 20:20:31 slyfox Exp $
+
+*haskell-platform-2009.2.0.2-r1 (11 Dec 2011)
+
+ 11 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +haskell-platform-2009.2.0.2-r1.ebuild, -haskell-platform-2009.2.0.2.ebuild:
+ Dont't use too strict depend range for regex-* libs.
14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
haskell-platform-2009.2.0.2.ebuild:
diff --git a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild
index 440f38299d86..63ff060d7dd3 100644
--- a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild
+++ b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild,v 1.3 2010/03/14 18:58:30 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild,v 1.1 2011/12/11 20:20:31 slyfox Exp $
# for slot dependencies
EAPI=1
@@ -21,10 +21,6 @@ IUSE=""
# different SLOTs to not get too recent versions (quickcheck-2 and parsec-3
# which behaves significantly different)
-# for the regex-packages we don't want the 0.9x series, and there is currently
-# no way in portage to specify a from-to range interval. thus, we depend on the
-# exact version.
-
DEPEND="~dev-lang/ghc-6.10.4
>=dev-haskell/cabal-1.6.0.3
>=dev-haskell/cgi-3001.1.7.1
@@ -51,8 +47,9 @@ DEPEND="~dev-lang/ghc-6.10.4
>=dev-haskell/cabal-install-0.6.2
>=dev-haskell/haddock-2.4.2
- ~dev-haskell/regex-base-0.72.0.2
- ~dev-haskell/regex-compat-0.71.0.1
- ~dev-haskell/regex-posix-0.72.0.3"
+ =dev-haskell/regex-base-0.72*
+ =dev-haskell/regex-compat-0.71*
+ =dev-haskell/regex-posix-0.72*
+ "
RDEPEND="${DEPEND}"