Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins-snmp: nagios-plugins-snmp-0.5.5.ebuild nagios-plugins-snmp-0.6.0.ebuild ChangeLog
Date: Sun, 29 Jun 2008 11:21:41
Message-Id: E1KCux3-00070G-PE@stork.gentoo.org
1 tove 08/06/29 11:20:13
2
3 Modified: nagios-plugins-snmp-0.5.5.ebuild
4 nagios-plugins-snmp-0.6.0.ebuild ChangeLog
5 Log:
6 Add missing die: || "..." -> || die "..."
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.4 net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild?r1=1.3&r2=1.4
15
16 Index: nagios-plugins-snmp-0.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- nagios-plugins-snmp-0.5.5.ebuild 30 Jun 2007 16:37:45 -0000 1.3
23 +++ nagios-plugins-snmp-0.5.5.ebuild 29 Jun 2008 11:20:13 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.3 2007/06/30 16:37:45 dertobi123 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.4 2008/06/29 11:20:13 tove Exp $
30
31 inherit eutils
32
33 @@ -35,7 +35,7 @@
34 emake DESTDIR="${D}" install || die "make install failed"
35
36 chown -R root:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec"
37 - chmod -R o-rwx ${D}/usr/nagios/libexec || "Failed Chmod of ${D}usr/nagios/libexec"
38 + chmod -R o-rwx ${D}/usr/nagios/libexec || die "Failed Chmod of ${D}usr/nagios/libexec"
39
40 dodoc README NEWS AUTHORS
41
42
43
44
45 1.2 net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild?r1=1.1&r2=1.2
50
51 Index: nagios-plugins-snmp-0.6.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- nagios-plugins-snmp-0.6.0.ebuild 28 Jun 2008 09:48:18 -0000 1.1
58 +++ nagios-plugins-snmp-0.6.0.ebuild 29 Jun 2008 11:20:13 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild,v 1.1 2008/06/28 09:48:18 dertobi123 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild,v 1.2 2008/06/29 11:20:13 tove Exp $
64
65 inherit eutils autotools
66
67 @@ -42,7 +42,7 @@
68 emake DESTDIR="${D}" install || die "make install failed"
69
70 chown -R root:nagios "${D}"/usr/$(get_libdir)/nagios/plugins || die "Failed Chown of ${D}usr/$(get_libdir)/nagios/plugins"
71 - chmod -R o-rwx "${D}"/usr/$(get_libdir)/nagios/plugins || "Failed Chmod of ${D}usr/$(get_libdir)/nagios/plugins"
72 + chmod -R o-rwx "${D}"/usr/$(get_libdir)/nagios/plugins || die "Failed Chmod of ${D}usr/$(get_libdir)/nagios/plugins"
73
74 dodoc README NEWS AUTHORS
75 }
76
77
78
79 1.5 net-analyzer/nagios-plugins-snmp/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog?rev=1.5&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog?rev=1.5&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog?r1=1.4&r2=1.5
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v
88 retrieving revision 1.4
89 retrieving revision 1.5
90 diff -u -r1.4 -r1.5
91 --- ChangeLog 28 Jun 2008 09:48:18 -0000 1.4
92 +++ ChangeLog 29 Jun 2008 11:20:13 -0000 1.5
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-analyzer/nagios-plugins-snmp
95 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.4 2008/06/28 09:48:18 dertobi123 Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.5 2008/06/29 11:20:13 tove Exp $
98 +
99 + 29 Jun 2008; Torsten Veller <tove@g.o>
100 + nagios-plugins-snmp-0.5.5.ebuild, nagios-plugins-snmp-0.6.0.ebuild:
101 + Add missing die: || "..." -> || die "..."
102
103 *nagios-plugins-snmp-0.6.0 (28 Jun 2008)
104
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list