summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/bnfc/ChangeLog8
-rw-r--r--dev-util/bnfc/bnfc-2.1.2.ebuild8
-rw-r--r--dev-util/bnfc/bnfc-2.2.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-util/bnfc/ChangeLog b/dev-util/bnfc/ChangeLog
index 6ff8990fb096..0a268fc10e9f 100644
--- a/dev-util/bnfc/ChangeLog
+++ b/dev-util/bnfc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/bnfc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.6 2006/10/17 20:46:42 dcoutts Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.7 2007/10/31 13:19:47 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> bnfc-2.1.2.ebuild,
+ bnfc-2.2.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
17 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> bnfc-2.2.ebuild:
Need to inherit eutils eclass.
diff --git a/dev-util/bnfc/bnfc-2.1.2.ebuild b/dev-util/bnfc/bnfc-2.1.2.ebuild
index 3ff27e149dfe..2b8e2a076bee 100644
--- a/dev-util/bnfc/bnfc-2.1.2.ebuild
+++ b/dev-util/bnfc/bnfc-2.1.2.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-util/bnfc/bnfc-2.1.2.ebuild,v 1.4 2006/10/11 21:52:53 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.5 2007/10/31 13:19:47 dcoutts Exp $
DESCRIPTION="BNF Converter -- a sophisticated parser generator"
HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
@@ -11,8 +11,8 @@ KEYWORDS="~x86 ~ppc"
IUSE="doc"
-DEPEND=">=virtual/ghc-6.2
- !>=virtual/ghc-6.6
+DEPEND=">=dev-lang/ghc-6.2
+ !>=dev-lang/ghc-6.6
doc? ( virtual/tetex )"
RDEPEND="virtual/libc"
diff --git a/dev-util/bnfc/bnfc-2.2.ebuild b/dev-util/bnfc/bnfc-2.2.ebuild
index 162ed2ba3cbe..d9e13e11319a 100644
--- a/dev-util/bnfc/bnfc-2.2.ebuild
+++ b/dev-util/bnfc/bnfc-2.2.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-util/bnfc/bnfc-2.2.ebuild,v 1.3 2006/10/17 20:46:42 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.4 2007/10/31 13:19:47 dcoutts Exp $
inherit base ghc-package eutils
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc"
IUSE="doc"
-DEPEND=">=virtual/ghc-6.2
+DEPEND=">=dev-lang/ghc-6.2
doc? ( virtual/tetex )"
RDEPEND="virtual/libc"