sys-block/noflushd: Remove prepalldocs-y ebuild

Closes: https://bugs.gentoo.org/587282
This commit is contained in:
Michał Górny
2018-09-15 13:34:23 +02:00
parent 5d01953075
commit a8d00177d9
2 changed files with 0 additions and 35 deletions

View File

@@ -1,3 +1,2 @@
DIST noflushd-2.7.3.tar.gz 145328 BLAKE2B 66506b268176d291986791b5e1d38131f6e796a20844cd3924b05336e288c3a0be88c1acde4a314638b76b1c85ab1d12f2381b4a1894e77228a5f08643bc02dc SHA512 3db9f5d005dd097211df65dbeb6dcb44fc66dfac66de63e004337762e5128748f5f15fd5550dad5f346bd774c664d509acf0c69b6fd33414439f5ee17689ba05
DIST noflushd-2.8.tar.gz 180386 BLAKE2B b3b90dc09ff6e61f874c3e738c3df31351c684e397ef6c357a864fb0265a905e927e5663b95bdb194b343a66dbf514deb0591684a9f9c9ece17f8e78a4c5373f SHA512 2bffb61aa380409efc43e7ff93d1efd93812dd2c66b4635101a608f1bd5094545e4db64e03fd318be3d3ac50be6e7278b17d9bb9ccd30c52f5e2e4337f749b50
DIST noflushd_2.7.5.orig.tar.gz 149854 BLAKE2B a357d1a88febbd4a27056af37bfbbf7c3c26d7a741ebd2b85c449e8ee70ae9a0ba2f6c0ad1af240d8b740586f1476a986b6d47607ce61180ed8b0d82177024dd SHA512 4ad33dc3d9460db150f4c68dd94597c639fdc75fa43f1de6dbf8c278d3ff80df2112fbd50d94ecb5cfb49820fc0ab9076f6a3bc345f93ca3f5ae4d369bc1fb0f

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
DESCRIPTION="A daemon to spin down your disks and force accesses to be cached"
HOMEPAGE="http://noflushd.sourceforge.net/"
SRC_URI="mirror://sourceforge/noflushd/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
src_compile() {
econf \
--with-docdir=/usr/share/doc/${PF} \
--with-initdir=/etc/init.d
emake || die
}
src_install() {
emake install DESTDIR="${D}" || die
dodoc NEWS
prepalldocs
newinitd "${FILESDIR}"/noflushd.rc6 noflushd
newconfd "${FILESDIR}"/noflushd.confd noflushd
}
pkg_postinst() {
ewarn "noflushd works with IDE devices only."
ewarn "It has possible problems with reiserfs, too."
}