diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:01:03 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:01:03 +0000 |
commit | c154214c3be05da22f8e148435cd415e66aaec4a (patch) | |
tree | 006d4bb966a5b1f756ebc59b2fe19b755086eec4 /dev-haskell/hdbc-postgresql | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-c154214c3be05da22f8e148435cd415e66aaec4a.tar.gz gentoo-2-c154214c3be05da22f8e148435cd415e66aaec4a.tar.bz2 gentoo-2-c154214c3be05da22f8e148435cd415e66aaec4a.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hdbc-postgresql')
-rw-r--r-- | dev-haskell/hdbc-postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/hdbc-postgresql/ChangeLog b/dev-haskell/hdbc-postgresql/ChangeLog index a850c9a25367..c32f40ef7428 100644 --- a/dev-haskell/hdbc-postgresql/ChangeLog +++ b/dev-haskell/hdbc-postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hdbc-postgresql # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.9 2007/07/11 17:41:17 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.10 2007/10/31 13:01:03 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> + hdbc-postgresql-1.0.0.0.ebuild, hdbc-postgresql-1.0.1.0.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc *hdbc-postgresql-1.0.1.0 (11 Jul 2007) diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.0.0.ebuild index b2c6fccc387c..5a7bd9c34faa 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.0.0.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.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-postgresql/hdbc-postgresql-1.0.0.0.ebuild,v 1.1 2006/07/02 19:09:24 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.0.0.ebuild,v 1.2 2007/10/31 13:01:03 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -16,7 +16,7 @@ IUSE="" hdbc_PV=$(get_version_component_range 1-3) -DEPEND=">=virtual/ghc-6.4.1 +DEPEND=">=dev-lang/ghc-6.4.1 ~dev-haskell/hdbc-${hdbc_PV} >=dev-db/libpq-8" diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.ebuild index b3f514d61eeb..9a7766cb8ea4 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.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-postgresql/hdbc-postgresql-1.0.1.0.ebuild,v 1.1 2007/07/11 17:41:17 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-1.0.1.0.ebuild,v 1.2 2007/10/31 13:01:03 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -16,7 +16,7 @@ IUSE="" hdbc_PV=$(get_version_component_range 1-3) -DEPEND=">=virtual/ghc-6.4.1 +DEPEND=">=dev-lang/ghc-6.4.1 ~dev-haskell/hdbc-${hdbc_PV} >=dev-db/libpq-8" |