summaryrefslogtreecommitdiff
path: root/sys-block/noflushd/noflushd-2.7.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/noflushd/noflushd-2.7.3.ebuild')
-rw-r--r--sys-block/noflushd/noflushd-2.7.3.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-block/noflushd/noflushd-2.7.3.ebuild b/sys-block/noflushd/noflushd-2.7.3.ebuild
deleted file mode 100644
index 740968775333..000000000000
--- a/sys-block/noflushd/noflushd-2.7.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-SLOT="0"
-
-src_compile() {
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --with-docdir=/usr/share/doc/${PF} || die "configure problem"
- emake || die "compile problem"
-}
-
-src_install () {
- dosbin src/noflushd
- doman man/noflushd.8
- dodoc README NEWS
-
- newinitd "${FILESDIR}"/noflushd.rc6 noflushd
- newconfd "${FILESDIR}"/noflushd.confd noflushd
-}
-
-pkg_postinst() {
- einfo 'Run "rc-update add noflushd default" to add it to the'
- einfo "default runlevel."
-
- ewarn "noflushd works with IDE devices only."
- ewarn "It has possible problems with reiserfs, too."
-}