summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 12:57:48 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 12:57:48 +0000
commitcc2999124ea86f0ff0145ce3abd15151cfa82bb6 (patch)
treeb3327ded6081aa16d92f7a98be6ffe8284217937 /dev-haskell/happy
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-cc2999124ea86f0ff0145ce3abd15151cfa82bb6.tar.gz
gentoo-2-cc2999124ea86f0ff0145ce3abd15151cfa82bb6.tar.bz2
gentoo-2-cc2999124ea86f0ff0145ce3abd15151cfa82bb6.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r--dev-haskell/happy/ChangeLog6
-rw-r--r--dev-haskell/happy/happy-1.15.ebuild6
-rw-r--r--dev-haskell/happy/happy-1.16.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog
index 07ea467e2e78..ebf1d3362b39 100644
--- a/dev-haskell/happy/ChangeLog
+++ b/dev-haskell/happy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/happy
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.31 2007/10/14 08:49:04 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.32 2007/10/31 12:57:48 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.15.ebuild,
+ happy-1.16.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
14 Oct 2007; Lennart Kolmodin <kolmodin@gentoo.org> happy-1.16.ebuild:
Specify exactly which cabal versions that are supported, as happy-1.16
diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild
index 13ed7c28418c..5bda71c1b165 100644
--- a/dev-haskell/happy/happy-1.15.ebuild
+++ b/dev-haskell/happy/happy-1.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.15 2006/10/11 18:31:57 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.16 2007/10/31 12:57:48 dcoutts Exp $
inherit base eutils ghc-package
@@ -13,7 +13,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="doc"
#java use flag disabled, bug #107019
-DEPEND=">=virtual/ghc-5.04
+DEPEND=">=dev-lang/ghc-5.04
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets )"
# java? ( >=dev-java/fop-0.20.5 ) )"
diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild
index a9a1da6ef0b1..1d889c9961c8 100644
--- a/dev-haskell/happy/happy-1.16.ebuild
+++ b/dev-haskell/happy/happy-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.10 2007/10/14 08:49:04 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.11 2007/10/31 12:57:48 dcoutts Exp $
CABAL_FEATURES="bin"
inherit haskell-cabal autotools
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="doc"
-DEPEND=">=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.4
|| ( =dev-haskell/cabal-1.1.6.1 =dev-haskell/cabal-1.1.6.2 )
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets )"