summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:00:06 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:00:06 +0000
commit4ae68d459a36fa2cf3d6a1c3f98fd3377b6af5a1 (patch)
tree578f24484bfb407955b53159716ddb121cde3726 /dev-haskell/hdbc
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-4ae68d459a36fa2cf3d6a1c3f98fd3377b6af5a1.tar.gz
gentoo-2-4ae68d459a36fa2cf3d6a1c3f98fd3377b6af5a1.tar.bz2
gentoo-2-4ae68d459a36fa2cf3d6a1c3f98fd3377b6af5a1.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hdbc')
-rw-r--r--dev-haskell/hdbc/ChangeLog6
-rw-r--r--dev-haskell/hdbc/hdbc-1.0.0.ebuild6
-rw-r--r--dev-haskell/hdbc/hdbc-1.0.1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/hdbc/ChangeLog b/dev-haskell/hdbc/ChangeLog
index 08b361ea8d7a..98b0e907ebf0 100644
--- a/dev-haskell/hdbc/ChangeLog
+++ b/dev-haskell/hdbc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hdbc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.9 2007/07/11 17:39:02 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.10 2007/10/31 13:00:06 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hdbc-1.0.0.ebuild,
+ hdbc-1.0.1.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
*hdbc-1.0.1 (11 Jul 2007)
diff --git a/dev-haskell/hdbc/hdbc-1.0.0.ebuild b/dev-haskell/hdbc/hdbc-1.0.0.ebuild
index 1eb6f47fccc4..c0d57dc91a9c 100644
--- a/dev-haskell/hdbc/hdbc-1.0.0.ebuild
+++ b/dev-haskell/hdbc/hdbc-1.0.0.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/hdbc/hdbc-1.0.0.ebuild,v 1.1 2006/07/02 19:08:39 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.0.0.ebuild,v 1.2 2007/10/31 13:00:06 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="odbc postgres sqlite"
-DEPEND=">=virtual/ghc-6.4.1"
+DEPEND=">=dev-lang/ghc-6.4.1"
PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* )
postgres? ( =dev-haskell/hdbc-postgresql-${PV}* )
diff --git a/dev-haskell/hdbc/hdbc-1.0.1.ebuild b/dev-haskell/hdbc/hdbc-1.0.1.ebuild
index aa34a35e7984..9f7873fda1d1 100644
--- a/dev-haskell/hdbc/hdbc-1.0.1.ebuild
+++ b/dev-haskell/hdbc/hdbc-1.0.1.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/hdbc/hdbc-1.0.1.ebuild,v 1.1 2007/07/11 17:39:02 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.0.1.ebuild,v 1.2 2007/10/31 13:00:06 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="odbc postgres sqlite"
-DEPEND=">=virtual/ghc-6.4.1
+DEPEND=">=dev-lang/ghc-6.4.1
>=dev-haskell/mtl-1.0"
PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* )