public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2021-12-03 16:42 Mike Gilbert
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert @ 2021-12-03 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a54ca6980a3ccf213ec870f617282aa346ccb694
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 16:41:11 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 16:42:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54ca698

sys-apps/daisydog: change maintainer to vapier

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/daisydog/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/daisydog/metadata.xml b/sys-apps/daisydog/metadata.xml
index 3f6127b56e7f..8041df927597 100644
--- a/sys-apps/daisydog/metadata.xml
+++ b/sys-apps/daisydog/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>base-system@gentoo.org</email>
+<maintainer type="person">
+	<email>vapier@gentoo.org</email>
 </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2022-01-29  3:56 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-01-29  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c0f242e1140f6c1a9948125f14f03dfa687bae28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 02:00:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 03:56:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f242e1

sys-apps/daisydog: update EAPI 5 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30.ebuild b/sys-apps/daisydog/daisydog-2014.05.30.ebuild
index 83d0bc40f97a..d7306bc6b63c 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit toolchain-funcs flag-o-matic
 
@@ -12,14 +12,13 @@ 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 ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="static"
 
-S=${WORKDIR}
-
 src_configure() {
 	tc-export CC
 	use static && append-ldflags -static


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2024-11-23 10:32 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-23 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ae6e3c7ed274d6fc690b4d24a4f56a035b1b8355
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 10:31:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 10:31:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6e3c7e

sys-apps/daisydog: Stabilize 2014.05.30-r1 sparc, #944681

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
index 59c9bc269f4c..dd7d2c9f3b8c 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="static"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2024-11-23 10:32 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-23 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7483ae947ce08c2354252cf1b695719848dd0ddb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 10:31:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 10:31:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7483ae94

sys-apps/daisydog: Stabilize 2014.05.30-r1 arm64, #944681

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
index cad1a63f3f1d..59c9bc269f4c 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -16,7 +16,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="static"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2024-11-23 16:44 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-11-23 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9b714639e9176fcdfb6a1e19e3a931354bd904
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 16:44:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 16:44:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9b7146

sys-apps/daisydog: Stabilize 2014.05.30-r1 amd64, #944681

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
index 73cc5e08b4d8..6d7af3c2fcbe 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc ~x86"
 IUSE="static"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2024-11-23 16:55 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-11-23 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     340ca9e1649204d8765fc9d8c619cacaa9514e6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 16:55:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 16:55:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340ca9e1

sys-apps/daisydog: Stabilize 2014.05.30-r1 x86, #944681

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
index 6d7af3c2fcbe..d7e5e76e8107 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="static"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/
@ 2025-02-24 10:56 Petr Vaněk
  0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2025-02-24 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7391541f7a9c053d57a18d05962cf36ac5e937a3
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 10:53:54 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 10:54:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7391541f

sys-apps/daisydog: add 2024.07.12

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

 sys-apps/daisydog/Manifest                   |  1 +
 sys-apps/daisydog/daisydog-2024.07.12.ebuild | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/daisydog/Manifest b/sys-apps/daisydog/Manifest
index ab25bf829479..2cb929329b2a 100644
--- a/sys-apps/daisydog/Manifest
+++ b/sys-apps/daisydog/Manifest
@@ -1 +1,2 @@
 DIST daisydog-3182aa85c087446e4358370549adc45db21ec124.tar.gz 10395 BLAKE2B e172c8cf9172e69b3c88586a6a96ec69573500101bfef981f2c2090aaf9def8f9cbafa991ef68c1e03c1c7d607f0534f92bad0b06d944f85859223b3f62ff926 SHA512 0a7312a3d9459487da8d20a80568187f51d4ae786939afbf38b8b89747831b2f7e0e32a3414b5d60863e33bcdebad9e457ff9a8f75143a7b60bf68fc9de17cd5
+DIST daisydog-c24ad8bc3682292d289537dfaa19bf549abfcc15.tar.gz 11417 BLAKE2B 17ea1045125812f8373ef492a539dacf2d0d1774251f86fbd87b85d01009ecdd8f04aba60b1fa70f1f45da4cc9b402dbda0760e89121baa62b44cb05408cc2a3 SHA512 01638d45f27dfb490f5a8535b9c39df41179c671754126c48ff41bb19f7c773c002e95e898e6564535c22421518506e70e24af06c11b75cca1648ecac5702790

diff --git a/sys-apps/daisydog/daisydog-2024.07.12.ebuild b/sys-apps/daisydog/daisydog-2024.07.12.ebuild
new file mode 100644
index 000000000000..1c9ce7d845e7
--- /dev/null
+++ b/sys-apps/daisydog/daisydog-2024.07.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+GIT_SHA1="c24ad8bc3682292d289537dfaa19bf549abfcc15"
+MY_P="${PN}-${GIT_SHA1}"
+
+DESCRIPTION="A very simple /dev/watchdog daemon"
+HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/daisydog/+/master"
+SRC_URI="
+	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() {
+	einstalldocs
+
+	dobin daisydog
+
+	newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+	newinitd "${FILESDIR}"/${PN}.init.d-r1 ${PN}
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-24 10:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29  3:56 [gentoo-commits] repo/gentoo:master commit in: sys-apps/daisydog/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 10:56 Petr Vaněk
2024-11-23 16:55 Michał Górny
2024-11-23 16:44 Michał Górny
2024-11-23 10:32 Sam James
2024-11-23 10:32 Sam James
2021-12-03 16:42 Mike Gilbert

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