summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:30 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:30 +0000
commitaeafb70197855c166bb505c07bf46c9bba96e696 (patch)
tree9f7a2b307bda40aad6485057e50bd2a881735320 /dev-haskell/hmake
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.tar.gz
gentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.tar.bz2
gentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hmake')
-rw-r--r--dev-haskell/hmake/ChangeLog6
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild10
-rw-r--r--dev-haskell/hmake/hmake-3.11.ebuild6
-rw-r--r--dev-haskell/hmake/hmake-3.13.ebuild6
4 files changed, 16 insertions, 12 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index 056f02fa21f9..c17985d15484 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.32 2007/07/29 13:48:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.33 2007/10/31 13:02:30 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild,
+ hmake-3.11.ebuild, hmake-3.13.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
*hmake-3.13 (29 Jul 2007)
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild
index b9f28ef4ab03..d0bb1ab14fa6 100644
--- a/dev-haskell/hmake/hmake-3.10.ebuild
+++ b/dev-haskell/hmake/hmake-3.10.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/hmake/hmake-3.10.ebuild,v 1.8 2006/10/12 23:01:39 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.9 2007/10/31 13:02:30 dcoutts Exp $
inherit base eutils fixheadtails
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="virtual/ghc
- !>=virtual/ghc-6.6
+DEPEND="dev-lang/ghc
+ !>=dev-lang/ghc-6.6
sys-libs/readline"
-RDEPEND="virtual/ghc
+RDEPEND="dev-lang/ghc
sys-libs/readline
>=sys-apps/sandbox-1.2.12"
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild
index 9bd4ad0f3776..9c2a5b81844b 100644
--- a/dev-haskell/hmake/hmake-3.11.ebuild
+++ b/dev-haskell/hmake/hmake-3.11.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/hmake/hmake-3.11.ebuild,v 1.10 2007/07/29 13:48:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.11 2007/10/31 13:02:30 dcoutts Exp $
inherit base eutils fixheadtails ghc-package
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""
-DEPEND="virtual/ghc
+DEPEND="dev-lang/ghc
sys-libs/readline
>=sys-apps/sandbox-1.2.12"
-RDEPEND="virtual/ghc
+RDEPEND="dev-lang/ghc
sys-libs/readline"
# sandbox dependency due to bug #97441, #101433
diff --git a/dev-haskell/hmake/hmake-3.13.ebuild b/dev-haskell/hmake/hmake-3.13.ebuild
index 55eeccfc8640..459c8ef80001 100644
--- a/dev-haskell/hmake/hmake-3.13.ebuild
+++ b/dev-haskell/hmake/hmake-3.13.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/hmake/hmake-3.13.ebuild,v 1.1 2007/07/29 13:48:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.2 2007/10/31 13:02:30 dcoutts Exp $
inherit base eutils ghc-package
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="virtual/ghc
+DEPEND="dev-lang/ghc
sys-libs/readline
>=sys-apps/sandbox-1.2.12"
-RDEPEND="virtual/ghc
+RDEPEND="dev-lang/ghc
sys-libs/readline"
# sandbox dependency due to bug #97441, #101433