commit: 9ce34495f8190c7a4ed1134ea6843f802a85a321 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Tue Aug 11 17:39:40 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Aug 21 07:14:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce34495
sys-apps/hd-idle: Drop old. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/17083 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-apps/hd-idle/hd-idle-1.05.ebuild | 26 -------------------------- 1 file changed, 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 0650f006a7d..00000000000 --- 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 -}
