From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7213D1582EF for ; Mon, 24 Feb 2025 10:56:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4D5113431BB for ; Mon, 24 Feb 2025 10:56:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C85F011037D; Mon, 24 Feb 2025 10:56:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C2A5A11037D for ; Mon, 24 Feb 2025 10:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557F834318D for ; Mon, 24 Feb 2025 10:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45D82741 for ; Mon, 24 Feb 2025 10:56:14 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1740394490.35ce08345ef9ed9aaec85d563f7cf2484d5ca924.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/files/, sys-apps/daisydog/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/daisydog/daisydog-2014.05.30.ebuild sys-apps/daisydog/files/daisydog.init.d X-VCS-Directories: sys-apps/daisydog/ sys-apps/daisydog/files/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 35ce08345ef9ed9aaec85d563f7cf2484d5ca924 X-VCS-Branch: master Date: Mon, 24 Feb 2025 10:56:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca4fde50-6f01-4a18-84fd-0987d1b1156a X-Archives-Hash: 6494360d9ca618feb2715b5147a74f08 commit: 35ce08345ef9ed9aaec85d563f7cf2484d5ca924 Author: Petr Vaněk gentoo org> AuthorDate: Mon Feb 24 10:15:39 2025 +0000 Commit: Petr Vaněk gentoo 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 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 -}