summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-02 12:39:12 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-02 12:39:12 +0000
commit52907a0314f6fc24e32bb1f344652d4f96bea0d4 (patch)
treef5edf415b17f8ed5f0231d8a3a64295757a07fb4 /dev-haskell
parentFix dependencies for changes introduced by bug #293247 fix. (diff)
downloadhistorical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.gz
historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.bz2
historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.zip
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cabal/ChangeLog7
-rw-r--r--dev-haskell/cabal/cabal-1.6.0.3.ebuild6
-rw-r--r--dev-haskell/filepath/ChangeLog8
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.2.ebuild6
-rw-r--r--dev-haskell/html/ChangeLog7
-rw-r--r--dev-haskell/html/html-1.0.1.2.ebuild6
-rw-r--r--dev-haskell/mtl/ChangeLog7
-rw-r--r--dev-haskell/mtl/mtl-1.1.0.2.ebuild6
-rw-r--r--dev-haskell/network/ChangeLog8
-rw-r--r--dev-haskell/network/network-2.2.1.4.ebuild6
-rw-r--r--dev-haskell/parallel/ChangeLog8
-rw-r--r--dev-haskell/parallel/parallel-1.1.0.1.ebuild6
-rw-r--r--dev-haskell/parsec/ChangeLog8
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild6
-rw-r--r--dev-haskell/quickcheck/ChangeLog8
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild6
-rw-r--r--dev-haskell/regex-base/ChangeLog8
-rw-r--r--dev-haskell/regex-base/regex-base-0.93.1.ebuild6
-rw-r--r--dev-haskell/regex-compat/ChangeLog8
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.91.ebuild6
-rw-r--r--dev-haskell/regex-posix/ChangeLog8
-rw-r--r--dev-haskell/regex-posix/regex-posix-0.93.1.ebuild6
-rw-r--r--dev-haskell/stm/ChangeLog7
-rw-r--r--dev-haskell/stm/stm-2.1.1.2.ebuild6
-rw-r--r--dev-haskell/time/ChangeLog7
-rw-r--r--dev-haskell/time/time-1.1.2.4.ebuild6
26 files changed, 112 insertions, 65 deletions
diff --git a/dev-haskell/cabal/ChangeLog b/dev-haskell/cabal/ChangeLog
index 1bdc9a9d8d46..51c63fd1901e 100644
--- a/dev-haskell/cabal/ChangeLog
+++ b/dev-haskell/cabal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/cabal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.50 2009/08/28 15:58:28 klausman Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.51 2010/01/02 12:22:37 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cabal-1.6.0.3.ebuild:
+ Transfer Prefix keywords
28 Aug 2009; Tobias Klausmann <klausman@gentoo.org> cabal-1.6.0.3.ebuild:
Stable on alpha, bug #279739
diff --git a/dev-haskell/cabal/cabal-1.6.0.3.ebuild b/dev-haskell/cabal/cabal-1.6.0.3.ebuild
index f8657f3bf852..482b3649f2dc 100644
--- a/dev-haskell/cabal/cabal-1.6.0.3.ebuild
+++ b/dev-haskell/cabal/cabal-1.6.0.3.ebuild
@@ -1,6 +1,6 @@
-# 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/cabal/cabal-1.6.0.3.ebuild,v 1.5 2009/08/28 15:58:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.6.0.3.ebuild,v 1.6 2010/01/02 12:22:37 fauli Exp $
CABAL_FEATURES="bootstrap lib profile"
inherit haskell-cabal eutils
@@ -21,7 +21,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
DEPEND=">=dev-lang/ghc-6.4"
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog
index eb1d4033be9c..9efb00d2fb41 100644
--- a/dev-haskell/filepath/ChangeLog
+++ b/dev-haskell/filepath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/filepath
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.20 2009/12/16 20:24:17 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.21 2010/01/02 12:23:57 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ filepath-1.1.0.2.ebuild:
+ Transfer Prefix keywords
16 Dec 2009; <kolmodin@gentoo.org> filepath-1.1.0.2.ebuild:
Add ~ppc64 keyword. Tested by trofi.
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
index a1f555589c4c..f068a5f92c55 100644
--- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild
+++ b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
@@ -1,6 +1,6 @@
-# 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/filepath/filepath-1.1.0.2.ebuild,v 1.3 2009/12/16 20:24:17 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.4 2010/01/02 12:23:57 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"
diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog
index a74f44b8be19..3753112f0ff5 100644
--- a/dev-haskell/html/ChangeLog
+++ b/dev-haskell/html/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/html
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.34 2009/12/15 23:02:50 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.35 2010/01/02 12:25:03 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> html-1.0.1.2.ebuild:
+ Transfer Prefix keywords
15 Dec 2009; <kolmodin@gentoo.org> html-1.0.1.2.ebuild:
Add ~ppc64 keyword. Tested by trofi who has the hardware.
diff --git a/dev-haskell/html/html-1.0.1.2.ebuild b/dev-haskell/html/html-1.0.1.2.ebuild
index c69aae1f16be..d49c7df364d6 100644
--- a/dev-haskell/html/html-1.0.1.2.ebuild
+++ b/dev-haskell/html/html-1.0.1.2.ebuild
@@ -1,6 +1,6 @@
-# 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/html/html-1.0.1.2.ebuild,v 1.3 2009/12/16 00:20:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2.ebuild,v 1.4 2010/01/02 12:25:03 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog
index 851a76caef22..80e157afff6d 100644
--- a/dev-haskell/mtl/ChangeLog
+++ b/dev-haskell/mtl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/mtl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.32 2009/04/19 10:00:32 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.33 2010/01/02 12:26:23 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mtl-1.1.0.2.ebuild:
+ Transfer Prefix keywords
*mtl-1.1.0.2 (19 Apr 2009)
diff --git a/dev-haskell/mtl/mtl-1.1.0.2.ebuild b/dev-haskell/mtl/mtl-1.1.0.2.ebuild
index 63bcaeb3195d..c558288bf21f 100644
--- a/dev-haskell/mtl/mtl-1.1.0.2.ebuild
+++ b/dev-haskell/mtl/mtl-1.1.0.2.ebuild
@@ -1,6 +1,6 @@
-# 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/mtl/mtl-1.1.0.2.ebuild,v 1.1 2009/04/19 10:00:32 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.2.ebuild,v 1.2 2010/01/02 12:26:23 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6.1
diff --git a/dev-haskell/network/ChangeLog b/dev-haskell/network/ChangeLog
index 3a662ba66036..c306ebb66515 100644
--- a/dev-haskell/network/ChangeLog
+++ b/dev-haskell/network/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/network
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.41 2009/09/12 17:25:40 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.42 2010/01/02 12:27:27 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ network-2.2.1.4.ebuild:
+ Transfer Prefix keywords
12 Sep 2009; Raúl Porcel <armin76@gentoo.org> network-2.2.1.ebuild:
ia64/sparc stable wrt #278545
diff --git a/dev-haskell/network/network-2.2.1.4.ebuild b/dev-haskell/network/network-2.2.1.4.ebuild
index 2b0ebec9c321..298b3f832e77 100644
--- a/dev-haskell/network/network-2.2.1.4.ebuild
+++ b/dev-haskell/network/network-2.2.1.4.ebuild
@@ -1,6 +1,6 @@
-# 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/network/network-2.2.1.4.ebuild,v 1.1 2009/07/27 19:00:13 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.1.4.ebuild,v 1.2 2010/01/02 12:27:27 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal autotools
@@ -11,7 +11,7 @@ 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 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1
diff --git a/dev-haskell/parallel/ChangeLog b/dev-haskell/parallel/ChangeLog
index ad8d6a3af8f2..c9e981fa74fa 100644
--- a/dev-haskell/parallel/ChangeLog
+++ b/dev-haskell/parallel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parallel
-# 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/ChangeLog,v 1.6 2010/01/02 12:28:57 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ parallel-1.1.0.1.ebuild:
+ Transfer Prefix keywords
*parallel-1.1.0.1 (19 Apr 2009)
diff --git a/dev-haskell/parallel/parallel-1.1.0.1.ebuild b/dev-haskell/parallel/parallel-1.1.0.1.ebuild
index 539bb3d6e59d..1a8d691242f9 100644
--- a/dev-haskell/parallel/parallel-1.1.0.1.ebuild
+++ b/dev-haskell/parallel/parallel-1.1.0.1.ebuild
@@ -1,6 +1,6 @@
-# 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/parallel/parallel-1.1.0.1.ebuild,v 1.1 2009/04/19 15:13:40 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/parallel-1.1.0.1.ebuild,v 1.2 2010/01/02 12:28:57 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.1"
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index f6ded216087c..d749da517e18 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parsec
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.12 2009/12/16 20:15:29 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.13 2010/01/02 12:29:53 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ parsec-2.1.0.1.ebuild:
+ Transfer Prefix keywords
16 Dec 2009; <kolmodin@gentoo.org> parsec-2.1.0.1.ebuild:
Add ~ppc64 keyword. Tested by trofi.
diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
index f502f0b319b7..8226895eb8cd 100644
--- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
@@ -1,6 +1,6 @@
-# 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/parsec/parsec-2.1.0.1.ebuild,v 1.2 2009/12/16 20:15:29 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.3 2010/01/02 12:29:53 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 7cd226ad8061..f9e6a4d578a2 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/quickcheck
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.33 2009/07/27 19:58:46 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.34 2010/01/02 12:30:44 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ quickcheck-1.2.0.0.ebuild:
+ Transfer Prefix keywords
27 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch,
diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
index fa0cec764904..eb9a8d24aab3 100644
--- a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild
@@ -1,6 +1,6 @@
-# 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/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.1 2009/04/19 10:26:03 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.2 2010/01/02 12:30:44 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"
diff --git a/dev-haskell/regex-base/ChangeLog b/dev-haskell/regex-base/ChangeLog
index 8c9b1514545d..25e9e41b72ce 100644
--- a/dev-haskell/regex-base/ChangeLog
+++ b/dev-haskell/regex-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/regex-base
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.22 2009/04/19 11:41:53 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.23 2010/01/02 12:35:36 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ regex-base-0.93.1.ebuild:
+ Transfer Prefix keywords
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
-regex-base-0.91.ebuild:
diff --git a/dev-haskell/regex-base/regex-base-0.93.1.ebuild b/dev-haskell/regex-base/regex-base-0.93.1.ebuild
index c3c98f555e21..7cd490040b94 100644
--- a/dev-haskell/regex-base/regex-base-0.93.1.ebuild
+++ b/dev-haskell/regex-base/regex-base-0.93.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/regex-base/regex-base-0.93.1.ebuild,v 1.3 2008/10/04 17:58:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/regex-base-0.93.1.ebuild,v 1.4 2010/01/02 12:35:36 fauli Exp $
CABAL_FEATURES="profile haddock lib"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog
index 1bfccb42da33..4f9712fe92f9 100644
--- a/dev-haskell/regex-compat/ChangeLog
+++ b/dev-haskell/regex-compat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/regex-compat
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.20 2009/04/19 11:35:36 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.21 2010/01/02 12:37:17 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ regex-compat-0.91.ebuild:
+ Transfer Prefix keywords
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
-regex-compat-0.90.ebuild:
diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
index ef9743838632..ac6591d84e9d 100644
--- a/dev-haskell/regex-compat/regex-compat-0.91.ebuild
+++ b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/regex-compat/regex-compat-0.91.ebuild,v 1.3 2008/10/04 18:00:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.4 2010/01/02 12:37:17 fauli Exp $
CABAL_FEATURES="profile haddock lib"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog
index ddc8268dd44e..f0d662105695 100644
--- a/dev-haskell/regex-posix/ChangeLog
+++ b/dev-haskell/regex-posix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/regex-posix
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.21 2009/04/19 11:37:12 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.22 2010/01/02 12:39:12 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ regex-posix-0.93.1.ebuild:
+ Transfer Prefix keywords
19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
-regex-posix-0.92.ebuild:
diff --git a/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild b/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild
index 64180c3ecd01..9ceb63c8dcbb 100644
--- a/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild
+++ b/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/regex-posix/regex-posix-0.93.1.ebuild,v 1.3 2008/10/04 17:59:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild,v 1.4 2010/01/02 12:39:12 fauli Exp $
CABAL_FEATURES="profile haddock lib"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/stm/ChangeLog b/dev-haskell/stm/ChangeLog
index 8635758df9cb..9bf4200c5ae3 100644
--- a/dev-haskell/stm/ChangeLog
+++ b/dev-haskell/stm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/stm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/ChangeLog,v 1.5 2009/04/17 13:27:55 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/ChangeLog,v 1.6 2010/01/02 12:32:30 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> stm-2.1.1.2.ebuild:
+ Transfer Prefix keywords
*stm-2.1.1.2 (17 Apr 2009)
diff --git a/dev-haskell/stm/stm-2.1.1.2.ebuild b/dev-haskell/stm/stm-2.1.1.2.ebuild
index e319a52684ef..ffcc1a9df9f0 100644
--- a/dev-haskell/stm/stm-2.1.1.2.ebuild
+++ b/dev-haskell/stm/stm-2.1.1.2.ebuild
@@ -1,6 +1,6 @@
-# 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/stm/stm-2.1.1.2.ebuild,v 1.1 2009/04/17 13:27:55 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/stm-2.1.1.2.ebuild,v 1.2 2010/01/02 12:32:30 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.8
diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog
index d9e70b18e7a4..96dc73ebf714 100644
--- a/dev-haskell/time/ChangeLog
+++ b/dev-haskell/time/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/time
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.17 2009/04/19 09:19:37 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.18 2010/01/02 12:33:17 fauli Exp $
+
+ 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> time-1.1.2.4.ebuild:
+ Transfer Prefix keywords
*time-1.1.2.4 (19 Apr 2009)
diff --git a/dev-haskell/time/time-1.1.2.4.ebuild b/dev-haskell/time/time-1.1.2.4.ebuild
index d345f9c21106..da41266a943b 100644
--- a/dev-haskell/time/time-1.1.2.4.ebuild
+++ b/dev-haskell/time/time-1.1.2.4.ebuild
@@ -1,6 +1,6 @@
-# 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/time/time-1.1.2.4.ebuild,v 1.1 2009/04/19 09:19:37 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.2.4.ebuild,v 1.2 2010/01/02 12:33:17 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6.1