summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2025-02-24 11:15:39 +0100
committerPetr Vaněk <arkamar@gentoo.org>2025-02-24 11:54:50 +0100
commit35ce08345ef9ed9aaec85d563f7cf2484d5ca924 (patch)
treee2a09c3a0b6fae65bd07320cae3abf67bd450b70 /sys-apps/daisydog
parentsys-apps/biosdevname: drop 0.7.3 (diff)
downloadgentoo-35ce08345ef9ed9aaec85d563f7cf2484d5ca924.tar.gz
gentoo-35ce08345ef9ed9aaec85d563f7cf2484d5ca924.tar.bz2
gentoo-35ce08345ef9ed9aaec85d563f7cf2484d5ca924.zip
sys-apps/daisydog: drop 2014.05.30
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'sys-apps/daisydog')
-rw-r--r--sys-apps/daisydog/daisydog-2014.05.30.ebuild33
-rw-r--r--sys-apps/daisydog/files/daisydog.init.d12
2 files changed, 0 insertions, 45 deletions
diff --git a/sys-apps/daisydog/daisydog-2014.05.30.ebuild b/sys-apps/daisydog/daisydog-2014.05.30.ebuild
deleted file mode 100644
index 190a49b1212c..000000000000
--- a/sys-apps/daisydog/daisydog-2014.05.30.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs flag-o-matic
-
-GIT_SHA1="3182aa85c087446e4358370549adc45db21ec124"
-MY_P="${PN}-${GIT_SHA1}"
-
-DESCRIPTION="A very simple /dev/watchdog daemon"
-HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/daisydog/+/master"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz
- https://chromium.googlesource.com/chromiumos/third_party/daisydog/+archive/${GIT_SHA1}.tar.gz -> ${MY_P}.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="static"
-
-src_configure() {
- tc-export CC
- use static && append-ldflags -static
-}
-
-src_install() {
- dobin daisydog
- dodoc README.chromiumos
-
- newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-}
diff --git a/sys-apps/daisydog/files/daisydog.init.d b/sys-apps/daisydog/files/daisydog.init.d
deleted file mode 100644
index 5eae48824b61..000000000000
--- a/sys-apps/daisydog/files/daisydog.init.d
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/bin/daisydog"
-command_args="${WATCHDOG_OPTS}"
-description="watchdog daemon to pet /dev/watchdog devices"
-start_stop_daemon_args="--make-pidfile --background --pidfile /run/daisydog.pid"
-
-depend() {
- provide watchdog
-}