public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Nagios-Plugin: ChangeLog Nagios-Plugin-0.350.0.ebuild
@ 2011-08-29 17:33 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-08-29 17:33 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/29 17:33:15

  Modified:             ChangeLog
  Added:                Nagios-Plugin-0.350.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-perl/Nagios-Plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Jul 2011 17:41:29 -0000	1.7
+++ ChangeLog	29 Aug 2011 17:33:15 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Nagios-Plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.7 2011/07/29 17:41:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.8 2011/08/29 17:33:15 tove Exp $
+
+*Nagios-Plugin-0.350.0 (29 Aug 2011)
+
+  29 Aug 2011; Torsten Veller <tove@gentoo.org> +Nagios-Plugin-0.350.0.ebuild:
+  Change version scheme
 
   29 Jul 2011; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.33.ebuild,
   -Nagios-Plugin-0.34.ebuild:



1.1                  dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild?rev=1.1&content-type=text/plain

Index: Nagios-Plugin-0.350.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild,v 1.1 2011/08/29 17:33:15 tove Exp $

EAPI=4

MODULE_AUTHOR=TONVOON
MODULE_VERSION=0.35
inherit perl-module

DESCRIPTION="A family of perl modules to streamline writing Nagios plugins"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-perl/Class-Accessor
	dev-perl/Config-Tiny
	dev-perl/Params-Validate
	dev-perl/Math-Calc-Units"
RDEPEND="${DEPEND}"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Nagios-Plugin: ChangeLog Nagios-Plugin-0.350.0.ebuild
@ 2011-11-30 16:02 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-30 16:02 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/30 16:02:08

  Modified:             ChangeLog Nagios-Plugin-0.350.0.ebuild
  Log:
  Marked ~hppa (Dakon).
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-perl/Nagios-Plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Sep 2011 11:21:05 -0000	1.9
+++ ChangeLog	30 Nov 2011 16:02:08 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Nagios-Plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.9 2011/09/04 11:21:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.10 2011/11/30 16:02:08 jer Exp $
+
+  30 Nov 2011; Jeroen Roovers <jer@gentoo.org> Nagios-Plugin-0.350.0.ebuild:
+  Marked ~hppa (Dakon).
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.350.ebuild:
   Cleanup



1.2                  dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild?r1=1.1&r2=1.2

Index: Nagios-Plugin-0.350.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Nagios-Plugin-0.350.0.ebuild	29 Aug 2011 17:33:15 -0000	1.1
+++ Nagios-Plugin-0.350.0.ebuild	30 Nov 2011 16:02:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild,v 1.1 2011/08/29 17:33:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild,v 1.2 2011/11/30 16:02:08 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A family of perl modules to streamline writing Nagios plugins"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="dev-perl/Class-Accessor






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Nagios-Plugin: ChangeLog Nagios-Plugin-0.350.0.ebuild
@ 2012-04-21 19:00 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2012-04-21 19:00 UTC (permalink / raw
  To: gentoo-commits

tove        12/04/21 19:00:59

  Modified:             ChangeLog
  Removed:              Nagios-Plugin-0.350.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-perl/Nagios-Plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Feb 2012 10:31:15 -0000	1.12
+++ ChangeLog	21 Apr 2012 19:00:59 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Nagios-Plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.12 2012/02/09 10:31:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.13 2012/04/21 19:00:59 tove Exp $
+
+  21 Apr 2012; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.350.0.ebuild:
+  Cleanup
 
   09 Feb 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #85926






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

end of thread, other threads:[~2012-04-21 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 19:00 [gentoo-commits] gentoo-x86 commit in dev-perl/Nagios-Plugin: ChangeLog Nagios-Plugin-0.350.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-30 16:02 Jeroen Roovers (jer)
2011-08-29 17:33 Torsten Veller (tove)

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