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/haxml
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/haxml')
-rw-r--r--dev-haskell/haxml/ChangeLog6
-rw-r--r--dev-haskell/haxml/haxml-1.12.ebuild8
-rw-r--r--dev-haskell/haxml/haxml-1.13-r1.ebuild8
-rw-r--r--dev-haskell/haxml/haxml-1.13.2.ebuild4
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog
index 5b0ae27f056c..0d27a77364fb 100644
--- a/dev-haskell/haxml/ChangeLog
+++ b/dev-haskell/haxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haxml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.24 2007/08/11 15:48:42 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.25 2007/10/31 12:59:40 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> haxml-1.12.ebuild,
+ haxml-1.13-r1.ebuild, haxml-1.13.2.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
11 Aug 2007; Steve Dibb <beandog@gentoo.org> haxml-1.13.2.ebuild:
amd64 stable, bug 186849
diff --git a/dev-haskell/haxml/haxml-1.12.ebuild b/dev-haskell/haxml/haxml-1.12.ebuild
index 535c15a2b509..f1cfa8b5f9da 100644
--- a/dev-haskell/haxml/haxml-1.12.ebuild
+++ b/dev-haskell/haxml/haxml-1.12.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/haxml/haxml-1.12.ebuild,v 1.8 2007/07/13 06:03:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.9 2007/10/31 12:59:40 dcoutts Exp $
inherit ghc-package fixheadtails
@@ -19,8 +19,8 @@ IUSE="doc"
# actually, >=ghc-5.02 should be ok
# hugs and nhc98 are ok too, somebody might want to add support for them
-DEPEND=">=virtual/ghc-6.0
- !>=virtual/ghc-6.6
+DEPEND=">=dev-lang/ghc-6.0
+ !>=dev-lang/ghc-6.6
doc? ( >=dev-haskell/haddock-0.6-r2 )"
S=${WORKDIR}/${MY_P}
diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild
index cffbaad54cb7..1d1775efa254 100644
--- a/dev-haskell/haxml/haxml-1.13-r1.ebuild
+++ b/dev-haskell/haxml/haxml-1.13-r1.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/haxml/haxml-1.13-r1.ebuild,v 1.12 2007/07/13 06:03:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.13 2007/10/31 12:59:40 dcoutts Exp $
CABAL_FEATURES="lib bin profile haddock"
inherit base haskell-cabal
@@ -20,8 +20,8 @@ IUSE=""
# actually, >=ghc-5.02 should be ok (if not using cabal)
# hugs and nhc98 are ok too, somebody might want to add support for them
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.6
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.6
>=dev-haskell/cabal-1.1.3-r1"
S=${WORKDIR}/${MY_P}
diff --git a/dev-haskell/haxml/haxml-1.13.2.ebuild b/dev-haskell/haxml/haxml-1.13.2.ebuild
index 1c2c791e7870..bba10316503d 100644
--- a/dev-haskell/haxml/haxml-1.13.2.ebuild
+++ b/dev-haskell/haxml/haxml-1.13.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/haxml/haxml-1.13.2.ebuild,v 1.7 2007/08/11 15:48:42 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.8 2007/10/31 12:59:40 dcoutts Exp $
CABAL_FEATURES="lib bin profile haddock"
inherit base haskell-cabal
@@ -20,7 +20,7 @@ IUSE=""
# actually, >=ghc-5.02 should be ok (if not using cabal)
# hugs and nhc98 are ok too, somebody might want to add support for them
-DEPEND=">=virtual/ghc-6.2
+DEPEND=">=dev-lang/ghc-6.2
>=dev-haskell/cabal-1.1.3-r1"
S=${WORKDIR}/${MY_P}