Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.9.5-r1.ebuild ChangeLog sssd-1.8.6.ebuild sssd-1.9.4-r3.ebuild sssd-1.8.6-r1.ebuild
Date: Sun, 27 Oct 2013 11:59:06
Message-Id: 20131027115858.1D32F20047@flycatcher.gentoo.org
1 maksbotan 13/10/27 11:58:58
2
3 Modified: sssd-1.9.5-r1.ebuild ChangeLog sssd-1.8.6.ebuild
4 sssd-1.9.4-r3.ebuild sssd-1.8.6-r1.ebuild
5 Log:
6 Commit mgorny's patch for 'prune_libtool_files', bug 489536
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.3 sys-auth/sssd/sssd-1.9.5-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: sssd-1.9.5-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- sssd-1.9.5-r1.ebuild 3 Jul 2013 20:28:47 -0000 1.2
24 +++ sssd-1.9.5-r1.ebuild 27 Oct 2013 11:58:57 -0000 1.3
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/sys-auth/sssd/sssd-1.9.5-r1.ebuild,v 1.2 2013/07/03 20:28:47 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild,v 1.3 2013/10/27 11:58:57 maksbotan Exp $
30
31 EAPI=4
32
33 @@ -8,6 +8,7 @@
34
35 AUTOTOOLS_IN_SOURCE_BUILD=1
36 AUTOTOOLS_AUTORECONF=1
37 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
38
39 inherit python multilib pam linux-info autotools-utils
40
41 @@ -109,7 +110,6 @@
42
43 src_install(){
44 autotools-utils_src_install
45 - prune_libtool_files --all
46
47 insinto /etc/sssd
48 insopts -m600
49
50
51
52 1.45 sys-auth/sssd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.45&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.45&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.44&r2=1.45
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
61 retrieving revision 1.44
62 retrieving revision 1.45
63 diff -u -r1.44 -r1.45
64 --- ChangeLog 3 Jul 2013 20:28:47 -0000 1.44
65 +++ ChangeLog 27 Oct 2013 11:58:57 -0000 1.45
66 @@ -1,6 +1,11 @@
67 # ChangeLog for sys-auth/sssd
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.44 2013/07/03 20:28:47 hwoarang Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.45 2013/10/27 11:58:57 maksbotan Exp $
71 +
72 + 27 Oct 2013; Michał Górny <mgorny@g.o> sssd-1.8.6-r1.ebuild,
73 + sssd-1.8.6.ebuild, sssd-1.9.4-r3.ebuild, sssd-1.9.5-r1.ebuild:
74 + Replace calls to deprecated remove_libtool_files (and prune_libtool_files)
75 + with AUTOTOOLS_PRUNE_LIBTOOL_FILES var.
76
77 03 Jul 2013; Markos Chandras <hwoarang@g.o> metadata.xml,
78 sssd-1.9.5-r1.ebuild:
79
80
81
82 1.5 sys-auth/sssd/sssd-1.8.6.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild?rev=1.5&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild?rev=1.5&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild?r1=1.4&r2=1.5
87
88 Index: sssd-1.8.6.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild,v
91 retrieving revision 1.4
92 retrieving revision 1.5
93 diff -u -r1.4 -r1.5
94 --- sssd-1.8.6.ebuild 3 Jul 2013 20:26:57 -0000 1.4
95 +++ sssd-1.8.6.ebuild 27 Oct 2013 11:58:57 -0000 1.5
96 @@ -1,9 +1,10 @@
97 # Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild,v 1.4 2013/07/03 20:26:57 hwoarang Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild,v 1.5 2013/10/27 11:58:57 maksbotan Exp $
101
102 EAPI=4
103
104 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
105 PYTHON_DEPEND="python? 2:2.6"
106
107 inherit python multilib pam linux-info autotools-utils
108 @@ -89,7 +90,6 @@
109
110 src_install(){
111 autotools-utils_src_install
112 - remove_libtool_files all
113
114 insinto /etc/sssd
115 insopts -m600
116
117
118
119 1.2 sys-auth/sssd/sssd-1.9.4-r3.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild?rev=1.2&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild?rev=1.2&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild?r1=1.1&r2=1.2
124
125 Index: sssd-1.9.4-r3.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild,v
128 retrieving revision 1.1
129 retrieving revision 1.2
130 diff -u -r1.1 -r1.2
131 --- sssd-1.9.4-r3.ebuild 3 Jul 2013 20:26:57 -0000 1.1
132 +++ sssd-1.9.4-r3.ebuild 27 Oct 2013 11:58:57 -0000 1.2
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2013 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild,v 1.1 2013/07/03 20:26:57 hwoarang Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild,v 1.2 2013/10/27 11:58:57 maksbotan Exp $
138
139 EAPI=4
140
141 @@ -8,6 +8,7 @@
142
143 AUTOTOOLS_IN_SOURCE_BUILD=1
144 AUTOTOOLS_AUTORECONF=1
145 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
146
147 inherit python multilib pam linux-info autotools-utils
148
149 @@ -106,7 +107,6 @@
150
151 src_install(){
152 autotools-utils_src_install
153 - prune_libtool_files --all
154
155 insinto /etc/sssd
156 insopts -m600
157
158
159
160 1.3 sys-auth/sssd/sssd-1.8.6-r1.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild?rev=1.3&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild?rev=1.3&content-type=text/plain
164 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild?r1=1.2&r2=1.3
165
166 Index: sssd-1.8.6-r1.ebuild
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v
169 retrieving revision 1.2
170 retrieving revision 1.3
171 diff -u -r1.2 -r1.3
172 --- sssd-1.8.6-r1.ebuild 3 Jul 2013 20:26:57 -0000 1.2
173 +++ sssd-1.8.6-r1.ebuild 27 Oct 2013 11:58:57 -0000 1.3
174 @@ -1,9 +1,10 @@
175 # Copyright 1999-2013 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.2 2013/07/03 20:26:57 hwoarang Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.3 2013/10/27 11:58:57 maksbotan Exp $
179
180 EAPI=4
181
182 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
183 PYTHON_DEPEND="python? 2:2.6"
184
185 inherit python multilib pam linux-info autotools-utils
186 @@ -91,7 +92,6 @@
187
188 src_install(){
189 autotools-utils_src_install
190 - remove_libtool_files all
191
192 insinto /etc/sssd
193 insopts -m600