From b95134e109461d82993d9143dfb4f2de38e12d21 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Sun, 29 Apr 2007 19:10:46 +0000 Subject: [PATCH] Fix deps so it cannot be installed with ghc-6.6 Package-Manager: portage-2.1.2.2 --- dev-haskell/fgl/ChangeLog | 5 ++++- dev-haskell/fgl/fgl-5.2.ebuild | 5 +++-- dev-haskell/haskell-src/ChangeLog | 5 ++++- dev-haskell/haskell-src/haskell-src-1.0.ebuild | 5 +++-- dev-haskell/html/ChangeLog | 5 ++++- dev-haskell/html/html-1.0.ebuild | 5 +++-- dev-haskell/hunit/ChangeLog | 5 ++++- dev-haskell/hunit/hunit-1.1.ebuild | 5 +++-- dev-haskell/mtl/ChangeLog | 5 ++++- dev-haskell/mtl/mtl-1.0.ebuild | 5 +++-- dev-haskell/network/ChangeLog | 5 ++++- dev-haskell/network/network-1.0.ebuild | 5 +++-- dev-haskell/quickcheck/ChangeLog | 5 ++++- dev-haskell/quickcheck/quickcheck-1.0.ebuild | 5 +++-- 14 files changed, 49 insertions(+), 21 deletions(-) diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog index 380a8190c5f9..f6c0fae2da5d 100644 --- a/dev-haskell/fgl/ChangeLog +++ b/dev-haskell/fgl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/fgl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.14 2007/04/06 16:55:19 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.15 2007/04/29 19:02:29 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts fgl-5.2.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott fgl-5.3.ebuild: add ~ppc and ~sparc keywords diff --git a/dev-haskell/fgl/fgl-5.2.ebuild b/dev-haskell/fgl/fgl-5.2.ebuild index 9e0ac0e712a0..e87a71de2d3d 100644 --- a/dev-haskell/fgl/fgl-5.2.ebuild +++ b/dev-haskell/fgl/fgl-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.2.ebuild,v 1.10 2007/04/02 20:26:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.2.ebuild,v 1.11 2007/04/29 19:02:29 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/haskell-src/ChangeLog b/dev-haskell/haskell-src/ChangeLog index 56a91319f744..5bc8ed994c8b 100644 --- a/dev-haskell/haskell-src/ChangeLog +++ b/dev-haskell/haskell-src/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/haskell-src # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.13 2007/04/06 16:58:09 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.14 2007/04/29 19:02:57 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts haskell-src-1.0.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott haskell-src-1.0-r1.ebuild: diff --git a/dev-haskell/haskell-src/haskell-src-1.0.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.ebuild index 827ff5d46f0d..4f050f63f366 100644 --- a/dev-haskell/haskell-src/haskell-src-1.0.ebuild +++ b/dev-haskell/haskell-src/haskell-src-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.ebuild,v 1.10 2007/04/02 20:29:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.ebuild,v 1.11 2007/04/29 19:02:57 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog index c0d7ab71820d..0dfdf88cfe73 100644 --- a/dev-haskell/html/ChangeLog +++ b/dev-haskell/html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/html # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.13 2007/04/06 17:06:50 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.14 2007/04/29 19:03:48 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts html-1.0.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott html-1.0-r1.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/html/html-1.0.ebuild b/dev-haskell/html/html-1.0.ebuild index f523a9dedc0b..da20eaf92fb8 100644 --- a/dev-haskell/html/html-1.0.ebuild +++ b/dev-haskell/html/html-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.10 2007/04/02 20:33:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.11 2007/04/29 19:03:48 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index b103e0073219..849efad7bd0e 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.13 2007/04/06 17:11:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.14 2007/04/29 19:04:15 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts hunit-1.1.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott hunit-1.1-r1.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index 26bc11bf33d1..716723b7fd8f 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.10 2007/04/02 20:31:05 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.11 2007/04/29 19:04:15 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 1c4e64f9eec3..843d4c01aa8f 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.13 2007/04/06 16:48:06 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.14 2007/04/29 19:05:58 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts mtl-1.0.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott mtl-1.0-r1.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild index d7081ffcc29b..142f33de7f57 100644 --- a/dev-haskell/mtl/mtl-1.0.ebuild +++ b/dev-haskell/mtl/mtl-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.10 2007/04/02 20:28:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.11 2007/04/29 19:05:58 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/network/ChangeLog b/dev-haskell/network/ChangeLog index ac8bd477016d..71013e201801 100644 --- a/dev-haskell/network/ChangeLog +++ b/dev-haskell/network/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/network # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.13 2007/04/06 16:48:06 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.14 2007/04/29 19:06:34 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts network-1.0.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott network-2.0.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/network/network-1.0.ebuild b/dev-haskell/network/network-1.0.ebuild index f1e77801af2f..d66ce4fb2a36 100644 --- a/dev-haskell/network/network-1.0.ebuild +++ b/dev-haskell/network/network-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-1.0.ebuild,v 1.10 2007/04/02 20:34:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-1.0.ebuild,v 1.11 2007/04/29 19:06:34 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 18dff0c8d491..7d2ceaf7264f 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.13 2007/04/06 17:15:08 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.14 2007/04/29 19:10:46 dcoutts Exp $ + + 29 Apr 2007; Duncan Coutts quickcheck-1.0.ebuild: + Fix deps so it cannot be installed with ghc-6.6 06 Apr 2007; Chris Parrott quickcheck-1.0-r1.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index 716a50de23cf..c433a5ebb626 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.10 2007/04/02 20:35:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.11 2007/04/29 19:10:46 dcoutts Exp $ inherit ghc-package @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=virtual/ghc-6.4*" +DEPEND="=virtual/ghc-6.4* + !>=virtual/ghc-6.6" pkg_setup () { ghc-package_pkg_setup -- 2.26.2