Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/
Date: Sat, 15 Sep 2018 11:37:57
Message-Id: 1537011464.a8d00177d92e98acdf02418f50f90757b38f6f30.mgorny@gentoo
1 commit: a8d00177d92e98acdf02418f50f90757b38f6f30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 11:34:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 11:37:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d00177
7
8 sys-block/noflushd: Remove prepalldocs-y ebuild
9
10 Closes: https://bugs.gentoo.org/587282
11
12 sys-block/noflushd/Manifest | 1 -
13 sys-block/noflushd/noflushd-2.7.5.ebuild | 34 --------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/sys-block/noflushd/Manifest b/sys-block/noflushd/Manifest
17 index 4d323352e4f..7b0d6ad1fcf 100644
18 --- a/sys-block/noflushd/Manifest
19 +++ b/sys-block/noflushd/Manifest
20 @@ -1,3 +1,2 @@
21 DIST noflushd-2.7.3.tar.gz 145328 BLAKE2B 66506b268176d291986791b5e1d38131f6e796a20844cd3924b05336e288c3a0be88c1acde4a314638b76b1c85ab1d12f2381b4a1894e77228a5f08643bc02dc SHA512 3db9f5d005dd097211df65dbeb6dcb44fc66dfac66de63e004337762e5128748f5f15fd5550dad5f346bd774c664d509acf0c69b6fd33414439f5ee17689ba05
22 DIST noflushd-2.8.tar.gz 180386 BLAKE2B b3b90dc09ff6e61f874c3e738c3df31351c684e397ef6c357a864fb0265a905e927e5663b95bdb194b343a66dbf514deb0591684a9f9c9ece17f8e78a4c5373f SHA512 2bffb61aa380409efc43e7ff93d1efd93812dd2c66b4635101a608f1bd5094545e4db64e03fd318be3d3ac50be6e7278b17d9bb9ccd30c52f5e2e4337f749b50
23 -DIST noflushd_2.7.5.orig.tar.gz 149854 BLAKE2B a357d1a88febbd4a27056af37bfbbf7c3c26d7a741ebd2b85c449e8ee70ae9a0ba2f6c0ad1af240d8b740586f1476a986b6d47607ce61180ed8b0d82177024dd SHA512 4ad33dc3d9460db150f4c68dd94597c639fdc75fa43f1de6dbf8c278d3ff80df2112fbd50d94ecb5cfb49820fc0ab9076f6a3bc345f93ca3f5ae4d369bc1fb0f
24
25 diff --git a/sys-block/noflushd/noflushd-2.7.5.ebuild b/sys-block/noflushd/noflushd-2.7.5.ebuild
26 deleted file mode 100644
27 index 510481c94f5..00000000000
28 --- a/sys-block/noflushd/noflushd-2.7.5.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=0
35 -
36 -DESCRIPTION="A daemon to spin down your disks and force accesses to be cached"
37 -HOMEPAGE="http://noflushd.sourceforge.net/"
38 -SRC_URI="mirror://sourceforge/noflushd/${PN}_${PV}.orig.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~ppc ~x86"
43 -IUSE=""
44 -
45 -src_compile() {
46 - econf \
47 - --with-docdir=/usr/share/doc/${PF} \
48 - --with-initdir=/etc/init.d
49 - emake || die
50 -}
51 -
52 -src_install() {
53 - emake install DESTDIR="${D}" || die
54 - dodoc NEWS
55 - prepalldocs
56 -
57 - newinitd "${FILESDIR}"/noflushd.rc6 noflushd
58 - newconfd "${FILESDIR}"/noflushd.confd noflushd
59 -}
60 -
61 -pkg_postinst() {
62 - ewarn "noflushd works with IDE devices only."
63 - ewarn "It has possible problems with reiserfs, too."
64 -}