summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2020-08-11 19:39:40 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-08-21 10:14:45 +0300
commit9ce34495f8190c7a4ed1134ea6843f802a85a321 (patch)
tree6f178b378e6ff981c89b9e4b52d1c78a59139168 /sys-apps/hd-idle
parentdev-util/clion: fix if-fi indentation (diff)
downloadgentoo-9ce34495f8190c7a4ed1134ea6843f802a85a321.tar.gz
gentoo-9ce34495f8190c7a4ed1134ea6843f802a85a321.tar.bz2
gentoo-9ce34495f8190c7a4ed1134ea6843f802a85a321.zip
sys-apps/hd-idle: Drop old.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/17083 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/hd-idle')
-rw-r--r--sys-apps/hd-idle/hd-idle-1.05.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/hd-idle/hd-idle-1.05.ebuild b/sys-apps/hd-idle/hd-idle-1.05.ebuild
deleted file mode 100644
index 0650f006a7d5..000000000000
--- a/sys-apps/hd-idle/hd-idle-1.05.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info
-
-DESCRIPTION="Utility for spinning down hard disks after a period of idle time"
-HOMEPAGE="http://hd-idle.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${PN}"
-
-CONFIG_CHECK="~PROC_FS"
-
-DOCS=( debian/changelog README )
-
-src_install() {
- default_src_install
- newinitd "${FILESDIR}"/hd-idle-init hd-idle
- newconfd "${FILESDIR}"/hd-idle-conf hd-idle
-}