summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-07-12 17:39:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-07-12 17:39:07 +0000
commit95f765dc9cbcc4ce8612c7c64b1437a3d64f9bdf (patch)
tree7e3e524a64333935e137632e6c32d8a860dbfaee /dev-haskell
parentStable on amd64 wrt bug #295256 (diff)
downloadgentoo-2-95f765dc9cbcc4ce8612c7c64b1437a3d64f9bdf.tar.gz
gentoo-2-95f765dc9cbcc4ce8612c7c64b1437a3d64f9bdf.tar.bz2
gentoo-2-95f765dc9cbcc4ce8612c7c64b1437a3d64f9bdf.zip
Switched to EAPI=1 and moved to slotted quickcheck:1 dep
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/stream/ChangeLog10
-rw-r--r--dev-haskell/stream/stream-0.2.6-r1.ebuild (renamed from dev-haskell/stream/stream-0.2.6.ebuild)8
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-haskell/stream/ChangeLog b/dev-haskell/stream/ChangeLog
index 5581743840c3..fda60a199c68 100644
--- a/dev-haskell/stream/ChangeLog
+++ b/dev-haskell/stream/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/stream
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.1 2009/07/14 19:17:43 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/ChangeLog,v 1.2 2010/07/12 17:39:07 slyfox Exp $
+
+*stream-0.2.6-r1 (12 Jul 2010)
+
+ 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> -stream-0.2.6.ebuild,
+ +stream-0.2.6-r1.ebuild:
+ Switched to EAPI=1 and moved to slotted quickcheck:1 dep
*stream-0.2.6 (14 Jul 2009)
diff --git a/dev-haskell/stream/stream-0.2.6.ebuild b/dev-haskell/stream/stream-0.2.6-r1.ebuild
index 82a6bd6b8632..3e17dcfcb4e8 100644
--- a/dev-haskell/stream/stream-0.2.6.ebuild
+++ b/dev-haskell/stream/stream-0.2.6-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.2.6.ebuild,v 1.1 2009/07/14 19:17:43 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stream/stream-0.2.6-r1.ebuild,v 1.1 2010/07/12 17:39:07 slyfox Exp $
+
+EAPI=1
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -18,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1
- <dev-haskell/quickcheck-2"
+ dev-haskell/quickcheck:1"
DEPEND="${RDEPEND}
dev-haskell/cabal"