summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/html/ChangeLog5
-rw-r--r--dev-haskell/html/html-1.0.1.1.ebuild4
-rw-r--r--dev-haskell/parsec/ChangeLog5
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.0.ebuild4
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild4
-rw-r--r--dev-haskell/regex-base/ChangeLog5
-rw-r--r--dev-haskell/regex-base/regex-base-0.93.1.ebuild4
-rw-r--r--dev-haskell/regex-compat/ChangeLog5
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.91.ebuild4
-rw-r--r--dev-haskell/regex-posix/ChangeLog5
-rw-r--r--dev-haskell/regex-posix/regex-posix-0.93.1.ebuild4
12 files changed, 36 insertions, 18 deletions
diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog
index e7065e9cc2e8..5a602ac1be8a 100644
--- a/dev-haskell/html/ChangeLog
+++ b/dev-haskell/html/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/html
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.31 2008/10/03 23:51:51 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.32 2008/10/04 17:54:26 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> html-1.0.1.1.ebuild:
+ alpha/ia64 stable
03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> html-1.0.1.1.ebuild:
Sparc stable, Bug #239465.
diff --git a/dev-haskell/html/html-1.0.1.1.ebuild b/dev-haskell/html/html-1.0.1.1.ebuild
index 307053dd1e9f..3717475cc369 100644
--- a/dev-haskell/html/html-1.0.1.1.ebuild
+++ b/dev-haskell/html/html-1.0.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.1.ebuild,v 1.5 2008/10/03 23:51:51 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v 1.6 2008/10/04 17:54:26 armin76 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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6"
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index 56eb18e99a2b..9463c8e5c04e 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.8 2008/10/02 22:39:09 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.9 2008/10/04 18:01:06 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild:
+ alpha/ia64 stable
02 Oct 2008; Ferris McCormick <fmccor@gentoo.org> parsec-2.1.0.0.ebuild:
Sparc stable, needed for Bug #239368 (been around a long time now).
diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild
index c2195676b0c5..dfdf9eafa5f8 100644
--- a/dev-haskell/parsec/parsec-2.1.0.0.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.0.ebuild,v 1.8 2008/10/02 22:39:09 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.9 2008/10/04 18:01:06 armin76 Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -12,7 +12,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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4"
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 370fbdd832ef..3446592eefbb 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.30 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.31 2008/10/04 17:55:19 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> quickcheck-1.1.0.0.ebuild:
+ alpha/ia64 stable
03 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
quickcheck-1.1.0.0.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
index e8e832453129..3af354230c1b 100644
--- a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.4 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.5 2008/10/04 17:55:19 armin76 Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -15,7 +15,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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6"
diff --git a/dev-haskell/regex-base/ChangeLog b/dev-haskell/regex-base/ChangeLog
index 0edb1408b214..e87a8ea40a88 100644
--- a/dev-haskell/regex-base/ChangeLog
+++ b/dev-haskell/regex-base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/regex-base
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.19 2008/10/04 00:27:44 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.20 2008/10/04 17:58:49 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-base-0.93.1.ebuild:
+ alpha/ia64 stable
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
regex-base-0.72.0.1.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 8fcc7aad76d0..c3c98f555e21 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
# 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.2 2008/07/15 06:03:02 jer Exp $
+# $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 $
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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog
index 44ece6bd2483..b15f0a831586 100644
--- a/dev-haskell/regex-compat/ChangeLog
+++ b/dev-haskell/regex-compat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/regex-compat
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.18 2008/10/04 00:42:50 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.19 2008/10/04 18:00:09 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-compat-0.91.ebuild:
+ alpha/ia64 stable
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
regex-compat-0.71.0.1.ebuild:
diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
index 4eac8cb135ff..ef9743838632 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
# 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.2 2008/07/15 06:09:08 jer Exp $
+# $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 $
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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog
index 72177c5b3923..79b31a53b80a 100644
--- a/dev-haskell/regex-posix/ChangeLog
+++ b/dev-haskell/regex-posix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/regex-posix
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.18 2008/10/04 00:29:50 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.19 2008/10/04 17:59:27 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-posix-0.93.1.ebuild:
+ alpha/ia64 stable
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
regex-posix-0.72.0.2.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 da82b5fb5037..64180c3ecd01 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
# 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.2 2008/07/15 06:06:00 jer Exp $
+# $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 $
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"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6