Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix: zabbix-2.0.8.ebuild zabbix-2.0.9_rc1-r2.ebuild zabbix-2.0.9_rc1-r3.ebuild ChangeLog
Date: Sat, 05 Oct 2013 03:09:49
Message-Id: 20131005030944.D002B20035@flycatcher.gentoo.org
1 zerochaos 13/10/05 03:09:44
2
3 Modified: zabbix-2.0.8.ebuild zabbix-2.0.9_rc1-r2.ebuild
4 zabbix-2.0.9_rc1-r3.ebuild ChangeLog
5 Log:
6 trivial fix for bug #433708 to remove unneeded Makefiles
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
9
10 Revision Changes Path
11 1.4 net-analyzer/zabbix/zabbix-2.0.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild?r1=1.3&r2=1.4
16
17 Index: zabbix-2.0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- zabbix-2.0.8.ebuild 22 Sep 2013 06:49:34 -0000 1.3
24 +++ zabbix-2.0.8.ebuild 5 Oct 2013 03:09:44 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild,v 1.3 2013/09/22 06:49:34 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.8.ebuild,v 1.4 2013/10/05 03:09:44 zerochaos Exp $
30
31 EAPI="5"
32
33 @@ -287,6 +287,8 @@
34 doins -r \
35 database \
36 upgrades
37 + #remove unneeded files left over from wholesale copy (bug #433708)
38 + rm "${ED}"/usr/share/zabbix/{database,upgrades}/Makefile{,.in,.am}
39 fowners zabbix:zabbix \
40 /etc/zabbix/zabbix_server.conf \
41 /etc/zabbix/zabbix_trapper.conf
42
43
44
45 1.2 net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild?r1=1.1&r2=1.2
50
51 Index: zabbix-2.0.9_rc1-r2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- zabbix-2.0.9_rc1-r2.ebuild 3 Oct 2013 08:15:06 -0000 1.1
58 +++ zabbix-2.0.9_rc1-r2.ebuild 5 Oct 2013 03:09:44 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild,v 1.1 2013/10/03 08:15:06 mattm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r2.ebuild,v 1.2 2013/10/05 03:09:44 zerochaos Exp $
64
65 EAPI="5"
66
67 @@ -285,6 +285,9 @@
68 doins -r \
69 database \
70 upgrades
71 + #remove unneeded files left over from wholesale copy (bug #433708)
72 + rm "${ED}"/usr/share/zabbix/{database,upgrades}/Makefile{,.in,.am}
73 +
74 fowners zabbix:zabbix \
75 /etc/zabbix/zabbix_server.conf \
76 /etc/zabbix/zabbix_trapper.conf
77
78
79
80 1.2 net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild?r1=1.1&r2=1.2
85
86 Index: zabbix-2.0.9_rc1-r3.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- zabbix-2.0.9_rc1-r3.ebuild 4 Oct 2013 19:14:10 -0000 1.1
93 +++ zabbix-2.0.9_rc1-r3.ebuild 5 Oct 2013 03:09:44 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild,v 1.1 2013/10/04 19:14:10 mattm Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.9_rc1-r3.ebuild,v 1.2 2013/10/05 03:09:44 zerochaos Exp $
99
100 EAPI="5"
101
102 @@ -285,6 +285,8 @@
103 doins -r \
104 database \
105 upgrades
106 + #remove unneeded files left over from wholesale copy (bug #433708)
107 + rm "${ED}"/usr/share/zabbix/{database,upgrades}/Makefile{,.in,.am}
108 fowners zabbix:zabbix \
109 /etc/zabbix/zabbix_server.conf \
110 /etc/zabbix/zabbix_trapper.conf
111
112
113
114 1.136 net-analyzer/zabbix/ChangeLog
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.136&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.136&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?r1=1.135&r2=1.136
119
120 Index: ChangeLog
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v
123 retrieving revision 1.135
124 retrieving revision 1.136
125 diff -u -r1.135 -r1.136
126 --- ChangeLog 4 Oct 2013 19:14:10 -0000 1.135
127 +++ ChangeLog 5 Oct 2013 03:09:44 -0000 1.136
128 @@ -1,6 +1,10 @@
129 # ChangeLog for net-analyzer/zabbix
130 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
131 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.135 2013/10/04 19:14:10 mattm Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.136 2013/10/05 03:09:44 zerochaos Exp $
133 +
134 + 05 Oct 2013; Rick Farina <zerochaos@g.o> zabbix-2.0.8.ebuild,
135 + zabbix-2.0.9_rc1-r2.ebuild, zabbix-2.0.9_rc1-r3.ebuild:
136 + trivial fix for bug #433708 to remove unneeded Makefiles
137
138 *zabbix-2.0.9_rc1-r3 (04 Oct 2013)