diff options
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 6bdf825989cc..4601a22ff941 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.19 2007/08/04 11:22:08 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.20 2007/10/31 12:54:50 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> cpphs-1.1.ebuild, + cpphs-1.2.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc *cpphs-1.3 (04 Aug 2007) diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild index 3fee6005397b..461be3e66bbc 100644 --- a/dev-haskell/cpphs/cpphs-1.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.1.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/cpphs/cpphs-1.1.ebuild,v 1.6 2006/10/11 18:38:06 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.7 2007/10/31 12:54:50 dcoutts Exp $ CABAL_FEATURES="bin" inherit eutils haskell-cabal @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="virtual/ghc" +DEPEND="dev-lang/ghc" RDEPEND="" src_install() { diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild index 393fcc91587a..5f9dace9e409 100644 --- a/dev-haskell/cpphs/cpphs-1.2.ebuild +++ b/dev-haskell/cpphs/cpphs-1.2.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/cpphs/cpphs-1.2.ebuild,v 1.8 2007/07/28 14:37:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.9 2007/10/31 12:54:50 dcoutts Exp $ CABAL_FEATURES="bin lib profile" inherit eutils haskell-cabal @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/ghc" +DEPEND="dev-lang/ghc" src_install() { cabal_src_install |