summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:05:52 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:05:52 +0000
commit07197d2a607806801262579a9c10190e5112bcfb (patch)
tree79836af6d0d6ed2e742a91e8ed81391ed55abb83 /dev-haskell
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-07197d2a607806801262579a9c10190e5112bcfb.tar.gz
gentoo-2-07197d2a607806801262579a9c10190e5112bcfb.tar.bz2
gentoo-2-07197d2a607806801262579a9c10190e5112bcfb.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hsshellscript/ChangeLog8
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild8
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild8
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild6
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild6
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild6
6 files changed, 24 insertions, 18 deletions
diff --git a/dev-haskell/hsshellscript/ChangeLog b/dev-haskell/hsshellscript/ChangeLog
index 8b4ba0f0a54d..54d34f1f6dcd 100644
--- a/dev-haskell/hsshellscript/ChangeLog
+++ b/dev-haskell/hsshellscript/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hsshellscript
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.16 2007/02/21 23:20:47 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.17 2007/10/31 13:05:52 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org>
+ hsshellscript-2.2.2.ebuild, hsshellscript-2.3.0.ebuild,
+ hsshellscript-2.6.0.ebuild, hsshellscript-2.6.3.ebuild,
+ hsshellscript-2.7.0.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
index 734f1a921523..9afc4e3709fa 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.3 2007/07/13 06:03:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
inherit base eutils ghc-package
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.4"
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.4"
RDEPEND=""
src_unpack() {
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
index d9fba8b3d6fd..558bf46d06dc 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.3 2007/07/13 06:03:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
inherit base eutils ghc-package
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.4"
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.4"
RDEPEND=""
src_unpack() {
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild
index a6e121f0845d..535abd1ecd26 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.6.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/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.6 2006/08/15 00:32:33 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.7 2007/10/31 13:05:52 dcoutts Exp $
inherit base eutils multilib ghc-package
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""
-DEPEND=">=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.4
>=dev-libs/glib-2.0
>=dev-haskell/haddock-0.6"
RDEPEND=""
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild
index 5b624c5f0a97..587b636cf19a 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.6.3.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/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.1 2006/08/15 00:28:58 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $
inherit base eutils multilib ghc-package
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""
-DEPEND=">=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.4
>=dev-libs/glib-2.0
>=dev-haskell/haddock-0.6"
RDEPEND=""
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild
index 932f3adbe056..eb741bdb5229 100644
--- a/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild
+++ b/dev-haskell/hsshellscript/hsshellscript-2.7.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/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.1 2006/11/03 20:52:41 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $
inherit base eutils multilib ghc-package
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE="doc"
-DEPEND=">=virtual/ghc-6.4
+DEPEND=">=dev-lang/ghc-6.4
>=dev-libs/glib-2.0
doc? ( >=dev-haskell/haddock-0.6 )"
RDEPEND=""