From 2b52eec489d7fe432b0f3f591f83c457108bd0e2 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 23 Sep 2009 16:52:35 +0000 Subject: Remove virtual/libc (Portage version: 2.2_rc41/cvs/Linux x86_64) --- dev-lang/nqc/ChangeLog | 8 ++++++-- dev-lang/nqc/nqc-2.5.1.ebuild | 6 +++--- dev-lang/nqc/nqc-3.1_p4.ebuild | 7 +++---- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'dev-lang/nqc') diff --git a/dev-lang/nqc/ChangeLog b/dev-lang/nqc/ChangeLog index bd446eb5797a..6485cf76fc45 100644 --- a/dev-lang/nqc/ChangeLog +++ b/dev-lang/nqc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/nqc -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.13 2008/05/29 06:13:47 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.14 2009/09/23 16:52:35 patrick Exp $ + + 23 Sep 2009; Patrick Lauer nqc-2.5.1.ebuild, + nqc-3.1_p4.ebuild: + Remove virtual/libc 29 May 2008; Christian Heim metadata.xml: Removing Lars Weiler (Pylon) from metadata.xml (as per #215644). Assigning diff --git a/dev-lang/nqc/nqc-2.5.1.ebuild b/dev-lang/nqc/nqc-2.5.1.ebuild index fb3f6deb3bfd..93b8e6d936fe 100644 --- a/dev-lang/nqc/nqc-2.5.1.ebuild +++ b/dev-lang/nqc/nqc-2.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.12 2007/01/31 14:32:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.13 2009/09/23 16:52:35 patrick Exp $ inherit eutils @@ -16,7 +16,7 @@ LICENSE="MPL-1.0" KEYWORDS="ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} diff --git a/dev-lang/nqc/nqc-3.1_p4.ebuild b/dev-lang/nqc/nqc-3.1_p4.ebuild index 850b4918928c..3777e5f231d9 100644 --- a/dev-lang/nqc/nqc-3.1_p4.ebuild +++ b/dev-lang/nqc/nqc-3.1_p4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.2 2007/01/31 14:32:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.3 2009/09/23 16:52:35 patrick Exp $ inherit eutils @@ -15,8 +15,7 @@ LICENSE="MPL-1.0" KEYWORDS="~x86 ~amd64" IUSE="usb" -DEPEND="virtual/libc - usb? ( dev-libs/legousbtower )" +DEPEND="usb? ( dev-libs/legousbtower )" src_compile() { -- cgit v1.2.3-65-gdbad