diff options
author | 2007-10-31 13:12:08 +0000 | |
---|---|---|
committer | 2007-10-31 13:12:08 +0000 | |
commit | eb652f84b33526ff5dd2e74146f71683e1ad092a (patch) | |
tree | 1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/happy | |
parent | Sign manifest this time (diff) | |
download | historical-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/happy')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.15.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 07ea467e2e78..ebf1d3362b39 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.31 2007/10/14 08:49:04 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.32 2007/10/31 12:57:48 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.15.ebuild, + happy-1.16.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 14 Oct 2007; Lennart Kolmodin <kolmodin@gentoo.org> happy-1.16.ebuild: Specify exactly which cabal versions that are supported, as happy-1.16 diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild index 13ed7c28418c..5bda71c1b165 100644 --- a/dev-haskell/happy/happy-1.15.ebuild +++ b/dev-haskell/happy/happy-1.15.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/happy/happy-1.15.ebuild,v 1.15 2006/10/11 18:31:57 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.16 2007/10/31 12:57:48 dcoutts Exp $ inherit base eutils ghc-package @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="doc" #java use flag disabled, bug #107019 -DEPEND=">=virtual/ghc-5.04 +DEPEND=">=dev-lang/ghc-5.04 doc? ( ~app-text/docbook-xml-dtd-4.2 app-text/docbook-xsl-stylesheets )" # java? ( >=dev-java/fop-0.20.5 ) )" diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild index a9a1da6ef0b1..1d889c9961c8 100644 --- a/dev-haskell/happy/happy-1.16.ebuild +++ b/dev-haskell/happy/happy-1.16.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/happy/happy-1.16.ebuild,v 1.10 2007/10/14 08:49:04 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.11 2007/10/31 12:57:48 dcoutts Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="doc" -DEPEND=">=virtual/ghc-6.4 +DEPEND=">=dev-lang/ghc-6.4 || ( =dev-haskell/cabal-1.1.6.1 =dev-haskell/cabal-1.1.6.2 ) doc? ( ~app-text/docbook-xml-dtd-4.2 app-text/docbook-xsl-stylesheets )" |