public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog
@ 2013-07-06  6:30 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-07-06  6:30 UTC (permalink / raw
  To: gentoo-commits

pacho       13/07/06 06:30:18

  Modified:             ChangeLog
  Added:                watchdog-5.13-r1.ebuild
  Log:
  Install unit file (#475870, thanks to Doug and base-system herd for allowing it).
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.35                 sys-apps/watchdog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	8 Feb 2013 08:18:45 -0000	1.34
+++ ChangeLog	6 Jul 2013 06:30:17 -0000	1.35
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/watchdog
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.34 2013/02/08 08:18:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.35 2013/07/06 06:30:17 pacho Exp $
+
+*watchdog-5.13-r1 (06 Jul 2013)
+
+  06 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/watchdog.service,
+  +watchdog-5.13-r1.ebuild:
+  Install unit file (#475870, thanks to Doug and base-system herd for allowing
+  it).
 
 *watchdog-5.13 (08 Feb 2013)
 



1.1                  sys-apps/watchdog/watchdog-5.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: watchdog-5.13-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.1 2013/07/06 06:30:17 pacho Exp $

EAPI="4"

inherit toolchain-funcs flag-o-matic systemd

DESCRIPTION="A software watchdog and /dev/watchdog daemon"
HOMEPAGE="http://sourceforge.net/projects/watchdog/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="nfs"

DEPEND="nfs? ( net-libs/libtirpc )"
RDEPEND="${DEPEND}"

src_configure() {
	if use nfs ; then
		tc-export PKG_CONFIG
		append-cppflags $(${PKG_CONFIG} libtirpc --cflags)
		export LIBS+=" $(${PKG_CONFIG} libtirpc --libs)"
	fi
	econf $(use_enable nfs)
}

src_install() {
	default
	docinto examples
	dodoc examples/*

	newconfd "${FILESDIR}"/${PN}-conf.d ${PN}
	newinitd "${FILESDIR}"/${PN}-init.d ${PN}
	systemd_dounit "${FILESDIR}"/watchdog.service
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog
@ 2013-09-21 13:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-21 13:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/21 13:31:40

  Modified:             watchdog-5.13-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #480106
  
  (Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-apps/watchdog/watchdog-5.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?r1=1.2&r2=1.3

Index: watchdog-5.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- watchdog-5.13-r1.ebuild	19 Sep 2013 20:07:35 -0000	1.2
+++ watchdog-5.13-r1.ebuild	21 Sep 2013 13:31:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.2 2013/09/19 20:07:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.3 2013/09/21 13:31:39 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
 IUSE="nfs"
 
 DEPEND="nfs? ( net-libs/libtirpc )"



1.37                 sys-apps/watchdog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	19 Sep 2013 20:07:35 -0000	1.36
+++ ChangeLog	21 Sep 2013 13:31:40 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/watchdog
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.36 2013/09/19 20:07:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.37 2013/09/21 13:31:40 ago Exp $
+
+  21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
+  Stable for amd64, wrt bug #480106
 
   19 Sep 2013; Markus Meier <maekke@gentoo.org> watchdog-5.13-r1.ebuild:
   arm stable, bug #480106





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog
@ 2013-09-22  6:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-22  6:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/22 06:50:27

  Modified:             watchdog-5.13-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #480106
  
  (Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  sys-apps/watchdog/watchdog-5.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?r1=1.3&r2=1.4

Index: watchdog-5.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- watchdog-5.13-r1.ebuild	21 Sep 2013 13:31:39 -0000	1.3
+++ watchdog-5.13-r1.ebuild	22 Sep 2013 06:50:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.3 2013/09/21 13:31:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.4 2013/09/22 06:50:27 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc x86"
 IUSE="nfs"
 
 DEPEND="nfs? ( net-libs/libtirpc )"



1.38                 sys-apps/watchdog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	21 Sep 2013 13:31:40 -0000	1.37
+++ ChangeLog	22 Sep 2013 06:50:27 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/watchdog
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.37 2013/09/21 13:31:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.38 2013/09/22 06:50:27 ago Exp $
+
+  22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
+  Stable for x86, wrt bug #480106
 
   21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
   Stable for amd64, wrt bug #480106





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog
@ 2013-09-25 17:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-25 17:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/25 17:29:22

  Modified:             watchdog-5.13-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #480106
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-apps/watchdog/watchdog-5.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?r1=1.4&r2=1.5

Index: watchdog-5.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- watchdog-5.13-r1.ebuild	22 Sep 2013 06:50:27 -0000	1.4
+++ watchdog-5.13-r1.ebuild	25 Sep 2013 17:29:22 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.4 2013/09/22 06:50:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.5 2013/09/25 17:29:22 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm ~m68k ~mips ppc ~s390 ~sh ~sparc x86"
 IUSE="nfs"
 
 DEPEND="nfs? ( net-libs/libtirpc )"



1.39                 sys-apps/watchdog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	22 Sep 2013 06:50:27 -0000	1.38
+++ ChangeLog	25 Sep 2013 17:29:22 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/watchdog
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.38 2013/09/22 06:50:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.39 2013/09/25 17:29:22 ago Exp $
+
+  25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
+  Stable for ppc, wrt bug #480106
 
   22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
   Stable for x86, wrt bug #480106





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog
@ 2014-01-17  6:16 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-17  6:16 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/17 06:16:41

  Modified:             watchdog-5.13-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.6                  sys-apps/watchdog/watchdog-5.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild?r1=1.5&r2=1.6

Index: watchdog-5.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- watchdog-5.13-r1.ebuild	25 Sep 2013 17:29:22 -0000	1.5
+++ watchdog-5.13-r1.ebuild	17 Jan 2014 06:16:41 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.5 2013/09/25 17:29:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.6 2014/01/17 06:16:41 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~m68k ~mips ppc ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm m68k ~mips ppc s390 sh ~sparc x86"
 IUSE="nfs"
 
 DEPEND="nfs? ( net-libs/libtirpc )"



1.40                 sys-apps/watchdog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/watchdog/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Sep 2013 17:29:22 -0000	1.39
+++ ChangeLog	17 Jan 2014 06:16:41 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/watchdog
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.39 2013/09/25 17:29:22 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.40 2014/01/17 06:16:41 vapier Exp $
+
+  17 Jan 2014; Mike Frysinger <vapier@gentoo.org> watchdog-5.13-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> watchdog-5.13-r1.ebuild:
   Stable for ppc, wrt bug #480106





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

end of thread, other threads:[~2014-01-17  6:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-06  6:30 [gentoo-commits] gentoo-x86 commit in sys-apps/watchdog: watchdog-5.13-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-21 13:31 Agostino Sarubbo (ago)
2013-09-22  6:50 Agostino Sarubbo (ago)
2013-09-25 17:29 Agostino Sarubbo (ago)
2014-01-17  6:16 Mike Frysinger (vapier)

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