Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hd-idle/
Date: Fri, 21 Aug 2020 07:15:13
Message-Id: 1597994085.9ce34495f8190c7a4ed1134ea6843f802a85a321.juippis@gentoo
1 commit: 9ce34495f8190c7a4ed1134ea6843f802a85a321
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Tue Aug 11 17:39:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 07:14:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce34495
7
8 sys-apps/hd-idle: Drop old.
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17083
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sys-apps/hd-idle/hd-idle-1.05.ebuild | 26 --------------------------
16 1 file changed, 26 deletions(-)
17
18 diff --git a/sys-apps/hd-idle/hd-idle-1.05.ebuild b/sys-apps/hd-idle/hd-idle-1.05.ebuild
19 deleted file mode 100644
20 index 0650f006a7d..00000000000
21 --- a/sys-apps/hd-idle/hd-idle-1.05.ebuild
22 +++ /dev/null
23 @@ -1,26 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -inherit linux-info
30 -
31 -DESCRIPTION="Utility for spinning down hard disks after a period of idle time"
32 -HOMEPAGE="http://hd-idle.sourceforge.net/"
33 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -
39 -S="${WORKDIR}/${PN}"
40 -
41 -CONFIG_CHECK="~PROC_FS"
42 -
43 -DOCS=( debian/changelog README )
44 -
45 -src_install() {
46 - default_src_install
47 - newinitd "${FILESDIR}"/hd-idle-init hd-idle
48 - newconfd "${FILESDIR}"/hd-idle-conf hd-idle
49 -}