From 20461e6d30c22d5ecc98c84c091d99fb07728edf Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 23 Sep 2009 20:26:00 +0000 Subject: Remove virtual/libc (Portage version: 2.2_rc41/cvs/Linux x86_64) --- sys-apps/readahead-list/ChangeLog | 8 +++++++- sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild | 8 +++----- sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild | 6 ++---- sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild | 6 +++--- 4 files changed, 15 insertions(+), 13 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/readahead-list/ChangeLog b/sys-apps/readahead-list/ChangeLog index e9617fbb691e..bd24227eb472 100644 --- a/sys-apps/readahead-list/ChangeLog +++ b/sys-apps/readahead-list/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/readahead-list # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.17 2009/09/21 02:03:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.18 2009/09/23 20:26:00 patrick Exp $ + + 23 Sep 2009; Patrick Lauer + readahead-list-0.20050517.0220.ebuild, + readahead-list-1.20060421.1016.ebuild, + readahead-list-1.20060421.1016-r1.ebuild: + Remove virtual/libc *readahead-list-1.20060421.1016-r1 (21 Sep 2009) diff --git a/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild b/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild index 017bd8144474..ce2e36d8f6ee 100644 --- a/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild +++ b/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild,v 1.3 2005/09/26 04:36:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild,v 1.4 2009/09/23 20:26:00 patrick Exp $ DESCRIPTION="Preloads files into the page cache to accelerate program loading." HOMEPAGE="http://www.orbis-terrarum.net" @@ -10,9 +10,7 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="doc" -# I'm not entirely certain about this -# need to check if other libc variants provide readahead(2) -RDEPEND="virtual/libc" +RDEPEND="" # the blocked headers are broken # they don't compile properly! DEPEND="${RDEPEND} diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild index d5c393414de6..ad30a5a6b2c2 100644 --- a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild +++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.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/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild,v 1.1 2009/09/21 02:03:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-1.20060421.1016-r1.ebuild,v 1.2 2009/09/23 20:26:00 patrick Exp $ inherit base @@ -12,9 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" -# I'm not entirely certain about this -# need to check if other libc variants provide readahead(2) -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} virtual/os-headers" diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild b/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild index 1470756ce4b4..e16b111bf674 100644 --- a/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild +++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild,v 1.6 2008/09/26 14:56:40 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-1.20060421.1016.ebuild,v 1.7 2009/09/23 20:26:00 patrick Exp $ inherit base @@ -14,7 +14,7 @@ IUSE="doc" # I'm not entirely certain about this # need to check if other libc variants provide readahead(2) -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} virtual/os-headers" -- cgit v1.2.3-65-gdbad