[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2021-11-05 Thread Jakov Smolić
commit: f39c7c34d753aaa8d37b597a408e46cbf7c3fc50
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Nov  5 14:54:53 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Nov  5 14:54:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39c7c34

sys-block/noflushd: Port to EAPI 7

Closes: https://bugs.gentoo.org/819225
Signed-off-by: Jakov Smolić  gentoo.org>

 .../noflushd/{noflushd-2.8.ebuild => noflushd-2.8-r1.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/sys-block/noflushd/noflushd-2.8.ebuild 
b/sys-block/noflushd/noflushd-2.8-r1.ebuild
similarity index 77%
rename from sys-block/noflushd/noflushd-2.8.ebuild
rename to sys-block/noflushd/noflushd-2.8-r1.ebuild
index b1c15b456d9..516154148a9 100644
--- a/sys-block/noflushd/noflushd-2.8.ebuild
+++ b/sys-block/noflushd/noflushd-2.8-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="A daemon to spin down your disks and force accesses to be cached"
 HOMEPAGE="http://noflushd.sourceforge.net/";
@@ -10,17 +10,15 @@ SRC_URI="mirror://sourceforge/noflushd/${PN}-${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 src_configure() {
econf \
-   --with-docdir=/usr/share/doc/${PF} \
-   --with-initdir=/etc/init.d
+   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --with-initdir="${EPREFIX}"/etc/init.d
 }
 
 src_install() {
-   emake install DESTDIR="${D}"
-   dodoc NEWS
+   default
 
newinitd "${FILESDIR}"/noflushd.rc6 noflushd
newconfd "${FILESDIR}"/noflushd.confd noflushd



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2019-10-07 Thread Michał Górny
commit: 02ed438785910e18557beeb160fab3c1b39a2f46
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  7 13:13:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  7 13:53:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ed4387

sys-block/noflushd: Drop old (EAPI=0)

Signed-off-by: Michał Górny  gentoo.org>

 sys-block/noflushd/Manifest  |  1 -
 sys-block/noflushd/noflushd-2.7.3.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/sys-block/noflushd/Manifest b/sys-block/noflushd/Manifest
index 7b0d6ad1fcf..25b5a767113 100644
--- a/sys-block/noflushd/Manifest
+++ b/sys-block/noflushd/Manifest
@@ -1,2 +1 @@
-DIST noflushd-2.7.3.tar.gz 145328 BLAKE2B 
66506b268176d291986791b5e1d38131f6e796a20844cd3924b05336e288c3a0be88c1acde4a314638b76b1c85ab1d12f2381b4a1894e77228a5f08643bc02dc
 SHA512 
3db9f5d005dd097211df65dbeb6dcb44fc66dfac66de63e004337762e5128748f5f15fd5550dad5f346bd774c664d509acf0c69b6fd33414439f5ee17689ba05
 DIST noflushd-2.8.tar.gz 180386 BLAKE2B 
b3b90dc09ff6e61f874c3e738c3df31351c684e397ef6c357a864fb0265a905e927e5663b95bdb194b343a66dbf514deb0591684a9f9c9ece17f8e78a4c5373f
 SHA512 
2bffb61aa380409efc43e7ff93d1efd93812dd2c66b4635101a608f1bd5094545e4db64e03fd318be3d3ac50be6e7278b17d9bb9ccd30c52f5e2e4337f749b50

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 74096877533..000
--- 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."
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2019-10-07 Thread Agostino Sarubbo
commit: 0415321db13fbe598e0b6263c3bcc0921c3fe619
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 09:46:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 09:47:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0415321d

sys-block/noflushd: ppc stable wrt bug #696362

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/noflushd/noflushd-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/noflushd/noflushd-2.8.ebuild 
b/sys-block/noflushd/noflushd-2.8.ebuild
index b962c5db690..b1c15b456d9 100644
--- a/sys-block/noflushd/noflushd-2.8.ebuild
+++ b/sys-block/noflushd/noflushd-2.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/noflushd/${PN}-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2019-10-07 Thread Agostino Sarubbo
commit: 3c961611d73e2b084c9d8a89dc80db8d527f24b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:40:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:40:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c961611

sys-block/noflushd: amd64 stable wrt bug #696362

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-block/noflushd/noflushd-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/noflushd/noflushd-2.8.ebuild 
b/sys-block/noflushd/noflushd-2.8.ebuild
index 2761edc3c7b..b962c5db690 100644
--- a/sys-block/noflushd/noflushd-2.8.ebuild
+++ b/sys-block/noflushd/noflushd-2.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/noflushd/${PN}-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2019-10-06 Thread Thomas Deutschmann
commit: 795630fa684424583cff7edb42b53b7a49e1bcf7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  6 21:00:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  6 21:17:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795630fa

sys-block/noflushd: x86 stable (bug #696362)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/noflushd/noflushd-2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/noflushd/noflushd-2.8.ebuild 
b/sys-block/noflushd/noflushd-2.8.ebuild
index c94cfcaffd4..2761edc3c7b 100644
--- a/sys-block/noflushd/noflushd-2.8.ebuild
+++ b/sys-block/noflushd/noflushd-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/noflushd/${PN}-${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2018-09-15 Thread Michał Górny
commit: a8d00177d92e98acdf02418f50f90757b38f6f30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 15 11:34:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 15 11:37:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d00177

sys-block/noflushd: Remove prepalldocs-y ebuild

Closes: https://bugs.gentoo.org/587282

 sys-block/noflushd/Manifest  |  1 -
 sys-block/noflushd/noflushd-2.7.5.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/sys-block/noflushd/Manifest b/sys-block/noflushd/Manifest
index 4d323352e4f..7b0d6ad1fcf 100644
--- a/sys-block/noflushd/Manifest
+++ b/sys-block/noflushd/Manifest
@@ -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

diff --git a/sys-block/noflushd/noflushd-2.7.5.ebuild 
b/sys-block/noflushd/noflushd-2.7.5.ebuild
deleted file mode 100644
index 510481c94f5..000
--- a/sys-block/noflushd/noflushd-2.7.5.ebuild
+++ /dev/null
@@ -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."
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/noflushd/

2016-04-16 Thread Manuel Rüger
commit: aba4ef8bc7fd0b3d74430552410a9cd18ba4ac7d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr 16 13:26:02 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr 16 13:26:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4ef8b

sys-block/noflushd: Remove old

Package-Manager: portage-2.2.28

 sys-block/noflushd/Manifest  |  1 -
 sys-block/noflushd/noflushd-2.7.4.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/sys-block/noflushd/Manifest b/sys-block/noflushd/Manifest
index 412e32d..77ebb92 100644
--- a/sys-block/noflushd/Manifest
+++ b/sys-block/noflushd/Manifest
@@ -1,4 +1,3 @@
 DIST noflushd-2.7.3.tar.gz 145328 SHA256 
d9ce71ba8603ed146b1066aca180746577910e75903dcda7e32276d99382f149 SHA512 
3db9f5d005dd097211df65dbeb6dcb44fc66dfac66de63e004337762e5128748f5f15fd5550dad5f346bd774c664d509acf0c69b6fd33414439f5ee17689ba05
 WHIRLPOOL 
db47f7724e7b73b638c58007e5c0bb094cb015170bc37a6f09381fb5cd79d4a136fd0373c0ee0537b7258863409c6f6b4c59d0288b2201db5c8ff447cc08a525
-DIST noflushd-2.7.4.tar.gz 149686 SHA256 
4118451009808ba18bc773b872ac43f1e4244a09d39126210860f846248e2360 SHA512 
835441ffe547a031b1d3c64997629f9a8675f4b2698458bb0acd59625bca695f8b27090d1bb6a4a9e725e9f41831fe02617f5b115648be97b908ef61813a00d4
 WHIRLPOOL 
c09f7985a6d75a32110adba8f1e3e9b0e2bf72730a72ca0a1de052eed000866d0c28c6512e266f3dd81fa371c8ebc243252c27661b9f4cc207bb152690b13d91
 DIST noflushd-2.8.tar.gz 180386 SHA256 
aa9ab7e58d9c34e189ac63279fd8f5772564630d26c9f036b4943ecece54c278 SHA512 
2bffb61aa380409efc43e7ff93d1efd93812dd2c66b4635101a608f1bd5094545e4db64e03fd318be3d3ac50be6e7278b17d9bb9ccd30c52f5e2e4337f749b50
 WHIRLPOOL 
950badd20e0e0d8cdd0211e1d30b1f426d3cd6922d823c50af1da4588c0e11e7387e951f046dcb24792979bba6c4bbe3dc8971c6010e16f3313c4c029bd8f2ab
 DIST noflushd_2.7.5.orig.tar.gz 149854 SHA256 
f96aa8ec9e477725d5e23f5e4ab13b31d21ef190c4d28e3802f2f1a6894aadb7 SHA512 
4ad33dc3d9460db150f4c68dd94597c639fdc75fa43f1de6dbf8c278d3ff80df2112fbd50d94ecb5cfb49820fc0ab9076f6a3bc345f93ca3f5ae4d369bc1fb0f
 WHIRLPOOL 
2581baa9dd80af7a5db09a2e3d2adfedf1ed9eb63d8e5cee4a8641f1486de3dc0e5835033b81620d49c93c34a370d182eb91189ec2facc360e23a2a3d4c96a31

diff --git a/sys-block/noflushd/noflushd-2.7.4.ebuild 
b/sys-block/noflushd/noflushd-2.7.4.ebuild
deleted file mode 100644
index 439fc4a..000
--- a/sys-block/noflushd/noflushd-2.7.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="~x86 ~amd64 ~ppc"
-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."
-}