summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:57 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:57 +0000
commitd1bc1d10713bccfe5cc33c2a77258def7c22772e (patch)
treeb92152b91077f6bcaad0a2a9c9daee5d1983f7cd /dev-haskell
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-d1bc1d10713bccfe5cc33c2a77258def7c22772e.tar.gz
gentoo-2-d1bc1d10713bccfe5cc33c2a77258def7c22772e.tar.bz2
gentoo-2-d1bc1d10713bccfe5cc33c2a77258def7c22772e.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hs-plugins/ChangeLog6
-rw-r--r--dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.ebuild6
-rw-r--r--dev-haskell/hs-plugins/hs-plugins-1.0_rc0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-haskell/hs-plugins/ChangeLog b/dev-haskell/hs-plugins/ChangeLog
index 1077f7331c1e..93565bdf6a86 100644
--- a/dev-haskell/hs-plugins/ChangeLog
+++ b/dev-haskell/hs-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hs-plugins
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.15 2007/04/30 07:34:42 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/ChangeLog,v 1.16 2007/10/31 13:02:57 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org>
+ hs-plugins-0.9.10-r1.ebuild, hs-plugins-1.0_rc0.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
30 Apr 2007; Duncan Coutts <dcoutts@gentoo.org> -hs-plugins-0.9.6.ebuild,
-hs-plugins-0.9.8.ebuild, hs-plugins-0.9.10-r1.ebuild:
diff --git a/dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.ebuild b/dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.ebuild
index 53314993b7fa..1b8ea09693ba 100644
--- a/dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.ebuild
+++ b/dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.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/hs-plugins/hs-plugins-0.9.10-r1.ebuild,v 1.6 2007/04/30 07:34:42 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-0.9.10-r1.ebuild,v 1.7 2007/10/31 13:02:57 dcoutts Exp $
inherit ghc-package
@@ -14,8 +14,8 @@ SLOT="0"
KEYWORDS="-amd64 ~ppc ~sparc ~x86" # currently broken on amd64
IUSE="doc"
-DEPEND="<virtual/ghc-6.6
- !>=virtual/ghc-6.6
+DEPEND="<dev-lang/ghc-6.6
+ !>=dev-lang/ghc-6.6
>=dev-haskell/haskell-src-exts-0.2
dev-haskell/cabal"
diff --git a/dev-haskell/hs-plugins/hs-plugins-1.0_rc0.ebuild b/dev-haskell/hs-plugins/hs-plugins-1.0_rc0.ebuild
index 6de4c4e56c5c..22ccabd01b29 100644
--- a/dev-haskell/hs-plugins/hs-plugins-1.0_rc0.ebuild
+++ b/dev-haskell/hs-plugins/hs-plugins-1.0_rc0.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/hs-plugins/hs-plugins-1.0_rc0.ebuild,v 1.4 2007/04/30 07:34:42 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-plugins/hs-plugins-1.0_rc0.ebuild,v 1.5 2007/10/31 13:02:57 dcoutts Exp $
CABAL_FEATURES="lib"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
-DEPEND="<virtual/ghc-6.6
- !>=virtual/ghc-6.6
+DEPEND="<dev-lang/ghc-6.6
+ !>=dev-lang/ghc-6.6
>=dev-haskell/haskell-src-exts-0.2
dev-haskell/cabal"