summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:12:08 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:12:08 +0000
commiteb652f84b33526ff5dd2e74146f71683e1ad092a (patch)
tree1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/hdbc
parentSign manifest this time (diff)
downloadhistorical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.gz
historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.bz2
historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.zip
Drop virtual/ghc in favour of dev-lang/ghc
Package-Manager: portage-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}* )