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/ndoutils: ndoutils-1.4_beta7.ebuild ndoutils-1.4_beta7-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2008 10:07:30
Message-Id: E1KCtoa-0005Oj-Ko@stork.gentoo.org
1 tove 08/06/29 10:07:24
2
3 Modified: ndoutils-1.4_beta7.ebuild
4 ndoutils-1.4_beta7-r1.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.3 net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild?r1=1.2&r2=1.3
15
16 Index: ndoutils-1.4_beta7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ndoutils-1.4_beta7.ebuild 8 Jun 2008 18:37:50 -0000 1.2
23 +++ ndoutils-1.4_beta7.ebuild 29 Jun 2008 10:07:24 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v 1.2 2008/06/08 18:37:50 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v 1.3 2008/06/29 10:07:24 tove Exp $
29
30 inherit eutils
31
32 @@ -44,7 +44,7 @@
33 cp -R "${S}"/db "${D}"/usr/nagios/share
34
35 chown -R root:nagios "${D}"/usr/nagios || die "Failed chown of "${D}"/usr/nagios"
36 - chmod 750 "${D}"/usr/nagios/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || "Failed chmod"
37 + chmod 750 "${D}"/usr/nagios/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod"
38
39 dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf"
40
41
42
43
44 1.2 net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild?r1=1.1&r2=1.2
49
50 Index: ndoutils-1.4_beta7-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ndoutils-1.4_beta7-r1.ebuild 8 Jun 2008 18:37:50 -0000 1.1
57 +++ ndoutils-1.4_beta7-r1.ebuild 29 Jun 2008 10:07:24 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.1 2008/06/08 18:37:50 dertobi123 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.2 2008/06/29 10:07:24 tove Exp $
63
64 inherit eutils
65
66 @@ -45,7 +45,7 @@
67 cp -R "${S}"/db "${D}"/usr/share/nagios
68
69 chown -R root:nagios "${D}"/usr/bin || die "Failed chown of "${D}"/usr/nagios"
70 - chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || "Failed chmod"
71 + chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod"
72
73 dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf"
74
75
76
77
78 1.6 net-analyzer/ndoutils/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ChangeLog?rev=1.6&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ChangeLog?rev=1.6&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ndoutils/ChangeLog?r1=1.5&r2=1.6
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v
87 retrieving revision 1.5
88 retrieving revision 1.6
89 diff -u -r1.5 -r1.6
90 --- ChangeLog 8 Jun 2008 18:37:50 -0000 1.5
91 +++ ChangeLog 29 Jun 2008 10:07:24 -0000 1.6
92 @@ -1,6 +1,10 @@
93 # ChangeLog for net-analyzer/ndoutils
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.5 2008/06/08 18:37:50 dertobi123 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.6 2008/06/29 10:07:24 tove Exp $
97 +
98 + 29 Jun 2008; Torsten Veller <tove@g.o> ndoutils-1.4_beta7.ebuild,
99 + ndoutils-1.4_beta7-r1.ebuild:
100 + Add missing die: || "..." -> || die "..."
101
102 *ndoutils-1.4_beta7-r1 (08 Jun 2008)
103
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list