From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 300891396D0 for ; Wed, 27 Sep 2017 21:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BE63E0F21; Wed, 27 Sep 2017 21:45:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 393D2E0F21 for ; Wed, 27 Sep 2017 21:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F121A33BEA7 for ; Wed, 27 Sep 2017 21:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38CB90A7 for ; Wed, 27 Sep 2017 21:45:20 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1506548707.7f7ec9c6508c5a3f7d41be75831254de43c89b2a.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/readahead-list/, sys-apps/readahead-list/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/readahead-list/files/conf.d-readahead-list sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild X-VCS-Directories: sys-apps/readahead-list/ sys-apps/readahead-list/files/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7f7ec9c6508c5a3f7d41be75831254de43c89b2a X-VCS-Branch: master Date: Wed, 27 Sep 2017 21:45:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c487236-c126-4031-83e0-d7ae03ac6357 X-Archives-Hash: b9d6758869ccca63a8c2f8d744c24136 commit: 7f7ec9c6508c5a3f7d41be75831254de43c89b2a Author: Robin H. Johnson gentoo org> AuthorDate: Wed Sep 27 21:42:33 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Sep 27 21:45:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7ec9c6 sys-apps/readahead-list: bump for confd tweak. Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../readahead-list/files/conf.d-readahead-list | 4 +- .../readahead-list-1.20060421.1016-r3.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/sys-apps/readahead-list/files/conf.d-readahead-list b/sys-apps/readahead-list/files/conf.d-readahead-list index d8da5696e0e..c5ea49b0ecd 100644 --- a/sys-apps/readahead-list/files/conf.d-readahead-list +++ b/sys-apps/readahead-list/files/conf.d-readahead-list @@ -9,7 +9,7 @@ READAHEAD_LIST_exec_sbin_rc="/etc/readahead-list/exec_sbin_rc" READAHEAD_LIST_runlevel_boot="/etc/readahead-list/runlevel-boot" READAHEAD_LIST_runlevel_default="/etc/readahead-list/runlevel-default" -READAHEAD_LIST_call_early="${!READAHEAD_LIST_exec_sbin_rc} ${!READAHEAD_LIST_runlevel_boot}" -READAHEAD_LIST_call_main="${!READAHEAD_LIST_runlevel_default}" +READAHEAD_LIST_call_early="${READAHEAD_LIST_exec_sbin_rc} ${READAHEAD_LIST_runlevel_boot}" +READAHEAD_LIST_call_main="${READAHEAD_LIST_runlevel_default}" # vim: ts=4 sw=4 diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild new file mode 100644 index 00000000000..80b37f7a964 --- /dev/null +++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Preloads files into the page cache to accelerate program loading" +HOMEPAGE="http://www.orbis-terrarum.net" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/os-headers +" + +PATCHES=( + "${FILESDIR}/${P}-gcc-4.3.patch" + "${FILESDIR}/${P}-gcc6.patch" +) + +src_configure() { + econf --sbindir=/sbin +} + +src_install() { + default + + # init scripts + #cd "${S}/contrib/init/gentoo/" + newinitd "${FILESDIR}"/init.d-readahead-list readahead-list + newinitd "${FILESDIR}"/init.d-readahead-list-early readahead-list-early + newconfd "${FILESDIR}"/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}" + 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." +}