summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-03-23 08:37:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-03-23 08:37:02 +0000
commitb18c79f1c4ce7db200268f7845c597a5f95275c3 (patch)
tree99fed2de9cbb1a6b66269053606ab5f70ee12061 /sys-apps
parentmissed some white space. (diff)
downloadhistorical-b18c79f1c4ce7db200268f7845c597a5f95275c3.tar.gz
historical-b18c79f1c4ce7db200268f7845c597a5f95275c3.tar.bz2
historical-b18c79f1c4ce7db200268f7845c597a5f95275c3.zip
better desc, fix depends.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/readahead-list/Manifest2
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild11
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/readahead-list/Manifest b/sys-apps/readahead-list/Manifest
index 6c3be4a786b1..45346b2eb32f 100644
--- a/sys-apps/readahead-list/Manifest
+++ b/sys-apps/readahead-list/Manifest
@@ -1,5 +1,5 @@
MD5 98d39a3e2ac8773ea9a71fd51e936fd0 readahead-list-0.20050320.2320.ebuild 1081
-MD5 2f67e0fe8223615429116a6f0da444f3 readahead-list-0.20050323.0658.ebuild 1242
+MD5 80a2995b54eef91e80d5a2d9903d398b readahead-list-0.20050323.0658.ebuild 1313
MD5 317332af9dd39fee150ca090168a4739 ChangeLog 746
MD5 9fed7d835204a85cc1da8ae9b3a81e10 metadata.xml 306
MD5 a30a550753bc067a2cf24fd8f2c106ba files/digest-readahead-list-0.20050320.2320 82
diff --git a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild b/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild
index 5aa4ebf9d2ce..e88729c68425 100644
--- a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild
+++ b/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2005 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.20050323.0658.ebuild,v 1.2 2005/03/23 08:33:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild,v 1.3 2005/03/23 08:37:02 robbat2 Exp $
-DESCRIPTION="Perform readahead(2) to pre-cache files."
-HOMEPAGE="http://tirpitz.iat.sfu.ca/"
+DESCRIPTION="Preloads files into the page cache to accelerate program loading."
+
+HOMEPAGE="http://www.orbis-terrarum.net"
SRC_URI="${HOMEPAGE}/custom-software/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -12,7 +13,9 @@ IUSE="doc"
# I'm not entirely certain about this
# need to check if other libc variants provide readahead(2)
-DEPEND="virtual/libc"
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ virtual/os-headers"
src_compile() {
econf --sbindir=/sbin || die "econf failed"