diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-17 02:47:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-17 02:47:40 +0000 |
commit | 2b2756f421f116de60499b099f8fb5bf3298e9b0 (patch) | |
tree | 8845b2df2a97f682d73b40fcf8b727e3fde1349b /sys-apps/readahead-list | |
parent | old (diff) | |
download | historical-2b2756f421f116de60499b099f8fb5bf3298e9b0.tar.gz historical-2b2756f421f116de60499b099f8fb5bf3298e9b0.tar.bz2 historical-2b2756f421f116de60499b099f8fb5bf3298e9b0.zip |
New release, fixing bug #92714.
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'sys-apps/readahead-list')
4 files changed, 70 insertions, 2 deletions
diff --git a/sys-apps/readahead-list/ChangeLog b/sys-apps/readahead-list/ChangeLog index 599dfce1f479..83832ea717f8 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.5 2005/04/25 22:26:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.6 2005/05/17 02:47:39 robbat2 Exp $ + +*readahead-list-0.20050517.0220 (17 May 2005) + + 17 May 2005; Robin H. Johnson <robbat2@gentoo.org> + +readahead-list-0.20050517.0220.ebuild: + New release, fixing bug #92714. *readahead-list-0.20050425.1452 (25 Apr 2005) diff --git a/sys-apps/readahead-list/Manifest b/sys-apps/readahead-list/Manifest index 7f2c12b1a443..ae32397ca519 100644 --- a/sys-apps/readahead-list/Manifest +++ b/sys-apps/readahead-list/Manifest @@ -1,10 +1,12 @@ MD5 98d39a3e2ac8773ea9a71fd51e936fd0 readahead-list-0.20050320.2320.ebuild 1081 MD5 5e12fa85d7a41a4a79f28a02f7667c93 readahead-list-0.20050328.0142.ebuild 1484 MD5 b5915784fc4515c4002334dc2347c118 readahead-list-0.20050323.0658.ebuild 1327 -MD5 7e4aeff799a3ce945f5b5d6f8a1d9304 ChangeLog 1308 +MD5 d9c72f7ee3bed88d83cde11ff6781b89 readahead-list-0.20050517.0220.ebuild 1793 +MD5 ef23f8bdea1bbc261bbe7f77cc63e305 ChangeLog 1485 MD5 9fed7d835204a85cc1da8ae9b3a81e10 metadata.xml 306 MD5 57bd4015c59ef440cd209a1029d94f49 readahead-list-0.20050425.1452.ebuild 1786 MD5 c4c89e5f3dc2baf2a606874014fd1362 files/digest-readahead-list-0.20050425.1452 83 MD5 a30a550753bc067a2cf24fd8f2c106ba files/digest-readahead-list-0.20050320.2320 82 MD5 12838347caea6c623cfa189d8eeca91c files/digest-readahead-list-0.20050323.0658 83 MD5 705c1a581218476779280f4af399247c files/digest-readahead-list-0.20050328.0142 83 +MD5 9448ecc752e78d34c0ae592042934774 files/digest-readahead-list-0.20050517.0220 83 diff --git a/sys-apps/readahead-list/files/digest-readahead-list-0.20050517.0220 b/sys-apps/readahead-list/files/digest-readahead-list-0.20050517.0220 new file mode 100644 index 000000000000..fa178923e461 --- /dev/null +++ b/sys-apps/readahead-list/files/digest-readahead-list-0.20050517.0220 @@ -0,0 +1 @@ +MD5 241bfc0f365424d55ddbca406cb9171f readahead-list-0.20050517.0220.tar.bz2 106855 diff --git a/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild b/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild new file mode 100644 index 000000000000..d58218e2f3c5 --- /dev/null +++ b/sys-apps/readahead-list/readahead-list-0.20050517.0220.ebuild @@ -0,0 +1,59 @@ +# 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.20050517.0220.ebuild,v 1.1 2005/05/17 02:47:40 robbat2 Exp $ + +DESCRIPTION="Preloads files into the page cache to accelerate program loading." +HOMEPAGE="http://www.orbis-terrarum.net" +SRC_URI="http://tirpitz.iat.sfu.ca/custom-software/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="doc" + +# I'm not entirely certain about this +# need to check if other libc variants provide readahead(2) +RDEPEND="virtual/libc" +# the blocked headers are broken +# they don't compile properly! +DEPEND="${RDEPEND} + virtual/os-headers" + +src_compile() { + econf --sbindir=/sbin || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + # init scripts + cd "${S}/contrib/init/gentoo/" + newinitd init.d-readahead-list readahead-list + newinitd init.d-readahead-list-early readahead-list-early + newconfd conf.d-readahead-list readahead-list + + # default config + insinto /etc/readahead-list + cd "${S}/contrib/data" + newins readahead.runlevel-default.list runlevel-default + newins readahead.runlevel-boot.list runlevel-boot + newins readahead._sbin_rc.list exec_sbin_rc + + # docs + cd "${S}" + dodoc README + if use doc; then + docinto scripts + dodoc contrib/scripts/* + fi + # clean up a bit + find "${D}/usr/share/doc/${PF}/" -type f -name 'Makefile*' -exec rm -f \{} \; +} + +pkg_postinst() { + einfo "You should add readahead-list to your runlevels:" + einfo " rc-update add readahead-list-early boot" + einfo " rc-update add readahead-list boot" + einfo "Also consider customizing the lists in /etc/readahead-list" + einfo "for maximum performance gain." +} |