From c1c322c7d53e860c675014fa4cd258f5b4c75857 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Mon, 20 Feb 2006 07:33:19 +0000 Subject: Remove DEPEND on virtual/libc (Portage version: 2.1_pre4-r1) --- dev-cpp/poslib/ChangeLog | 8 ++++++-- dev-cpp/poslib/poslib-1.0.5.ebuild | 6 +++--- dev-cpp/poslib/poslib-1.0.6.ebuild | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'dev-cpp/poslib') diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index d788d8eb1412..a3a0ce3efc28 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/poslib -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.14 2005/09/19 21:37:28 halcy0n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.15 2006/02/20 07:30:26 halcy0n Exp $ + + 20 Feb 2006; Mark Loeser poslib-1.0.5.ebuild, + poslib-1.0.6.ebuild: + Remove DEPEND on virtual/libc 19 Sep 2005; Mark Loeser metadata.xml: Adding to cpp herd. diff --git a/dev-cpp/poslib/poslib-1.0.5.ebuild b/dev-cpp/poslib/poslib-1.0.5.ebuild index cebedff76f78..32b284258151 100644 --- a/dev-cpp/poslib/poslib-1.0.5.ebuild +++ b/dev-cpp/poslib/poslib-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.5.ebuild,v 1.3 2005/01/01 17:29:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.5.ebuild,v 1.4 2006/02/20 07:30:26 halcy0n Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 amd64 ppc" IUSE="ipv6" -DEPEND="virtual/libc" +DEPEND="" src_compile() { append-flags -funsigned-char diff --git a/dev-cpp/poslib/poslib-1.0.6.ebuild b/dev-cpp/poslib/poslib-1.0.6.ebuild index 05d6a6c6b7be..658b74eb268b 100644 --- a/dev-cpp/poslib/poslib-1.0.6.ebuild +++ b/dev-cpp/poslib/poslib-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.2 2005/01/01 17:29:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.3 2006/02/20 07:30:26 halcy0n Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="ipv6" -DEPEND="virtual/libc" +DEPEND="" src_compile() { append-flags -funsigned-char -- cgit v1.2.3-65-gdbad