summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2023-05-27 19:57:38 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-05-28 15:20:28 +0300
commit4fb5304fe56d9d35006cce3d7e2a6b7d9d986036 (patch)
tree7cc4f8727f9cb77ede48355e1e4e8ce03cd6af58 /sys-apps
parentmedia-sound/krecorder: Keyword 23.04.1 arm64, #907291 (diff)
downloadgentoo-4fb5304fe56d9d35006cce3d7e2a6b7d9d986036.tar.gz
gentoo-4fb5304fe56d9d35006cce3d7e2a6b7d9d986036.tar.bz2
gentoo-4fb5304fe56d9d35006cce3d7e2a6b7d9d986036.zip
sys-apps/hd-idle: drop 1.05-r1
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/31189 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hd-idle/files/hd-idle-service13
-rw-r--r--sys-apps/hd-idle/hd-idle-1.05-r1.ebuild27
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/hd-idle/files/hd-idle-service b/sys-apps/hd-idle/files/hd-idle-service
deleted file mode 100644
index f69c1d754b68..000000000000
--- a/sys-apps/hd-idle/files/hd-idle-service
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-[Unit]
-Description=hd-idle - spinning down HDDs after a period of idle time
-Documentation=man:hd-idle(1)
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/hd-idle
-ExecStart=/usr/sbin/hd-idle $HD_IDLE_OPTS
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/hd-idle/hd-idle-1.05-r1.ebuild b/sys-apps/hd-idle/hd-idle-1.05-r1.ebuild
deleted file mode 100644
index d65adc91bc74..000000000000
--- a/sys-apps/hd-idle/hd-idle-1.05-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd
-
-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
- systemd_newunit "${FILESDIR}"/hd-idle-service ${PN}.service
- newinitd "${FILESDIR}"/hd-idle-init hd-idle
- newconfd "${FILESDIR}"/hd-idle-conf hd-idle
-}