summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 17:40:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 17:40:59 +0000
commitb6e9c2839140e95ec9e734cae0ac6f4e84890eae (patch)
treee1b30472aceb7e25df6bd63bebf4ba99397ce4e2 /dev-util/bnfc
parentRemove virtual/libc (diff)
downloadgentoo-2-b6e9c2839140e95ec9e734cae0ac6f4e84890eae.tar.gz
gentoo-2-b6e9c2839140e95ec9e734cae0ac6f4e84890eae.tar.bz2
gentoo-2-b6e9c2839140e95ec9e734cae0ac6f4e84890eae.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bnfc')
-rw-r--r--dev-util/bnfc/ChangeLog6
-rw-r--r--dev-util/bnfc/bnfc-2.1.2.ebuild4
-rw-r--r--dev-util/bnfc/bnfc-2.2.ebuild4
-rw-r--r--dev-util/bnfc/bnfc-2.4_beta.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/bnfc/ChangeLog b/dev-util/bnfc/ChangeLog
index 751d942b079b..bfd1d616775b 100644
--- a/dev-util/bnfc/ChangeLog
+++ b/dev-util/bnfc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/bnfc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.12 2009/08/01 12:56:44 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.13 2009/09/23 17:40:59 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bnfc-2.1.2.ebuild,
+ bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
+ Remove virtual/libc
01 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> bnfc-2.1.2.ebuild,
bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
diff --git a/dev-util/bnfc/bnfc-2.1.2.ebuild b/dev-util/bnfc/bnfc-2.1.2.ebuild
index 9b80f3166c30..058269b201c1 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-2009 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.7 2009/08/01 12:56:44 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.8 2009/09/23 17:40:59 patrick Exp $
DESCRIPTION="BNF Converter -- a sophisticated parser generator"
HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
@@ -14,7 +14,7 @@ IUSE="doc"
DEPEND="<dev-lang/ghc-6.6
doc? ( virtual/latex-base )"
-RDEPEND="virtual/libc"
+RDEPEND=""
S="${WORKDIR}/BNFC"
diff --git a/dev-util/bnfc/bnfc-2.2.ebuild b/dev-util/bnfc/bnfc-2.2.ebuild
index 4b8ce31de9ce..eff81aa313f9 100644
--- a/dev-util/bnfc/bnfc-2.2.ebuild
+++ b/dev-util/bnfc/bnfc-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.6 2009/08/01 12:56:44 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.7 2009/09/23 17:40:59 patrick Exp $
inherit base ghc-package eutils
@@ -18,7 +18,7 @@ IUSE="doc"
DEPEND=">=dev-lang/ghc-6.2
doc? ( virtual/latex-base )"
-RDEPEND="virtual/libc"
+RDEPEND=""
S="${WORKDIR}/${MY_PN}_${PV}"
diff --git a/dev-util/bnfc/bnfc-2.4_beta.ebuild b/dev-util/bnfc/bnfc-2.4_beta.ebuild
index 67ef9ebfd272..de3fdb0ada84 100644
--- a/dev-util/bnfc/bnfc-2.4_beta.ebuild
+++ b/dev-util/bnfc/bnfc-2.4_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.3 2009/08/01 12:56:44 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.4 2009/09/23 17:40:59 patrick Exp $
inherit base ghc-package eutils
@@ -23,7 +23,7 @@ DEPEND=">=dev-lang/ghc-6.6
doc? ( virtual/latex-base )
dev-haskell/mtl"
-RDEPEND="virtual/libc"
+RDEPEND=""
S="${WORKDIR}/${MY_PN}"