diff options
73 files changed, 238 insertions, 166 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog index f3725cae2144..17edc8df9be7 100644 --- a/dev-haskell/fgl/ChangeLog +++ b/dev-haskell/fgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/fgl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.31 2009/04/19 12:03:12 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.32 2010/07/01 19:56:25 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> fgl-5.2.ebuild, + fgl-5.4.1.1.ebuild, fgl-5.4.2.2.ebuild: + Drop support for ghc and darcs. *fgl-5.4.2.2 (19 Apr 2009) diff --git a/dev-haskell/fgl/fgl-5.2.ebuild b/dev-haskell/fgl/fgl-5.2.ebuild index d5189c935e6e..6086249090aa 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 +# Copyright 1999-2010 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.14 2007/12/13 00:43:11 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.2.ebuild,v 1.15 2010/07/01 19:56:25 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/fgl/fgl-5.4.1.1.ebuild b/dev-haskell/fgl/fgl-5.4.1.1.ebuild index bb424a00ef26..fa21e9e16508 100644 --- a/dev-haskell/fgl/fgl-5.4.1.1.ebuild +++ b/dev-haskell/fgl/fgl-5.4.1.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/fgl/fgl-5.4.1.1.ebuild,v 1.4 2008/10/04 00:06:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.1.1.ebuild,v 1.5 2010/07/01 19:56:25 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -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 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4 diff --git a/dev-haskell/fgl/fgl-5.4.2.2.ebuild b/dev-haskell/fgl/fgl-5.4.2.2.ebuild index cde77215aa2d..601bf29ca2d4 100644 --- a/dev-haskell/fgl/fgl-5.4.2.2.ebuild +++ b/dev-haskell/fgl/fgl-5.4.2.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/fgl/fgl-5.4.2.2.ebuild,v 1.1 2009/04/19 12:03:12 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.2.2.ebuild,v 1.2 2010/07/01 19:56:25 jer 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 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 3de59870529a..6f3391b74498 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/happy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.44 2010/03/28 13:56:24 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.45 2010/07/01 19:56:36 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> happy-1.17.ebuild, + happy-1.18.2.ebuild, happy-1.18.4.ebuild: + Drop support for ghc and darcs. 28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> happy-1.18.4.ebuild: Bundle dev-haskell/mtl. mtl requires haddock if built with USE=doc, and diff --git a/dev-haskell/happy/happy-1.17.ebuild b/dev-haskell/happy/happy-1.17.ebuild index 52efe12444de..2eef64e46a61 100644 --- a/dev-haskell/happy/happy-1.17.ebuild +++ b/dev-haskell/happy/happy-1.17.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/happy/happy-1.17.ebuild,v 1.5 2009/04/17 13:57:58 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.17.ebuild,v 1.6 2010/07/01 19:56:36 jer Exp $ CABAL_FEATURES="bin" 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="amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 diff --git a/dev-haskell/happy/happy-1.18.2.ebuild b/dev-haskell/happy/happy-1.18.2.ebuild index f1b3e15c02c8..880480a64ad0 100644 --- a/dev-haskell/happy/happy-1.18.2.ebuild +++ b/dev-haskell/happy/happy-1.18.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/happy/happy-1.18.2.ebuild,v 1.4 2009/05/21 00:11:52 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.2.ebuild,v 1.5 2010/07/01 19:56:36 jer Exp $ CABAL_FEATURES="bin" 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="amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 diff --git a/dev-haskell/happy/happy-1.18.4.ebuild b/dev-haskell/happy/happy-1.18.4.ebuild index 3a46c3a62256..e1fb88dcd159 100644 --- a/dev-haskell/happy/happy-1.18.4.ebuild +++ b/dev-haskell/happy/happy-1.18.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.4.ebuild,v 1.2 2010/03/28 13:56:24 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.4.ebuild,v 1.3 2010/07/01 19:56:36 jer Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -18,7 +18,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/haskell-src/ChangeLog b/dev-haskell/haskell-src/ChangeLog index 259d37f63ee2..10d5d62ada2d 100644 --- a/dev-haskell/haskell-src/ChangeLog +++ b/dev-haskell/haskell-src/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/haskell-src -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.31 2009/04/17 14:13:39 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.32 2010/07/01 19:56:48 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> haskell-src-1.0.ebuild, + haskell-src-1.0.1.1.ebuild, haskell-src-1.0.1.3.ebuild: + Drop support for ghc and darcs. *haskell-src-1.0.1.3 (17 Apr 2009) diff --git a/dev-haskell/haskell-src/haskell-src-1.0.1.1.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.1.1.ebuild index b618faffc6df..062f10841901 100644 --- a/dev-haskell/haskell-src/haskell-src-1.0.1.1.ebuild +++ b/dev-haskell/haskell-src/haskell-src-1.0.1.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/haskell-src/haskell-src-1.0.1.1.ebuild,v 1.4 2008/10/03 22:56:27 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.1.ebuild,v 1.5 2010/07/01 19:56:48 jer Exp $ CABAL_FEATURES="lib profile haddock happy" 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="amd64 ~hppa ~ia64 ~ppc sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" diff --git a/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild index f50b830bde5e..711f773d5b2e 100644 --- a/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild +++ b/dev-haskell/haskell-src/haskell-src-1.0.1.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/haskell-src/haskell-src-1.0.1.3.ebuild,v 1.1 2009/04/17 14:13:39 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild,v 1.2 2010/07/01 19:56:48 jer Exp $ CABAL_FEATURES="lib profile haddock happy" 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 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/haskell-src/haskell-src-1.0.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.ebuild index 9ae523681bc1..265b600a80be 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 +# Copyright 1999-2010 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.14 2007/12/13 00:46:10 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.ebuild,v 1.15 2010/07/01 19:56:48 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog index 3753112f0ff5..4948f556f9a8 100644 --- a/dev-haskell/html/ChangeLog +++ b/dev-haskell/html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/html # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.36 2010/07/01 19:57:00 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> html-1.0.ebuild, + html-1.0.1.1.ebuild, html-1.0.1.2.ebuild: + Drop support for ghc and darcs. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> html-1.0.1.2.ebuild: Transfer Prefix keywords diff --git a/dev-haskell/html/html-1.0.1.1.ebuild b/dev-haskell/html/html-1.0.1.1.ebuild index 3717475cc369..dfbc5c90a22f 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 +# 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.1.ebuild,v 1.6 2008/10/04 17:54:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v 1.7 2010/07/01 19:57:00 jer 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 ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" diff --git a/dev-haskell/html/html-1.0.1.2.ebuild b/dev-haskell/html/html-1.0.1.2.ebuild index d49c7df364d6..fb72b5087446 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-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.4 2010/01/02 12:25:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.2.ebuild,v 1.5 2010/07/01 19:56:59 jer 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~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/html/html-1.0.ebuild b/dev-haskell/html/html-1.0.ebuild index 23a45037167b..9d66cac9a77a 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 +# 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.ebuild,v 1.14 2007/12/13 00:48:50 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.15 2010/07/01 19:56:59 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/http/ChangeLog b/dev-haskell/http/ChangeLog index 95d6a56fe59c..5f980c3c0889 100644 --- a/dev-haskell/http/ChangeLog +++ b/dev-haskell/http/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/http # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.13 2010/04/01 08:50:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.14 2010/07/01 19:57:11 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> http-3001.0.0.ebuild, + http-4000.0.5.ebuild, http-4000.0.6.ebuild, http-4000.0.8.ebuild: + Drop support for ghc and darcs. 01 Apr 2010; Fabian Groffen <grobian@gentoo.org> http-4000.0.8.ebuild: Marked ~ppc-macos, ~x86-macos, bug #310869 diff --git a/dev-haskell/http/http-3001.0.0.ebuild b/dev-haskell/http/http-3001.0.0.ebuild index e718c4beee5a..f6530b24f9b9 100644 --- a/dev-haskell/http/http-3001.0.0.ebuild +++ b/dev-haskell/http/http-3001.0.0.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/http/http-3001.0.0.ebuild,v 1.3 2008/10/02 20:21:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-3001.0.0.ebuild,v 1.4 2010/07/01 19:57:11 jer Exp $ CABAL_FEATURES="profile haddock lib" 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="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4.2 diff --git a/dev-haskell/http/http-4000.0.5.ebuild b/dev-haskell/http/http-4000.0.5.ebuild index 80d50a10a82b..cc772b6003a8 100644 --- a/dev-haskell/http/http-4000.0.5.ebuild +++ b/dev-haskell/http/http-4000.0.5.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/http/http-4000.0.5.ebuild,v 1.1 2009/04/19 11:11:40 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.5.ebuild,v 1.2 2010/07/01 19:57:11 jer 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="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/http/http-4000.0.6.ebuild b/dev-haskell/http/http-4000.0.6.ebuild index cb61bd743434..b3e423cd287f 100644 --- a/dev-haskell/http/http-4000.0.6.ebuild +++ b/dev-haskell/http/http-4000.0.6.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/http/http-4000.0.6.ebuild,v 1.1 2009/05/10 21:49:10 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.6.ebuild,v 1.2 2010/07/01 19:57:11 jer 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="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/http/http-4000.0.8.ebuild b/dev-haskell/http/http-4000.0.8.ebuild index af60f182fd67..c6e7369a2656 100644 --- a/dev-haskell/http/http-4000.0.8.ebuild +++ b/dev-haskell/http/http-4000.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.8.ebuild,v 1.2 2010/04/01 08:50:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.8.ebuild,v 1.3 2010/07/01 19:57:11 jer 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="~amd64 ~hppa ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index 9983ee55414e..bb21b229ac17 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.38 2010/06/01 13:06:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.39 2010/07/01 19:57:23 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> hunit-1.1.ebuild, + hunit-1.2.0.0.ebuild, hunit-1.2.0.3.ebuild, hunit-1.2.2.1.ebuild: + Drop support for ghc and darcs. 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> hunit-1.2.0.3.ebuild: Marked ppc stable for bug #279736. diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index ce69a2a441bd..c96795e56ef0 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 +# Copyright 1999-2010 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.14 2007/12/13 00:49:38 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.15 2010/07/01 19:57:23 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/hunit/hunit-1.2.0.0.ebuild b/dev-haskell/hunit/hunit-1.2.0.0.ebuild index 2624ea02ff5b..62ed3817d8c2 100644 --- a/dev-haskell/hunit/hunit-1.2.0.0.ebuild +++ b/dev-haskell/hunit/hunit-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/hunit/hunit-1.2.0.0.ebuild,v 1.5 2009/07/30 20:50:29 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.6 2010/07/01 19:57:23 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit base 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 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" diff --git a/dev-haskell/hunit/hunit-1.2.0.3.ebuild b/dev-haskell/hunit/hunit-1.2.0.3.ebuild index 799d5999fa01..fe1b73ecea83 100644 --- a/dev-haskell/hunit/hunit-1.2.0.3.ebuild +++ b/dev-haskell/hunit/hunit-1.2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.5 2010/06/01 13:06:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.6 2010/07/01 19:57:23 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit base 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 ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/hunit/hunit-1.2.2.1.ebuild b/dev-haskell/hunit/hunit-1.2.2.1.ebuild index 8ff5b9ac72d2..e95dae20dd4d 100644 --- a/dev-haskell/hunit/hunit-1.2.2.1.ebuild +++ b/dev-haskell/hunit/hunit-1.2.2.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/hunit/hunit-1.2.2.1.ebuild,v 1.2 2009/12/16 00:21:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.2.1.ebuild,v 1.3 2010/07/01 19:57:23 jer 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 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 350e55643aa7..e904e734ea8e 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.34 2010/03/27 08:53:27 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.35 2010/07/01 19:57:35 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> mtl-1.0.ebuild, + mtl-1.1.0.0.ebuild, mtl-1.1.0.2.ebuild: + Drop support for ghc and darcs. 27 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> mtl-1.1.0.2.ebuild: Add ~ppc64 keyword. Tested by Sergei Trofimovich <slyfox@inbox.ru>. diff --git a/dev-haskell/mtl/mtl-1.0.ebuild b/dev-haskell/mtl/mtl-1.0.ebuild index 3182651fdd71..551c15ac9436 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 +# 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.0.ebuild,v 1.14 2007/12/13 00:50:15 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.15 2010/07/01 19:57:35 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/mtl/mtl-1.1.0.0.ebuild b/dev-haskell/mtl/mtl-1.1.0.0.ebuild index 371345d1a5fe..0836d340d2c7 100644 --- a/dev-haskell/mtl/mtl-1.1.0.0.ebuild +++ b/dev-haskell/mtl/mtl-1.1.0.0.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/mtl/mtl-1.1.0.0.ebuild,v 1.5 2008/10/04 17:47:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.0.ebuild,v 1.6 2010/07/01 19:57:35 jer 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 ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" diff --git a/dev-haskell/mtl/mtl-1.1.0.2.ebuild b/dev-haskell/mtl/mtl-1.1.0.2.ebuild index 520bd2a2c30d..c13431ca592c 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-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.3 2010/03/27 08:53:27 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.2.ebuild,v 1.4 2010/07/01 19:57:35 jer 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~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 ce7bacfd2d7e..272f684d3129 100644 --- a/dev-haskell/network/ChangeLog +++ b/dev-haskell/network/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/network # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.46 2010/06/01 13:04:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/ChangeLog,v 1.47 2010/07/01 19:57:47 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> network-1.0.ebuild, + network-2.1.0.0.ebuild, network-2.2.0.0.ebuild, network-2.2.0.1.ebuild, + network-2.2.1.ebuild, network-2.2.1.4.ebuild, network-2.2.1.7.ebuild: + Drop support for ghc and darcs. 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> network-2.2.1.ebuild: Marked ppc stable for bug #278545. diff --git a/dev-haskell/network/network-1.0.ebuild b/dev-haskell/network/network-1.0.ebuild index cd3257d45ce5..28c922397dd6 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 +# 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-1.0.ebuild,v 1.14 2007/12/13 00:50:53 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-1.0.ebuild,v 1.15 2010/07/01 19:57:47 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/network/network-2.1.0.0.ebuild b/dev-haskell/network/network-2.1.0.0.ebuild index 22ff7961578a..fd2b77ea245e 100644 --- a/dev-haskell/network/network-2.1.0.0.ebuild +++ b/dev-haskell/network/network-2.1.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/network/network-2.1.0.0.ebuild,v 1.6 2009/03/24 14:40:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.1.0.0.ebuild,v 1.7 2010/07/01 19:57:47 jer 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 ~ia64 sparc x86" +KEYWORDS="amd64 ~ia64 sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4 diff --git a/dev-haskell/network/network-2.2.0.0.ebuild b/dev-haskell/network/network-2.2.0.0.ebuild index 383ed73e2f69..792181afaa78 100644 --- a/dev-haskell/network/network-2.2.0.0.ebuild +++ b/dev-haskell/network/network-2.2.0.0.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/network/network-2.2.0.0.ebuild,v 1.1 2008/10/04 18:36:01 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.0.0.ebuild,v 1.2 2010/07/01 19:57:47 jer 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 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/network/network-2.2.0.1.ebuild b/dev-haskell/network/network-2.2.0.1.ebuild index 77825c74395e..4c135d214c63 100644 --- a/dev-haskell/network/network-2.2.0.1.ebuild +++ b/dev-haskell/network/network-2.2.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/network/network-2.2.0.1.ebuild,v 1.1 2009/03/08 21:22:09 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.0.1.ebuild,v 1.2 2010/07/01 19:57:47 jer 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 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/network/network-2.2.1.4.ebuild b/dev-haskell/network/network-2.2.1.4.ebuild index 74d54e0068a6..14be0b935459 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-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.3 2010/01/26 20:56:35 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.1.4.ebuild,v 1.4 2010/07/01 19:57:47 jer 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 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~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/network/network-2.2.1.7.ebuild b/dev-haskell/network/network-2.2.1.7.ebuild index 409cc646c371..2d107c5976d3 100644 --- a/dev-haskell/network/network-2.2.1.7.ebuild +++ b/dev-haskell/network/network-2.2.1.7.ebuild @@ -1,6 +1,6 @@ # 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.7.ebuild,v 1.2 2010/04/01 08:39:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.1.7.ebuild,v 1.3 2010/07/01 19:57:47 jer 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 ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/network/network-2.2.1.ebuild b/dev-haskell/network/network-2.2.1.ebuild index 817fa25e8123..4ccca871cde9 100644 --- a/dev-haskell/network/network-2.2.1.ebuild +++ b/dev-haskell/network/network-2.2.1.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.8 2010/06/01 13:04:56 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.2.1.ebuild,v 1.9 2010/07/01 19:57:47 jer 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 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/parallel/ChangeLog b/dev-haskell/parallel/ChangeLog index c9e981fa74fa..d76779977007 100644 --- a/dev-haskell/parallel/ChangeLog +++ b/dev-haskell/parallel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/parallel # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/ChangeLog,v 1.7 2010/07/01 19:57:59 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parallel-1.0.0.0.ebuild: + Drop support for ghc and darcs. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> parallel-1.1.0.1.ebuild: diff --git a/dev-haskell/parallel/parallel-1.0.0.0.ebuild b/dev-haskell/parallel/parallel-1.0.0.0.ebuild index 2a328f3312e5..7fb1f32cbbdf 100644 --- a/dev-haskell/parallel/parallel-1.0.0.0.ebuild +++ b/dev-haskell/parallel/parallel-1.0.0.0.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/parallel/parallel-1.0.0.0.ebuild,v 1.4 2008/10/04 00:34:58 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parallel/parallel-1.0.0.0.ebuild,v 1.5 2010/07/01 19:57:59 jer 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="amd64 ~hppa sparc x86" +KEYWORDS="amd64 sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.8" diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index d749da517e18..d696746ee9ca 100644 --- a/dev-haskell/parsec/ChangeLog +++ b/dev-haskell/parsec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/parsec # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.14 2010/07/01 19:58:10 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild, + parsec-2.1.0.1.ebuild: + Drop support for ghc and darcs. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> parsec-2.1.0.1.ebuild: diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild index e46785bf2f6f..3270192e5d19 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 +# 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.0.ebuild,v 1.10 2008/10/18 18:02:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.11 2010/07/01 19:58:10 jer 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 ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild index 8226895eb8cd..2ef2861edaa5 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-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.3 2010/01/02 12:29:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.4 2010/07/01 19:58:10 jer 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~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 25039db68483..362bfe08ebac 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.39 2010/03/28 15:36:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.40 2010/07/01 19:58:21 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> quickcheck-1.0.ebuild, + quickcheck-1.1.0.0.ebuild, quickcheck-1.2.0.0.ebuild: + Drop support for ghc and darcs. *quickcheck-2.1.0.3 (28 Mar 2010) diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index 079255c695bb..1853ded6383b 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.15 2010/03/14 18:42:10 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.16 2010/07/01 19:58:21 jer Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="1" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="=dev-lang/ghc-6.4*" diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild index b2a99f74a29d..6d599eb50c23 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-2010 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.8 2010/03/14 18:42:10 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.9 2010/07/01 19:58:21 jer 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="1" -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild index 1146a36c5322..6559e4c191d8 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-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.4 2010/03/14 18:42:10 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.5 2010/07/01 19:58:21 jer 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="1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~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/regex-base/ChangeLog b/dev-haskell/regex-base/ChangeLog index 380aad10683f..e6b233aab65c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.25 2010/06/16 23:22:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/ChangeLog,v 1.26 2010/07/01 19:58:33 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> regex-base-0.72.ebuild, + regex-base-0.72.0.2.ebuild, regex-base-0.93.1.ebuild: + Drop support for ghc and darcs. 16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> regex-base-0.72.0.1.ebuild, regex-base-0.72.0.2.ebuild: diff --git a/dev-haskell/regex-base/regex-base-0.72.0.2.ebuild b/dev-haskell/regex-base/regex-base-0.72.0.2.ebuild index ad484e68699f..a62e9c4ba8e3 100644 --- a/dev-haskell/regex-base/regex-base-0.72.0.2.ebuild +++ b/dev-haskell/regex-base/regex-base-0.72.0.2.ebuild @@ -1,6 +1,6 @@ # 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.72.0.2.ebuild,v 1.2 2010/06/16 23:22:44 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/regex-base-0.72.0.2.ebuild,v 1.3 2010/07/01 19:58:33 jer 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" diff --git a/dev-haskell/regex-base/regex-base-0.72.ebuild b/dev-haskell/regex-base/regex-base-0.72.ebuild index 74a73a3de27c..f7edcbcdbd91 100644 --- a/dev-haskell/regex-base/regex-base-0.72.ebuild +++ b/dev-haskell/regex-base/regex-base-0.72.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.72.ebuild,v 1.9 2008/07/15 06:03:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/regex-base-0.72.ebuild,v 1.10 2010/07/01 19:58:33 jer Exp $ CABAL_FEATURES="profile haddock lib" inherit eutils haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${MY_PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc sparc x86" +KEYWORDS="amd64 ~ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" 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 1e51a0e79a4c..be98e4fe140f 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-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.5 2010/02/21 20:08:12 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-base/regex-base-0.93.1.ebuild,v 1.6 2010/07/01 19:58:33 jer 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 ~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 276d3edb45f1..76a387066539 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.22 2010/03/28 20:51:51 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.23 2010/07/01 19:58:44 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> regex-compat-0.71.ebuild, + regex-compat-0.91.ebuild, regex-compat-0.92.ebuild: + Drop support for ghc and darcs. *regex-compat-0.92 (28 Mar 2010) diff --git a/dev-haskell/regex-compat/regex-compat-0.71.ebuild b/dev-haskell/regex-compat/regex-compat-0.71.ebuild index d8019d183c2b..3e6649db1a70 100644 --- a/dev-haskell/regex-compat/regex-compat-0.71.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.71.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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.71.ebuild,v 1.8 2007/12/17 01:00:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.71.ebuild,v 1.9 2010/07/01 19:58:44 jer 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="amd64 hppa ~ia64 ppc sparc x86" +KEYWORDS="amd64 ~ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6 diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild index ac6591d84e9d..e24be2a76134 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-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.4 2010/01/02 12:37:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.5 2010/07/01 19:58:44 jer 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha ~amd64 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/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild index 0d6ae1bfc79c..d411a1da459d 100644 --- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild @@ -1,6 +1,6 @@ # 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.92.ebuild,v 1.1 2010/03/28 20:51:51 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.2 2010/07/01 19:58:44 jer 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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~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 40f9f647dcfc..dba2795e80dd 100644 --- a/dev-haskell/regex-posix/ChangeLog +++ b/dev-haskell/regex-posix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/regex-posix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.23 2010/02/21 20:14:39 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.24 2010/07/01 19:58:56 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> regex-posix-0.71.ebuild, + regex-posix-0.72.0.3.ebuild, regex-posix-0.93.1.ebuild, + regex-posix-0.94.1.ebuild: + Drop support for ghc and darcs. *regex-posix-0.94.1 (21 Feb 2010) diff --git a/dev-haskell/regex-posix/regex-posix-0.71.ebuild b/dev-haskell/regex-posix/regex-posix-0.71.ebuild index 5d91a5e64a21..a25b7ca952e9 100644 --- a/dev-haskell/regex-posix/regex-posix-0.71.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.71.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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.71.ebuild,v 1.8 2007/12/17 00:59:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.71.ebuild,v 1.9 2010/07/01 19:58:56 jer 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="amd64 hppa ~ia64 ppc sparc x86" +KEYWORDS="amd64 ~ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6 diff --git a/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild b/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild index c3919f62c512..ea630e0ef506 100644 --- a/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.72.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/regex-posix/regex-posix-0.72.0.3.ebuild,v 1.1 2009/04/19 11:30:21 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild,v 1.2 2010/07/01 19:58:56 jer 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 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 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 9ceb63c8dcbb..e80dc204f5ba 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-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.4 2010/01/02 12:39:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild,v 1.5 2010/07/01 19:58:56 jer 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha ~amd64 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/regex-posix-0.94.1.ebuild b/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild index 1eb7d4d32221..d4fbe5589bef 100644 --- a/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild @@ -1,6 +1,6 @@ # 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.94.1.ebuild,v 1.1 2010/02/21 20:14:39 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild,v 1.2 2010/07/01 19:58:56 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,8 +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 ~amd64-linux ~x86-linux ~ppc-macos -~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~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/stm/ChangeLog b/dev-haskell/stm/ChangeLog index 9bf4200c5ae3..b16c6b8f71b3 100644 --- a/dev-haskell/stm/ChangeLog +++ b/dev-haskell/stm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/stm # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/ChangeLog,v 1.7 2010/07/01 19:59:07 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> stm-2.1.1.0.ebuild, + stm-2.1.1.2.ebuild: + Drop support for ghc and darcs. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> stm-2.1.1.2.ebuild: Transfer Prefix keywords diff --git a/dev-haskell/stm/stm-2.1.1.0.ebuild b/dev-haskell/stm/stm-2.1.1.0.ebuild index fa1ab3a5e43b..a7fab55af1a7 100644 --- a/dev-haskell/stm/stm-2.1.1.0.ebuild +++ b/dev-haskell/stm/stm-2.1.1.0.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/stm/stm-2.1.1.0.ebuild,v 1.4 2008/10/04 00:22:46 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/stm-2.1.1.0.ebuild,v 1.5 2010/07/01 19:59:07 jer 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="amd64 ~hppa sparc x86" +KEYWORDS="amd64 sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.8" diff --git a/dev-haskell/stm/stm-2.1.1.2.ebuild b/dev-haskell/stm/stm-2.1.1.2.ebuild index ffcc1a9df9f0..f9441432be89 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-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.2 2010/01/02 12:32:30 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/stm/stm-2.1.1.2.ebuild,v 1.3 2010/07/01 19:59:07 jer 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 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~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 a1e741359949..bfb092851fed 100644 --- a/dev-haskell/time/ChangeLog +++ b/dev-haskell/time/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/time # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.21 2010/06/30 17:50:04 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.22 2010/07/01 19:59:18 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> time-1.1.2.0.ebuild, + time-1.1.2.4.ebuild: + Drop support for ghc and darcs. 30 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> time-1.1.4.ebuild: Bump to new version, which unfortunately does not build with <ghc-6.10. diff --git a/dev-haskell/time/time-1.1.2.0.ebuild b/dev-haskell/time/time-1.1.2.0.ebuild index b74fd3d13676..f75130455cb5 100644 --- a/dev-haskell/time/time-1.1.2.0.ebuild +++ b/dev-haskell/time/time-1.1.2.0.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/time/time-1.1.2.0.ebuild,v 1.4 2008/10/04 00:19:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.2.0.ebuild,v 1.5 2010/07/01 19:59:18 jer 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 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" diff --git a/dev-haskell/time/time-1.1.2.4.ebuild b/dev-haskell/time/time-1.1.2.4.ebuild index da41266a943b..5cd66f4be792 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-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.2 2010/01/02 12:33:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.2.4.ebuild,v 1.3 2010/07/01 19:59:18 jer 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 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 diff --git a/dev-haskell/x11/ChangeLog b/dev-haskell/x11/ChangeLog index c6bcb7309f95..66d2290bdfd2 100644 --- a/dev-haskell/x11/ChangeLog +++ b/dev-haskell/x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/x11 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.20 2010/04/25 09:03:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.21 2010/07/01 19:59:30 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> x11-1.4.2.ebuild, + x11-1.4.5.ebuild, x11-1.4.6.1.ebuild: + Drop support for ghc and darcs. 25 Apr 2010; Fabian Groffen <grobian@gentoo.org> x11-1.4.6.1.ebuild: Marked ~amd64-linux ~x86-linux ~ppc-macos, bug #301709 diff --git a/dev-haskell/x11/x11-1.4.2.ebuild b/dev-haskell/x11/x11-1.4.2.ebuild index c1f08d21fef8..43fd099a3b6c 100644 --- a/dev-haskell/x11/x11-1.4.2.ebuild +++ b/dev-haskell/x11/x11-1.4.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/x11/x11-1.4.2.ebuild,v 1.6 2009/08/04 05:38:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild,v 1.7 2010/07/01 19:59:30 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal eutils autotools @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ~sparc x86" +KEYWORDS="amd64 ~sparc x86" IUSE="xinerama" DEPEND=">=dev-lang/ghc-6.4.2 diff --git a/dev-haskell/x11/x11-1.4.5.ebuild b/dev-haskell/x11/x11-1.4.5.ebuild index e254b6722a15..7e8c89d70546 100644 --- a/dev-haskell/x11/x11-1.4.5.ebuild +++ b/dev-haskell/x11/x11-1.4.5.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/x11/x11-1.4.5.ebuild,v 1.2 2009/07/29 00:20:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.5.ebuild,v 1.3 2010/07/01 19:59:30 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal eutils @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="xinerama" RDEPEND=">=dev-lang/ghc-6.4.2 diff --git a/dev-haskell/x11/x11-1.4.6.1.ebuild b/dev-haskell/x11/x11-1.4.6.1.ebuild index 10c31d2efe0a..69b042dbe964 100644 --- a/dev-haskell/x11/x11-1.4.6.1.ebuild +++ b/dev-haskell/x11/x11-1.4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.6 2010/04/25 09:03:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.7 2010/07/01 19:59:30 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal eutils @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="xinerama" RDEPEND=">=dev-lang/ghc-6.8 diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog index 264332fd8087..650574c49420 100644 --- a/dev-haskell/xhtml/ChangeLog +++ b/dev-haskell/xhtml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/xhtml -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.17 2009/04/17 12:36:33 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.18 2010/07/01 19:59:41 jer Exp $ + + 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> xhtml-3000.0.2.1.ebuild, + xhtml-3000.2.0.1.ebuild: + Drop support for ghc and darcs. *xhtml-3000.2.0.1 (17 Apr 2009) diff --git a/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild index b63e8ee76b08..53f77f572ba6 100644 --- a/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.0.2.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/xhtml/xhtml-3000.0.2.1.ebuild,v 1.4 2008/10/04 00:07:45 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild,v 1.5 2010/07/01 19:59:41 jer 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 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" diff --git a/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild index 7570b15d0f0b..c5b517a16519 100644 --- a/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.2.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/xhtml/xhtml-3000.2.0.1.ebuild,v 1.1 2009/04/17 12:36:33 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.0.1.ebuild,v 1.2 2010/07/01 19:59:41 jer 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 ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |