Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: ChangeLog rrdtool-1.4.9.ebuild rrdtool-1.4.8-r3.ebuild rrdtool-1.4.8-r1.ebuild
Date: Fri, 28 Nov 2014 21:28:30
Message-Id: 20141128212824.CBC23B1C8@oystercatcher.gentoo.org
1 jer 14/11/28 21:28:24
2
3 Modified: ChangeLog rrdtool-1.4.9.ebuild
4 rrdtool-1.4.8-r3.ebuild rrdtool-1.4.8-r1.ebuild
5 Log:
6 Move distutils-r1_src_install to the end of src_install() since it apparently fails to return to OLDPWD.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.282 net-analyzer/rrdtool/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.282&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.282&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?r1=1.281&r2=1.282
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
20 retrieving revision 1.281
21 retrieving revision 1.282
22 diff -u -r1.281 -r1.282
23 --- ChangeLog 21 Oct 2014 09:20:58 -0000 1.281
24 +++ ChangeLog 28 Nov 2014 21:28:24 -0000 1.282
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/rrdtool
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.281 2014/10/21 09:20:58 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.282 2014/11/28 21:28:24 jer Exp $
30 +
31 + 28 Nov 2014; Jeroen Roovers <jer@g.o> rrdtool-1.4.8-r1.ebuild,
32 + rrdtool-1.4.8-r3.ebuild, rrdtool-1.4.9.ebuild:
33 + Move distutils-r1_src_install to the end of src_install() since it apparently
34 + fails to return to OLDPWD.
35
36 21 Oct 2014; Andreas K. Huettel <dilfridge@g.o>
37 rrdtool-1.4.8-r1.ebuild, rrdtool-1.4.8-r3.ebuild, rrdtool-1.4.9.ebuild:
38
39
40
41 1.4 net-analyzer/rrdtool/rrdtool-1.4.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild?r1=1.3&r2=1.4
46
47 Index: rrdtool-1.4.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- rrdtool-1.4.9.ebuild 21 Oct 2014 09:20:58 -0000 1.3
54 +++ rrdtool-1.4.9.ebuild 28 Nov 2014 21:28:24 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v 1.3 2014/10/21 09:20:58 dilfridge Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v 1.4 2014/11/28 21:28:24 jer Exp $
60
61 EAPI="5"
62
63 @@ -138,8 +138,6 @@
64 perl_delete_packlist
65 fi
66
67 - use python && distutils-r1_src_install
68 -
69 dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
70
71 find "${ED}"usr -name '*.la' -exec rm -f {} +
72 @@ -149,6 +147,8 @@
73
74 newconfd "${FILESDIR}"/rrdcached.confd rrdcached
75 newinitd "${FILESDIR}"/rrdcached.init rrdcached
76 +
77 + use python && distutils-r1_src_install
78 }
79
80 pkg_postinst() {
81
82
83
84 1.5 net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild?rev=1.5&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild?rev=1.5&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild?r1=1.4&r2=1.5
89
90 Index: rrdtool-1.4.8-r3.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild,v
93 retrieving revision 1.4
94 retrieving revision 1.5
95 diff -u -r1.4 -r1.5
96 --- rrdtool-1.4.8-r3.ebuild 21 Oct 2014 09:20:58 -0000 1.4
97 +++ rrdtool-1.4.8-r3.ebuild 28 Nov 2014 21:28:24 -0000 1.5
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild,v 1.4 2014/10/21 09:20:58 dilfridge Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r3.ebuild,v 1.5 2014/11/28 21:28:24 jer Exp $
103
104 EAPI="5"
105
106 @@ -135,8 +135,6 @@
107 perl_delete_packlist
108 fi
109
110 - use python && distutils-r1_src_install
111 -
112 dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
113
114 find "${ED}"usr -name '*.la' -exec rm -f {} +
115 @@ -146,6 +144,8 @@
116
117 newconfd "${FILESDIR}"/rrdcached.confd rrdcached
118 newinitd "${FILESDIR}"/rrdcached.init rrdcached
119 +
120 + use python && distutils-r1_src_install
121 }
122
123 pkg_postinst() {
124
125
126
127 1.14 net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild?rev=1.14&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild?rev=1.14&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild?r1=1.13&r2=1.14
132
133 Index: rrdtool-1.4.8-r1.ebuild
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild,v
136 retrieving revision 1.13
137 retrieving revision 1.14
138 diff -u -r1.13 -r1.14
139 --- rrdtool-1.4.8-r1.ebuild 21 Oct 2014 09:20:58 -0000 1.13
140 +++ rrdtool-1.4.8-r1.ebuild 28 Nov 2014 21:28:24 -0000 1.14
141 @@ -1,6 +1,6 @@
142 # Copyright 1999-2014 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild,v 1.13 2014/10/21 09:20:58 dilfridge Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild,v 1.14 2014/11/28 21:28:24 jer Exp $
146
147 EAPI="5"
148
149 @@ -133,8 +133,6 @@
150 perl_delete_packlist
151 fi
152
153 - use python && distutils-r1_src_install
154 -
155 dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO
156
157 find "${ED}"usr -name '*.la' -exec rm -f {} +
158 @@ -144,6 +142,8 @@
159
160 newconfd "${FILESDIR}"/rrdcached.confd rrdcached
161 newinitd "${FILESDIR}"/rrdcached.init rrdcached
162 +
163 + use python && distutils-r1_src_install
164 }
165
166 pkg_postinst() {