summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:11:16 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:11:16 +0000
commit591d29213b7c15a69dfeab4368d1bbc18a51ad71 (patch)
tree61f309fa8e21864fad5eda913b82fe6b54a15c1b /dev-haskell/wash
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-591d29213b7c15a69dfeab4368d1bbc18a51ad71.tar.gz
gentoo-2-591d29213b7c15a69dfeab4368d1bbc18a51ad71.tar.bz2
gentoo-2-591d29213b7c15a69dfeab4368d1bbc18a51ad71.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/wash')
-rw-r--r--dev-haskell/wash/ChangeLog6
-rw-r--r--dev-haskell/wash/wash-2.0.6.ebuild8
-rw-r--r--dev-haskell/wash/wash-2.3.1.ebuild8
-rw-r--r--dev-haskell/wash/wash-2.5.6.ebuild6
4 files changed, 16 insertions, 12 deletions
diff --git a/dev-haskell/wash/ChangeLog b/dev-haskell/wash/ChangeLog
index 9a0b5f7ddb71..2fde3b059147 100644
--- a/dev-haskell/wash/ChangeLog
+++ b/dev-haskell/wash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/wash
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.11 2007/03/24 00:27:50 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.12 2007/10/31 13:11:16 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> wash-2.0.6.ebuild,
+ wash-2.3.1.ebuild, wash-2.5.6.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-haskell/wash/wash-2.0.6.ebuild b/dev-haskell/wash/wash-2.0.6.ebuild
index c0b56995a9e3..03e38fadd83b 100644
--- a/dev-haskell/wash/wash-2.0.6.ebuild
+++ b/dev-haskell/wash/wash-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/wash/wash-2.0.6.ebuild,v 1.2 2005/03/25 00:31:05 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild,v 1.3 2007/10/31 13:11:16 dcoutts Exp $
inherit ghc-package
@@ -17,8 +17,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="doc postgres"
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.4
postgres? ( dev-haskell/c2hs
>=dev-db/postgresql-7.4.3 )"
diff --git a/dev-haskell/wash/wash-2.3.1.ebuild b/dev-haskell/wash/wash-2.3.1.ebuild
index 5893e74d6aa8..0092fbfc5c95 100644
--- a/dev-haskell/wash/wash-2.3.1.ebuild
+++ b/dev-haskell/wash/wash-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/wash/wash-2.3.1.ebuild,v 1.2 2005/03/25 00:31:05 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild,v 1.3 2007/10/31 13:11:16 dcoutts Exp $
inherit ghc-package
@@ -17,8 +17,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="doc postgres"
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.4
postgres? ( dev-haskell/c2hs
>=dev-db/postgresql-7.4.3 )"
diff --git a/dev-haskell/wash/wash-2.5.6.ebuild b/dev-haskell/wash/wash-2.5.6.ebuild
index 6b3323eda249..01e2137666d6 100644
--- a/dev-haskell/wash/wash-2.5.6.ebuild
+++ b/dev-haskell/wash/wash-2.5.6.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/wash/wash-2.5.6.ebuild,v 1.4 2006/10/17 20:56:21 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild,v 1.5 2007/10/31 13:11:16 dcoutts Exp $
inherit base eutils ghc-package check-reqs autotools
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64 ~sparc"
IUSE="doc postgres"
-RDEPEND=">=virtual/ghc-6.4.1
+RDEPEND=">=dev-lang/ghc-6.4.1
postgres? ( >=dev-db/libpq-7.4.3 )"
DEPEND="${RDEPEND}