public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/files/, sys-apps/daisydog/
@ 2025-02-24 10:56 Petr Vaněk
  0 siblings, 0 replies; only message in thread
From: Petr Vaněk @ 2025-02-24 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     35ce08345ef9ed9aaec85d563f7cf2484d5ca924
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 10:15:39 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 10:54:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ce0834

sys-apps/daisydog: drop 2014.05.30

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30.ebuild | 33 ----------------------------
 sys-apps/daisydog/files/daisydog.init.d      | 12 ----------
 2 files changed, 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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-24 10:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 10:56 [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/files/, sys-apps/daisydog/ Petr Vaněk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox