summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-07-01 19:58:10 +0000
committerJeroen Roovers <jer@gentoo.org>2010-07-01 19:58:10 +0000
commitaeeb314a16c214b3d73b2c9db10d7baa0527bd23 (patch)
treec13babe3f88afc016f1486b30ca8460883afd272 /dev-haskell/parsec
parentDrop support for ghc and darcs. (diff)
downloadgentoo-2-aeeb314a16c214b3d73b2c9db10d7baa0527bd23.tar.gz
gentoo-2-aeeb314a16c214b3d73b2c9db10d7baa0527bd23.tar.bz2
gentoo-2-aeeb314a16c214b3d73b2c9db10d7baa0527bd23.zip
Drop support for ghc and darcs.
(Portage version: 2.2_rc67/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog6
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.0.ebuild6
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild4
3 files changed, 10 insertions, 6 deletions
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"