1 |
# ChangeLog for eclass directory |
2 |
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.518 2012/11/24 21:07:14 mgorny Exp $ |
4 |
|
5 |
25 Nov 2012; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
6 |
Really install only libs, not everything included in .so* (#442910 by SpanKY, |
7 |
Samuli Suominen and Jim Faulkner). |
8 |
|
9 |
24 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
10 |
python.eclass, python-r1.eclass, python-single-r1.eclass, |
11 |
python-utils-r1.eclass: |
12 |
Fix EAPI checks, add double- and colliding include guards. |
13 |
|
14 |
24 Nov 2012; Michał Górny <mgorny@gentoo.org> +python-single-r1.eclass: |
15 |
Introduce python-single-r1 to handle Python packages not supporting multiple |
16 |
implementations. |
17 |
|
18 |
24 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
19 |
+python-utils-r1.eclass: |
20 |
Move common Python functions to python-utils-r1. |
21 |
|
22 |
24 Nov 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
23 |
Handle documentation as 'default' for eapi5 and newer (as discussed via |
24 |
mail), bug #373131 |
25 |
|
26 |
21 Nov 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
27 |
systemd_do*: use local variable scope instead of subshelling. |
28 |
|
29 |
21 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
30 |
Introduce python_domodule() to install Python modules. |
31 |
|
32 |
21 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
33 |
Introduce python_doscript() to install Python scripts. |
34 |
|
35 |
19 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
36 |
Introduce a check for USE_PYTHON & PYTHON_TARGETS compatibility. |
37 |
|
38 |
19 Nov 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
39 |
Added new helper function 'cabal_chdeps' and and debug variable |
40 |
'CABAL_DEBUG_LOOSENING' for it. |
41 |
|
42 |
17 Nov 2012; Mike Gilbert <floppym@gentoo.org> enlightenment.eclass: |
43 |
Remove the minimum restriction from PYTHON_DEPEND; any version of python from |
44 |
the last several years will do the job. |
45 |
|
46 |
17 Nov 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
47 |
Rely on prune_libtool_files for eapis >= 5 as discussed with the team via |
48 |
mail. |
49 |
|
50 |
17 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> |
51 |
enlightenment.eclass: |
52 |
Raise python dependency to at least 2.5, fixes the breakage caused by |
53 |
silently dropped support for python-2.4 in python eclass |
54 |
|
55 |
16 Nov 2012; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
56 |
haskell-cabal.eclass: |
57 |
Restore dynamic linking of Cabal's ./setup and add building of shared |
58 |
libraries for ghc-7.7+. |
59 |
|
60 |
15 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service.eclass: |
61 |
Depend on suse-build as most services require it. |
62 |
|
63 |
15 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service.eclass: |
64 |
Darn copy pasto overlook. |
65 |
|
66 |
15 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service.eclass: |
67 |
Use src_uri arrows to allow versioning sanely. |
68 |
|
69 |
12 Nov 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
70 |
Update from qt overlay: respect AR (bug #440262); drop support for EAPI=2; |
71 |
switch to prune_libtool_files(); various cleanups. |
72 |
|
73 |
08 Nov 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
74 |
Partial sync with qt overlay. Apart from cosmetic changes, we now explicitly |
75 |
define QMAKE_{AR,RANLIB,OBJCOPY} in eqmake4(), thus fixing bug 440266. |
76 |
|
77 |
07 Nov 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
78 |
Pass --disable-schemas-install when possible as discussed with the team via |
79 |
mail. |
80 |
|
81 |
07 Nov 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
82 |
Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308 |
83 |
|
84 |
05 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
85 |
Fix enabling byte-compiling. |
86 |
|
87 |
04 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
88 |
Always require PYTHON_COMPAT. Add an exception for python-exec which is a |
89 |
special case. |
90 |
|
91 |
01 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> mysql-autotools.eclass, |
92 |
mysql-cmake.eclass, mysql-v2.eclass: |
93 |
Bring in MySQL overlay eclass changes for tcmalloc, jemalloc, systemtap, |
94 |
readline gplv3 and pbxt static build. |
95 |
|
96 |
01 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
97 |
Minor documentation improvements. |
98 |
|
99 |
01 Nov 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
100 |
Mark _python_ln_rel as @INTERNAL. |
101 |
|
102 |
01 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> mysql.eclass, |
103 |
mysql-v2.eclass: |
104 |
Bug #392361: Fix mysql_install_db cases to work between all versions & |
105 |
variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log |
106 |
directories that must exist otherwise the install_db will fail. |
107 |
|
108 |
01 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
109 |
Export PYTHONPATH for phases in out-of-source builds. |
110 |
|
111 |
01 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
112 |
Explicitly set library build dir in out-of-source builds. |
113 |
|
114 |
01 Nov 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
115 |
Update homepage. |
116 |
|
117 |
31 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
118 |
Enable byte-compilation of Python modules only locally for |
119 |
distutils-r1_python_install(). Thanks to Enlik for reminding me of it. |
120 |
|
121 |
31 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
122 |
Fix the shebang correcting function to patch shebang only. Thanks to Enlik |
123 |
for the patch. |
124 |
|
125 |
31 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> |
126 |
gst-plugins10.eclass: |
127 |
Use versionator to slot gst-1.0 plugins. |
128 |
|
129 |
30 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
130 |
Add systemd_with_utildir() as well. |
131 |
|
132 |
30 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
133 |
Introduce systemd_get_utildir() wrt bug #440320. |
134 |
|
135 |
30 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
136 |
Replace "echo -n" with "echo", bash removes trailing newline in subshells |
137 |
anyway. |
138 |
|
139 |
30 Oct 2012; Michał Górny <mgorny@gentoo.org> python-distutils-ng.eclass: |
140 |
Fix Prefix support, wrt bug #423323. |
141 |
|
142 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
143 |
Support and use out-of-source builds by default. |
144 |
|
145 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
146 |
Introduce an esetup.py wrapper function and mydistutilsargs=() for it. |
147 |
|
148 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
149 |
Enable python3.3 support. |
150 |
|
151 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
152 |
Remove redundant "cd ${BUILD_DIR}" calls. |
153 |
|
154 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
155 |
python-r1.eclass: |
156 |
Move python-exec dependency to python-r1. That eclass now provides means to |
157 |
create versioned scripts as well. |
158 |
|
159 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
160 |
Use find instead of hard-coded executable locations list when linking the |
161 |
wrapper. |
162 |
|
163 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
164 |
Use new python-r1 functions. |
165 |
|
166 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
167 |
Introduce python_replicate_script(), to create copies of a Python script for |
168 |
all installed implementations. |
169 |
|
170 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
171 |
Introduce python_export_best() to obtain variables for the most preferred |
172 |
Python implementation enabled. |
173 |
|
174 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
175 |
Add getters for common Python variables. |
176 |
|
177 |
29 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
178 |
Add support for obtaining Python site-packages directory. |
179 |
|
180 |
28 Oct 2012; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
181 |
Do not hardcode lib32, bug #429726 by SpanKY. |
182 |
|
183 |
28 Oct 2012; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
184 |
Set QA_PREBUILT as all installed files are precompiled. |
185 |
|
186 |
27 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass: |
187 |
Avoid sedding configure.ac in gnome2_disable_deprecation_warning to prevent |
188 |
accidental triggering of maintainer mode in some packages (bug #439602). |
189 |
|
190 |
27 Oct 2012; Mike Gilbert <floppym@gentoo.org> python-r1.eclass: |
191 |
Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This |
192 |
breaks eclass-manpages. |
193 |
|
194 |
26 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
195 |
python-r1.eclass: |
196 |
Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 |
197 |
instead. |
198 |
|
199 |
25 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
200 |
Add games/bin to lookup paths for rename_scripts(). |
201 |
|
202 |
25 Oct 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
203 |
Add a note about array brace expansion. |
204 |
|
205 |
25 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
206 |
python-r1.eclass: |
207 |
Introduce python_export() to set Python-relevant variables, and document them |
208 |
better. |
209 |
|
210 |
25 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> cmake-utils.eclass: |
211 |
Include fix for bug#439268. |
212 |
|
213 |
24 Oct 2012; Ulrich Müller <ulm@gentoo.org> vim.eclass: |
214 |
Update dependency after package move from x11-libs/openmotif to |
215 |
x11-libs/motif. |
216 |
|
217 |
24 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
218 |
Add some boring debug prints and error+die when hunspell folder is symlink. |
219 |
Should fix bug#438792. |
220 |
|
221 |
23 Oct 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
222 |
prune_libtool_files(): fix variable reuse. Thanks to radhermit for the patch. |
223 |
|
224 |
23 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
225 |
python-r1.eclass: |
226 |
Improve documentation and a few minor fixes. |
227 |
|
228 |
23 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> gnome2-utils.eclass, |
229 |
gnome2.eclass: |
230 |
Add gnome2_disable_deprecation_warning to gnome2-utils.eclass |
231 |
|
232 |
23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> |
233 |
gst-plugins-base.eclass: |
234 |
Punt plugin .la files for 0.10.36 and EAPI4 |
235 |
|
236 |
23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> |
237 |
gst-plugins-good.eclass: |
238 |
Update for gst-plugins-good-0.10.31: use .xz tarballs, punt .la files. |
239 |
|
240 |
22 Oct 2012; Michael Pagano <mpagano@gentoo.org> linux-info.eclass: |
241 |
Update for new location of version.h. Thanks to Magnus Helmersson. Bug |
242 |
#438876 |
243 |
|
244 |
22 Oct 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> |
245 |
enlightenment.eclass: |
246 |
Enable verbose output |
247 |
|
248 |
21 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> |
249 |
gst-plugins-base.eclass: |
250 |
Switch to xz tarballs in EAPI4. |
251 |
|
252 |
19 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
253 |
Call no-op default phases for each implementation (meaningless but more |
254 |
correct). |
255 |
|
256 |
19 Oct 2012; Patrick Lauer <patrick@gentoo.org> check-reqs.eclass: |
257 |
Fixing units |
258 |
|
259 |
19 Oct 2012; Patrick Lauer <patrick@gentoo.org> check-reqs.eclass: |
260 |
Fixing binpkg behaviour |
261 |
|
262 |
17 Oct 2012; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
263 |
Respect AR and RANLIB, wrt bug #436070. |
264 |
|
265 |
16 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
266 |
Unset FC and F77 if no fortran support is wanted |
267 |
|
268 |
16 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
269 |
Add enhanced DEP support in fortran-2.eclass to easy the usage. Only inherit |
270 |
fortran-2 is need for general use. For a USE dependency on fortran the new |
271 |
FORTRAN_NEEDED=USE variable was introduced |
272 |
|
273 |
16 Oct 2012; Ben de Groot <yngwin@gentoo.org> -qt4.eclass: |
274 |
Removing qt4.eclass as announced on Sep 13 |
275 |
|
276 |
15 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
277 |
python-r1.eclass: |
278 |
Enable EAPI 5 support. |
279 |
|
280 |
15 Oct 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
281 |
Fix missing wrapper symlinks when first supported Python implementation is |
282 |
disabled. |
283 |
|
284 |
14 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
285 |
Add compat-rdma |
286 |
|
287 |
14 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> leechcraft.eclass: |
288 |
Add compiler version checking for LeechCraft |
289 |
|
290 |
14 Oct 2012; Michał Górny <mgorny@gentoo.org> +distutils-r1.eclass: |
291 |
Introduce distutils-r1, a new (and simpler) eclass for Python packages using |
292 |
distutils build system. |
293 |
|
294 |
14 Oct 2012; Michał Górny <mgorny@gentoo.org> +python-r1.eclass: |
295 |
Introduce python-r1, a new (and simpler) eclass for Python-related packages. |
296 |
|
297 |
13 Oct 2012; Johannes Huber <johu@gentoo.org> kde4-meta-pkg.eclass: |
298 |
Change LICENSE to 'metapackage' for kde meta packages, bug #438278. |
299 |
|
300 |
12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
301 |
Fix typo |
302 |
|
303 |
12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
304 |
[ofed] finalyze 3.5 |
305 |
|
306 |
12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
307 |
[openib] Update ofed versions |
308 |
|
309 |
11 Oct 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
310 |
prune_libtool_files(): add --modules option to remove modules (plugins) as |
311 |
well. |
312 |
|
313 |
11 Oct 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
314 |
prune_libtool_files(): fix removing symlinked .la files. |
315 |
|
316 |
08 Oct 2012; Michał Górny <mgorny@gentoo.org> +autotools-multilib.eclass: |
317 |
Introduce autotools-multilib, to simplify building multilib packages with |
318 |
autotools-utils. |
319 |
|
320 |
07 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
321 |
Revert virtual/fortran depends again, because not only USE=fortran controlls |
322 |
fortran needs |
323 |
|
324 |
07 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
325 |
Depend on virtual/fortran eclass wise but in an USE=fortran sensitive way, |
326 |
#435250 |
327 |
|
328 |
07 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
329 |
Revert last change to not break packages with optional fortran support |
330 |
|
331 |
07 Oct 2012; Michał Górny <mgorny@gentoo.org> boost-utils.eclass: |
332 |
Fix stupid mistake in boost-utils_get_best_slot(). |
333 |
|
334 |
07 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
335 |
Depend on virtual/fortran eclass wise, #435250 |
336 |
|
337 |
07 Oct 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass: |
338 |
Give some information on selected fortran compilers |
339 |
|
340 |
03 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> |
341 |
virtualx.eclass: |
342 |
Unbreak EAPI=2 and 3 users of virtualx.eclass, bug #406353 |
343 |
|
344 |
02 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-download.eclass: |
345 |
More update the doc |
346 |
|
347 |
02 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service.eclass: |
348 |
Always use openSUSE:Tools as project to get updates. Remove obs_package |
349 |
declaration as it is equal to pn. |
350 |
|
351 |
02 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-download.eclass: |
352 |
Change the documentation a bit and take OBS_PACKAGE from PN if not set. |
353 |
|
354 |
02 Oct 2012; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass, |
355 |
virtualx.eclass: |
356 |
Make VIRTUALX_COMMAND nonfatal so that Xvfb is always killed. Return status |
357 |
at the end of CMake test phase. This fixes bug #406353. |
358 |
|
359 |
02 Oct 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
360 |
Add 3.3 as a supported python abi for testing. |
361 |
|
362 |
29 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> |
363 |
virtualx.eclass: |
364 |
Increase Xfvb resolution to address gimp test failure, bug #414853. |
365 |
|
366 |
29 Sep 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
367 |
added helper function to remove i18n.h includes, if media-plugins/vdr-* are |
368 |
still use the obsoleted i18n handling and unsupported to gettext handling |
369 |
|
370 |
28 Sep 2012; Ulrich Müller <ulm@gentoo.org> eutils.eclass: |
371 |
Test for the EAPI explicitly, because it isn't guaranteed that package |
372 |
managers implement usex as a shell function. |
373 |
|
374 |
28 Sep 2012; Ian Stakenvicius <axs@gentoo.org> toolchain-funcs.eclass: |
375 |
reverted fatal error from unset KV and made it a warning only shown when |
376 |
checking for 'kern' arch, so that the portage environment call of tc-arch |
377 |
will not fail anymore, bug 436450 |
378 |
|
379 |
27 Sep 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
380 |
Remove a silly EAPI conditional. |
381 |
|
382 |
27 Sep 2012; Ian Stakenvicius <axs@gentoo.org> toolchain-funcs.eclass: |
383 |
Fixed tc-ninja_magic_to_arch() to also use KV_FULL and fail if no kernel |
384 |
version specified, bug 432390 |
385 |
|
386 |
08 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> db.eclass: |
387 |
Fix typo in src_test runner: makeopts_jobs not makeopts_job. |
388 |
|
389 |
27 Sep 2012; Ian Stakenvicius <axs@gentoo.org> eutils.eclass: |
390 |
Made 'usex' declaration conditional on lack of PM or EAPI5+ support |
391 |
|
392 |
27 Sep 2012; Ian Stakenvicius <axs@gentoo.org> fortran-2.eclass, |
393 |
selinux-policy-2.eclass, vdr-plugin-2.eclass, xorg-2.eclass, |
394 |
autotools-utils.eclass, base.eclass, bash-completion-r1.eclass, |
395 |
boost-utils.eclass, check-reqs.eclass, cmake-utils.eclass, emboss.eclass, |
396 |
emul-linux-x86.eclass, enlightenment.eclass, fox.eclass, games.eclass, |
397 |
games-ggz.eclass, git.eclass, gnome2-utils.eclass, gnome2.eclass, |
398 |
gst-plugins-bad.eclass, gtk-sharp-module.eclass, haskell-cabal.eclass, |
399 |
kde4-functions.eclass, leechcraft.eclass, mozlinguas.eclass, mysql.eclass, |
400 |
mysql-v2.eclass, obs-service.eclass, office-ext.eclass, perl-module.eclass, |
401 |
php-ext-source-r2.eclass, python-distutils-ng.eclass, qt4-build.eclass, |
402 |
qt4-r2.eclass, ruby-ng.eclass, scons-utils.eclass, systemd.eclass, |
403 |
vcs-snapshot.eclass, vdr-plugin.eclass, virtuoso.eclass, waf-utils.eclass, |
404 |
xfconf.eclass: |
405 |
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where |
406 |
EAPI=4 was previously allowed |
407 |
|
408 |
27 Sep 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
409 |
Allow usage of EAPI 5. |
410 |
|
411 |
27 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> clutter.eclass: |
412 |
Default clutter license is LGPL-2.1 or later. |
413 |
|
414 |
26 Sep 2012; Julian Ospald <hasufell@gentoo.org> python-distutils-ng.eclass: |
415 |
add PYTHON_USE wrt #426768 |
416 |
|
417 |
20 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> autotools.eclass: |
418 |
Be more strict about eautoreconfig on aclocal.m4. Fixes bug#424763 and |
419 |
bug#420631. |
420 |
|
421 |
20 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
422 |
Keyword for *-linux prefix |
423 |
|
424 |
20 Sep 2012; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
425 |
Add support for the ninja build system wrt bug #430608. Improve prefix |
426 |
support wrt bug #434086. |
427 |
|
428 |
20 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass: |
429 |
VALA_{MIN,MAX}_API_VERSION are not unset by default. |
430 |
|
431 |
19 Sep 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass, |
432 |
vdr-plugin.eclass: |
433 |
using now append-lfs-flags for large files |
434 |
|
435 |
19 Sep 2012; Michał Górny <mgorny@gentoo.org> +boost-utils.eclass: |
436 |
Introduce boost-utils eclass, to support linking against arbitrary boost |
437 |
version. |
438 |
|
439 |
18 Sep 2012; Ulrich Müller <ulm@gentoo.org> bzr.eclass: |
440 |
Use lightweight checkout instead of export if EBZR_WORKDIR_CHECKOUT is set; |
441 |
bug 434746. Remove old cleanup code. |
442 |
|
443 |
18 Sep 2012; Tim Harder <radhermit@gentoo.org> vim.eclass: |
444 |
Use has_version instead of built_with_use. |
445 |
|
446 |
17 Sep 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
447 |
better LINGUAS detection, vdr-plugin-2.eclass |
448 |
|
449 |
16 Sep 2012; Ulrich Müller <ulm@gentoo.org> tla.eclass: |
450 |
Mark as DEAD for removal. |
451 |
|
452 |
16 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
453 |
Add old license jingle until we have fixed the license situation generally |
454 |
|
455 |
16 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
456 |
Added new intel-sdp.eclass |
457 |
|
458 |
15 Sep 2012; Zac Medico <zmedico@gentoo.org> cannadic.eclass, |
459 |
cmake-utils.eclass, confutils.eclass, embassy.eclass, eutils.eclass, |
460 |
games.eclass, gnatbuild.eclass, gnuconfig.eclass, libtool.eclass, |
461 |
linux-mod.eclass, nsplugins.eclass, perl-module.eclass, qmail.eclass, |
462 |
toolchain-funcs.eclass: |
463 |
Remove redundant DESCRIPTION variable settings. |
464 |
|
465 |
14 Sep 2012; Mark Wright <gienah@gentoo.org> ghc-package.eclass: |
466 |
ghc-pkg --global-conf parameter is renamed to --global-package-db in ghc |
467 |
7.6.1 |
468 |
|
469 |
12 Sep 2012; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass: |
470 |
Disable crashreporter on all source builds, bug #433962. |
471 |
|
472 |
12 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass: |
473 |
Small stylistic fix. |
474 |
|
475 |
12 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass: |
476 |
Typo: s/VALA_API_VERSION/version/ |
477 |
|
478 |
12 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> +vala.eclass: |
479 |
New eclass. |
480 |
|
481 |
11 Sep 2012; Tim Harder <radhermit@gentoo.org> vim.eclass: |
482 |
Allow vim to be built against ruby-1.9. |
483 |
|
484 |
11 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> chromium.eclass: |
485 |
Remove deprecated chromium_check_kernel_config. |
486 |
|
487 |
10 Sep 2012; Brian Harring <ferringb@gentoo.org> mysql.eclass, |
488 |
mysql-v2.eclass: |
489 |
Remove usage of strip_duplicate_slashes function. |
490 |
|
491 |
It's outside of PMS, and is exposed by misbehaviour on portages part. |
492 |
|
493 |
09 Sep 2012; Ulrich Müller <ulm@gentoo.org> cvs.eclass: |
494 |
Rename ESCM_OFFLINE to EVCS_OFFLINE. Drop ESCM_VERSION. Fixes bug 410465. |
495 |
|
496 |
08 Sep 2012; <swift@gentoo.org> selinux-policy-2.eclass: |
497 |
Support live policy builds |
498 |
|
499 |
06 Sep 2012; Michael Palimaka <kensington@gentoo.org> qt4-build.eclass: |
500 |
Improve respect for *FLAGS. Fixes part of bug #427782. |
501 |
|
502 |
04 Sep 2012; Johannes Huber <johu@gentoo.org> kde4-meta.eclass: |
503 |
Dont try to extract cmake/modules for kdegames > 4.9.0. Its removed from |
504 |
top-level directory by upstream, fixes bug #431924. |
505 |
|
506 |
01 Sep 2012; Vadim Kuznetsov vadimk@gentoo.org -vmware.eclass, |
507 |
-vmware-mod.eclass: |
508 |
removed vmware and vmware-mod elsasses |
509 |
|
510 |
01 Sep 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: |
511 |
Suppress warning message in elisp-site-regen for initial installation. |
512 |
|
513 |
30 Aug 2012; Michael Pagano <mpagano@gentoo.org> linux-mod.eclass: |
514 |
Minor typo fix to documentation line. Bug #419469 |
515 |
|
516 |
29 Aug 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
517 |
prune_libtool_files: run pkg-config code only if necessary. |
518 |
|
519 |
28 Aug 2012; Michael Pagano <mpagano@gentoo.org> linux-mod.eclass: |
520 |
Remove deprecated and unrecommended parameter -r from depmod |
521 |
|
522 |
27 Aug 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
523 |
Drop blockers for ancient systemd versions. |
524 |
|
525 |
27 Aug 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
526 |
tmpfiles.d: ensure .conf suffix when installing. |
527 |
|
528 |
27 Aug 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
529 |
Add systemd_newtmpfilesd(). |
530 |
|
531 |
22 Aug 2012; Christoph Junghans <ottxor@gentoo.org> unpacker.eclass: |
532 |
added support for cpio archives |
533 |
|
534 |
19 Aug 2012; Johannes Huber <johu@gentoo.org> kde4-base.eclass, |
535 |
kde4-functions.eclass, kde4-meta.eclass: |
536 |
Remove obsolete koffice handling. Simplify Qt minimal requirement. Remove |
537 |
duplicated entry for unstable KDE SC releases in SRC_URI calculation. Arrange |
538 |
docs example for KDE_LINGUAS alphabetically. |
539 |
|
540 |
19 Aug 2012; Johannes Huber <johu@gentoo.org> -tetex-3.eclass, -tetex.eclass: |
541 |
Remove obsolete. Announced on 2012/07/18. |
542 |
|
543 |
17 Aug 2012; Ulrich Müller <ulm@gentoo.org> elisp.eclass: |
544 |
Remove unnecessary assignment of IUSE variable. |
545 |
|
546 |
17 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-download.eclass, |
547 |
obs-service.eclass: |
548 |
Suse eclasses are under suse herd. |
549 |
|
550 |
16 Aug 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
551 |
Hide the python.eclass unmerge noise behind PORTAGE_VERBOSE. |
552 |
|
553 |
16 Aug 2012; Patrick Lauer <patrick@gentoo.org> python.eclas: |
554 |
Fix noisy output on unmerge #423741 |
555 |
|
556 |
15 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-fakegem.eclass: |
557 |
Make sure not to test for use doc if it's not there. |
558 |
|
559 |
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-fakegem.eclass: |
560 |
Add support for documentation recipes as well, and implement an rdoc recipe. |
561 |
|
562 |
14 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> xorg-2.eclass: |
563 |
Fix disable-dependency-tracking passing. Fixes bug#372239. |
564 |
|
565 |
13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-fakegem.eclass, |
566 |
ruby-ng.eclass: |
567 |
Add support for cucumber as a test recipe. This allows abstracting some of |
568 |
the work needed to skip it over on JRuby. |
569 |
|
570 |
13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-ng.eclass: |
571 |
Add a cucumber wrapper similar to the rspec one we have already. |
572 |
|
573 |
13 Aug 2012; Matti Bickel <mabi@gentoo.org> fox.eclass: |
574 |
Add updated info statement about fox17.pc re bug #426718 |
575 |
|
576 |
05 Aug 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
577 |
fix for wrong detected *.pot file in po dir |
578 |
|
579 |
03 Aug 2012; Tim Harder <radhermit@gentoo.org> vim-plugin.eclass: |
580 |
Add alternative location for vim plugin tarball archives. |
581 |
|
582 |
02 Aug 2012; Johannes Huber <johu@gentoo.org> kde4-meta.eclass: |
583 |
Fix tarball extract for old kdepim, bug #429428. |
584 |
|
585 |
01 Aug 2012; Johannes Huber <johu@gentoo.org> kde4-base.eclass, |
586 |
kde4-functions.eclass, kde4-meta.eclass: |
587 |
Make .xz compression as default for SRC_URI calculation. Add KDE prefix to |
588 |
BUILD_TYPE. No #DONOTCOMPILE if add_subdirectory has a variable parameter |
589 |
("${..."). |
590 |
|
591 |
29 Jul 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
592 |
add support for file:// URI scheme wrt bug #416649 |
593 |
|
594 |
29 Jul 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
595 |
replace built_with_use by USE deps wrt bug #242100 |
596 |
|
597 |
29 Jul 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
598 |
remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES) |
599 |
|
600 |
29 Jul 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
601 |
remove DESCRIPTION variable wrt bug #428304 |
602 |
|
603 |
28 Jul 2012; Julian Ospald <hasufell@gentoo.org> games.eclass: |
604 |
omg, we checked the dirs in ${S} instead of ${D} which accidentially |
605 |
worked for some ebuilds (EAPI-4 related fix) |
606 |
|
607 |
05 Aug 2012; Justin Lecher <jlec@gentoo.org> pam.eclass: |
608 |
Add magic needed for app-portage/eclass-manpages to pam.eclass, changes |
609 |
approved by author |
610 |
|
611 |
26 Jul 2012; Fabian Groffen <grobian@gentoo.org> |
612 |
+ELT-patches/sol2-ltmain/2.4.2, libtool.eclass: |
613 |
elt-patches: add Solaris no de-deplication patch to fix built C++ objects |
614 |
from aborting when an exception is thrown |
615 |
|
616 |
26 Jul 2012; <swift@gentoo.org> selinux-policy-2.eclass: |
617 |
Use warnings for SELinux failures, not errors, since the failure is not fatal |
618 |
for a system |
619 |
|
620 |
26 Jul 2012; Ben de Groot <yngwin@gentoo.org> l10n.eclass: |
621 |
Remove ambiguous wording |
622 |
|
623 |
24 Jul 2012; Fabian Groffen <grobian@gentoo.org> autotools.eclass: |
624 |
_elibtoolize: properly set LIBTOOLIZE in case glibtoolize exists in the |
625 |
system |
626 |
|
627 |
23 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
628 |
Add C to flags pass to pax-mark to ensure a header is created. Thanks to |
629 |
blueness. #427642 |
630 |
|
631 |
23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
632 |
More licenses removal |
633 |
|
634 |
23 Jul 2012; Ben de Groot <yngwin@gentoo.org> qt4-r2.eclass: |
635 |
Add array variables for DOCS and HTML_DOCS in qt4-r2.eclass |
636 |
|
637 |
23 Jul 2012; Ben de Groot <yngwin@gentoo.org> +l10n.eclass: |
638 |
Initial commit of l10n.eclass |
639 |
|
640 |
23 Jul 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
641 |
mysql.eclass, mysql-v2.eclass: |
642 |
Sync mysql and mysql-v2 eclasses from the mysql overlay. |
643 |
Simplify ncurses dependency and update inherit to use git-2 eclass. |
644 |
|
645 |
21 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-pkg-2.eclass: |
646 |
Convert documentation to eclass-manpages. |
647 |
|
648 |
19 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> mozlinguas.eclass: |
649 |
Fix eclassdoc. |
650 |
|
651 |
18 Jul 2012; Johannes Huber <johu@gentoo.org> tetex-3.eclass, tetex.eclass: |
652 |
Marking as DEAD for removal. |
653 |
|
654 |
18 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-virtuals-2.eclass: |
655 |
Convert to eclass-manpages. |
656 |
|
657 |
18 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
658 |
Add ROOT support, patch by vapier. #416341 |
659 |
|
660 |
18 Jul 2012; Ulrich Müller <ulm@gentoo.org> bzr.eclass: |
661 |
Don't assign useless values to DESCRIPTION and HOMEPAGE variables. |
662 |
|
663 |
17 Jul 2012; Mike Gilbert <floppym@gentoo.org> chromium.eclass: |
664 |
Remove -v option from rm command. |
665 |
|
666 |
10 Jul 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
667 |
Stop inheriting base.eclass |
668 |
|
669 |
09 Jul 2012; Mike Gilbert <floppym@gentoo.org> base.eclass: |
670 |
Remove false statement from eclass description. |
671 |
|
672 |
08 Jul 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
673 |
Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of |
674 |
ghc-shipped libraries. |
675 |
|
676 |
08 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-ng.eclass: |
677 |
Add a function to wrap around testrb-2 as well. |
678 |
|
679 |
05 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-fakegem.eclass, |
680 |
ruby-ng.eclass: |
681 |
Add support for running rspec while respecting some common variables |
682 |
(TEST_VERBOSE and NOCOLOR) in ruby-ng; then use this with a new variable in |
683 |
ruby-fakegem. |
684 |
|
685 |
05 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass: |
686 |
Remove java-pkg_ensure-gcj and java-pkg_ensure-test. #261562 #278965 |
687 |
|
688 |
01 Jul 2012; Matti Bickel <mabi@gentoo.org> php-pear-lib-r1.eclass: |
689 |
Remove requirement for depend.php.eclass. Since our switch to /usr/share/php |
690 |
only it is no longer needed. |
691 |
|
692 |
01 Jul 2012; Vadim Kuznetsov vadimk@gentoo.org vmware.eclass, |
693 |
vmware-mod.eclass: |
694 |
Makred vmware.eclass and vmware-mod.eclass dead. |
695 |
|
696 |
30 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
697 |
Remove also lower case licenses. |
698 |
|
699 |
27 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
700 |
fixed eapi block; bug 423657 |
701 |
|
702 |
26 Jun 2012; Robin H. Johnson <robbat2@gentoo.org> linux-info.eclass: |
703 |
You must ensure at least one of the version setup functions gets called in |
704 |
linux-info.eclass before you can use the config functions. |
705 |
|
706 |
24 Jun 2012; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
707 |
Add dev-lang/perl to kernel-2.eclass RDEPEND. Bug #421483 |
708 |
|
709 |
22 Jun 2012; Ian Stakenvicius <axs@gentoo.org> user.eclass: |
710 |
esethome: silently exit if home dir already up to date, improve messaging |
711 |
|
712 |
22 Jun 2012; Ian Stakenvicius <axs@gentoo.org> user.eclass: |
713 |
esethome: eerror and not die when home dir cannot be updated, due to for |
714 |
instance user being in use |
715 |
|
716 |
22 Jun 2012; Ian Stakenvicius <axs@gentoo.org> user.eclass: |
717 |
fixed esethome, directory must exist befure user record can be updated |
718 |
|
719 |
22 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
720 |
Stable gnustep-base does not have USE=libobjc2, thanks ago |
721 |
|
722 |
22 Jun 2012; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
723 |
Sync from kde overlay: Enable tests for live ebuilds, add support for virtual |
724 |
dbus during src_test, update tarball extension for unstable releases. |
725 |
|
726 |
21 Jun 2012; Naohiro Aota <naota@gentoo.org> gnome2-utils.eclass: |
727 |
Add new function gnome2_query_immodules_gtk{2,3} to update immodules cache. |
728 |
#413529 |
729 |
|
730 |
20 Jun 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
731 |
prune_libtool_files(): report .a removal only if it exists, and explain the |
732 |
reasoning for it. |
733 |
|
734 |
20 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> gst-plugins-bad.eclass: |
735 |
Fix building with newer eapis wrt bug#385841. Noticed by triggered rebuild to |
736 |
-ocr. |
737 |
|
738 |
19 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
739 |
Revert to built_with_use for correct libobjc detection and EAPI 0 ebuilds |
740 |
support |
741 |
|
742 |
18 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
743 |
Update from qt overlay: drop USE=c++0x from qt-webkit, stop adding USE=qpa to |
744 |
4.8.3 and later, dead code removal and other minor cleanups. |
745 |
|
746 |
18 Jun 2012; Ian Stakenvicius <axs@gentoo.org> user.eclass: |
747 |
added 'esethome' to user.eclass |
748 |
|
749 |
18 Jun 2012; Fabian Groffen <grobian@gentoo.org> flag-o-matic.eclass: |
750 |
Allow header and library paths flags in setup-allowed-flags(), bug #414641 |
751 |
|
752 |
17 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
753 |
Remove licenses prior copying docs. |
754 |
|
755 |
14 Jun 2012; Julian Ospald <hasufell@gentoo.org> eutils.eclass: |
756 |
small enhancement to examples of doicon |
757 |
|
758 |
13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
759 |
Make the oxt unpacking really work. |
760 |
|
761 |
13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
762 |
Handle dodoc correctly to not die if no documents are found. |
763 |
|
764 |
12 Jun 2012; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
765 |
Convert docs to eclass-manpages. |
766 |
|
767 |
11 Jun 2012; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
768 |
Add app-admin/eselect-java as preferred provider of eselect java-vm. |
769 |
|
770 |
11 Jun 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass: |
771 |
Unpack tarballs in directory matching their name rather than ${P}. This |
772 |
allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot |
773 |
tarballs should work fine too. |
774 |
|
775 |
11 Jun 2012; Michał Górny <mgorny@gentoo.org> xorg-2.eclass: |
776 |
Replace remove_libtool_files with prune_libtool_files. |
777 |
|
778 |
11 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> xorg-2.eclass: |
779 |
Fix not assigned variable. IE bug#416673. |
780 |
|
781 |
10 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
782 |
fix for strip-linguas en |
783 |
|
784 |
10 Jun 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
785 |
Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add |
786 |
pypy1_9. |
787 |
|
788 |
10 Jun 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
789 |
fixed missing chost tag; fixed append-cppflags warning; added Variable to |
790 |
keep the i18n.o object |
791 |
|
792 |
10 Jun 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
793 |
reorder public functions |
794 |
|
795 |
10 Jun 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
796 |
fixes bug #416743. |
797 |
|
798 |
10 Jun 2012; Akinori Hattori <hattya@gentoo.org> subversion.eclass: |
799 |
update @MAINTAINER and minor cleanup. |
800 |
|
801 |
09 Jun 2012; Julian Ospald <hasufell@gentoo.org> games.eclass: |
802 |
fix for games.eclass wrt bug #336626 #c21 |
803 |
|
804 |
09 Jun 2012; Marien Zwart <marienz@gentoo.org> python.eclass: |
805 |
Add pypy-1.9 to the list of supported python ABIs. |
806 |
|
807 |
07 Jun 2012; Zac Medico <zmedico@gentoo.org> kde4-base.eclass, |
808 |
mysql-autotools.eclass, mysql-cmake.eclass: |
809 |
inherit flag-o-matic for append-flags |
810 |
|
811 |
07 Jun 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass: |
812 |
Extract to ${WORKDIR}/${P} rather than ${S}. |
813 |
|
814 |
07 Jun 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
815 |
Specify SLOT in blocker atoms, to avoid blocking Qt5 packages. |
816 |
|
817 |
06 Jun 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
818 |
Reuse eautoreconf, deprecate autotools-utils_autoreconf. |
819 |
|
820 |
06 Jun 2012; Michał Górny <mgorny@gentoo.org> autotools.eclass: |
821 |
Support other GNOME-related tools in eautoreconf: gtk-doc, gnome-doc & |
822 |
glib-gettext. |
823 |
|
824 |
06 Jun 2012; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
825 |
Move ppc/powerpc fix to after we apply linux patches |
826 |
|
827 |
06 Jun 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
828 |
Start using prune_libtool_files() from eutils, deprecate |
829 |
remove_libtool_files(). |
830 |
|
831 |
06 Jun 2012; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
832 |
Introduce prune_libtool_files() for .la file removal. Based on one used |
833 |
by autotools-utils. |
834 |
|
835 |
05 Jun 2012; Fabian Groffen <grobian@gentoo.org> autotools.eclass: |
836 |
Avoid type -P output for glibtoolize, bug #419641 |
837 |
|
838 |
05 Jun 2012; Julian Ospald <hasufell@gentoo.org> eutils.eclass: |
839 |
enhanced functionality of doicon/newicon in eutils.eclass |
840 |
|
841 |
05 Jun 2012; Pacho Ramos <pacho@gentoo.org> stardict.eclass: |
842 |
Allow more providers for stardict, bug #413093 by tot-to and qt team. |
843 |
|
844 |
05 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
845 |
Update Intel/AMD instruction sets for 4.7. |
846 |
|
847 |
05 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
848 |
Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin). |
849 |
|
850 |
04 Jun 2012; Ralph Sennhauser <sera@gentoo.org> java-pkg-2.eclass: |
851 |
No longer call java-pkg_ensure-test in java-pkg-2_pkg_setup as this is |
852 |
handled by all package managers. #278965 |
853 |
|
854 |
02 Jun 2012; Zac Medico <zmedico@gentoo.org> common-lisp-common-2.eclass, |
855 |
java-ant-2.eclass, common-lisp-common-3.eclass, common-lisp-common.eclass, |
856 |
db.eclass, depend.php.eclass, freedict.eclass, gnat.eclass, |
857 |
gst-plugins-bad.eclass, gst-plugins-base.eclass, kde4-base.eclass, |
858 |
mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, nsplugins.eclass, |
859 |
php-ext-source-r2.eclass, ruby-ng.eclass, scsh.eclass: |
860 |
inherit multilib for get_libdir |
861 |
|
862 |
01 Jun 2012; Ralph Sennhauser <sera@gentoo.org> ant-tasks.eclass: |
863 |
Don't assinging RDEPEND to DEPEND and vise versa. JRE in DEPEND confuses VM |
864 |
switching code. |
865 |
|
866 |
30 May 2012; Sergei Trofimovich <slyfox@gentoo.org> darcs.eclass: |
867 |
Use 'darcs get --lazy' instead of 'darcs get --partial' (gone in darcs-2.8). |
868 |
|
869 |
30 May 2012; Ralph Sennhauser <sera@gentoo.org> ant-tasks.eclass: |
870 |
Set prefix for ant-1.8.4 |
871 |
|
872 |
30 May 2012; Justin Lecher <jlec@gentoo.org> flag-o-matic.eclass: |
873 |
Sort ldflags handling functions to logic place |
874 |
|
875 |
30 May 2012; Sergei Trofimovich <slyfox@gentoo.org> games.eclass: |
876 |
Allow EAPI=4. |
877 |
|
878 |
30 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> chromium.eclass: |
879 |
Introduce chromium_suid_sandbox_check_kernel_config, deprecate |
880 |
chromium_check_kernel_config. |
881 |
|
882 |
29 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnustep-2.eclass, |
883 |
gnustep-base.eclass: |
884 |
Apply gnustep eclass changes wrt |
885 |
http://archives.gentoo.org/gentoo-dev/msg_eee22ea47f4d15e2fa2932583aa92db7.xm |
886 |
l |
887 |
|
888 |
28 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> eutils.eclass: |
889 |
Simplify preserve_old_lib ewarn messages, wrt |
890 |
http://archives.gentoo.org/gentoo-dev/msg_bf159af028ffeeb83c679d6a0eaa73e5.xm |
891 |
l . gentoolkit-0.3.0.5 fixing problems blocking this change is now stable on |
892 |
all archs (bug #411479). |
893 |
|
894 |
28 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
895 |
Remove invalid use check, these should be fixed by now. |
896 |
|
897 |
28 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
898 |
Fail whenever unable to change directory, wrt #391927. |
899 |
|
900 |
28 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
901 |
autotools.eclass no longer supports re-inheriting so we need to override |
902 |
AUTOTOOLS_AUTO_DEPEND for good... |
903 |
|
904 |
26 May 2012; <swift@gentoo.org> selinux-policy-2.eclass: |
905 |
Introducing support for user-provided policies, fix loading logic to retry |
906 |
with all modules (bug #414599, #414017) |
907 |
|
908 |
26 May 2012; Michał Górny <mgorny@gentoo.org> python-distutils-ng.eclass: |
909 |
Fix double hashbang in installed scripts. Patch by Krzysztof Pawlik, modified |
910 |
by me. |
911 |
|
912 |
25 May 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
913 |
fixed install for locales if only LINGUAS=en |
914 |
|
915 |
25 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
916 |
Re-enable rpath on prefix wrt bug 417169. |
917 |
|
918 |
24 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
919 |
Remove obsolete pkg_pretend function. |
920 |
|
921 |
23 May 2012; Mike Gilbert <floppym@gentoo.org> chromium.eclass: |
922 |
Don't elog about icons if the user has installed them. Bug 416773 by pacho. |
923 |
|
924 |
23 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> apache-2.eclass: |
925 |
Avoid using 'make' for installing; use 'mkdir -p' for creating the |
926 |
directories to solve parallel install issues (Apache's script is not safe, |
927 |
but we expect a working mkdir -p). Tested on a 32-way system. |
928 |
|
929 |
22 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
930 |
Call eaclocal unconditionally; _elibtoolize no longer does that. |
931 |
|
932 |
22 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
933 |
Update SRC_URI for Qt 4.8.1 and later. |
934 |
|
935 |
21 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
936 |
python-distutils-ng.eclass: |
937 |
Add information about automatic run of python-distutils-ng_redoscript. |
938 |
|
939 |
21 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
940 |
Fix to match autotools.eclass API changes. |
941 |
|
942 |
21 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
943 |
python-distutils-ng.eclass: |
944 |
Document PYTHON_DISABLE_SCRIPT_REDOS. |
945 |
|
946 |
21 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
947 |
python-distutils-ng.eclass: |
948 |
Fix #! line for installed scripts and install them for enabled |
949 |
implementations, see bug #416131. |
950 |
|
951 |
20 May 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
952 |
strip-linguas check added |
953 |
|
954 |
20 May 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
955 |
some debug infos for wrong use of vdr-plugin-2.eclass |
956 |
|
957 |
20 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
958 |
Try to avoid sandbox violation when running qhelpgenerator, bug 415517. |
959 |
|
960 |
19 May 2012; Ulrich Müller <ulm@gentoo.org> xemacs-elisp-common.eclass: |
961 |
Fix name space collision with elisp-common.eclass, bug 406053. |
962 |
|
963 |
19 May 2012; Davide Pesavento <pesa@gentoo.org> qt4.eclass: |
964 |
qt4.eclass is dead. |
965 |
|
966 |
14 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
967 |
python-distutils-ng.eclass: |
968 |
Block older versions of sys-apps/portage that don't have improved |
969 |
COLLISION_IGNORE handling, see bug #410691. |
970 |
|
971 |
11 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> nsplugins.eclass: |
972 |
Actually check if the plugin file exist before creating symlink. Avoids |
973 |
broken symlinks. |
974 |
|
975 |
10 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> office-ext.eclass: |
976 |
Ignore licenses, user accept them by portage. |
977 |
|
978 |
10 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> waf-utils.eclass: |
979 |
Depend on python and block python[-threads] for bug #409427. |
980 |
|
981 |
09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> office-ext.eclass: |
982 |
Update the default unpack to detect cases when oxt is packed elsewhere. |
983 |
|
984 |
09 May 2012; Matt Turner <mattst88@gentoo.org> xorg-2.eclass: |
985 |
Fix xorg-2's git:// EGIT_REPO_URI. |
986 |
|
987 |
09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> office-ext.eclass: |
988 |
Add the src_unpack phase for office-ext eclass. |
989 |
|
990 |
09 May 2012; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
991 |
Don't call gtk-doc configure option when not available |
992 |
|
993 |
08 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass, |
994 |
kde4-functions.eclass, kde4-meta.eclass, kde4-meta-pkg.eclass: |
995 |
Sync kde4-*.eclass from kde overlay: add x11-libs/qt-dbus to kde |
996 |
dependencies, eqawarn on ${mycmakeargs} as string, properly treat case of |
997 |
undefined LINGUAS (bug 372457) |
998 |
|
999 |
08 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> cmake-utils.eclass: |
1000 |
Update cmake-utils.eclass from kde overlay: make builds verbose by default, |
1001 |
fix usage of PREFIX (bug 358059) |
1002 |
|
1003 |
07 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1004 |
Stop stripping upstream CFLAGS from g++.conf for Qt 4.8 and later (see bug |
1005 |
352778 comment #6). |
1006 |
|
1007 |
06 May 2012; Fabian Groffen <grobian@gentoo.org> |
1008 |
+ELT-patches/sol2-conf/2.4.2, libtool.eclass: |
1009 |
Add ELT patch for Solaris x64 libtool problem where the linker is set to |
1010 |
'ld_sol2' |
1011 |
|
1012 |
06 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
1013 |
Silence eclass-to-manpage warnings. |
1014 |
|
1015 |
05 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
1016 |
Eliminate another duplicate slash. |
1017 |
|
1018 |
05 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
1019 |
Simplify ${D%/}/ to ${D}; PMS says ${D} always has a trailing slash, and it |
1020 |
works without a trailing slash anyway. |
1021 |
|
1022 |
04 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> |
1023 |
xorg-2.eclass: |
1024 |
Raise util-macros dependency. |
1025 |
|
1026 |
04 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1027 |
python-distutils-ng.eclass: |
1028 |
Let distutils compile python modules, see bug #413957. |
1029 |
|
1030 |
03 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
1031 |
Declare local S in _python-distutils-ng_run_for_impl. |
1032 |
|
1033 |
02 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass: |
1034 |
Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe. |
1035 |
|
1036 |
02 May 2012; Gilles Dartiguelongue <eva@gentoo.org> gnome2-utils.eclass, |
1037 |
gnome2.eclass: |
1038 |
Rewrite scrollkeeper support as proposed in bug #301311. |
1039 |
|
1040 |
02 May 2012; Jeff Horelick <jdhore@gentoo.org> clutter.eclass, |
1041 |
gkrellm-plugin.eclass, gnome-python-common.eclass, go-mono.eclass, |
1042 |
gpe.eclass, gst-plugins-bad.eclass, gst-plugins-base.eclass, |
1043 |
gst-plugins-good.eclass, gst-plugins-ugly.eclass, gtk-sharp-module.eclass, |
1044 |
kde4-base.eclass, ruby-ng-gnome2.eclass, mozcoreconf-2.eclass, xorg-2.eclass, |
1045 |
rox.eclass, vim.eclass, x-modular.eclass: |
1046 |
dev-util/pkgconfig -> virtual/pkgconfig |
1047 |
|
1048 |
02 May 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1049 |
dev-util/pkgconfig -> virtual/pkgconfig |
1050 |
|
1051 |
30 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1052 |
python-distutils-ng.eclass: |
1053 |
Remove die from eclass, simply warn if user has collision-protect enabled. |
1054 |
|
1055 |
30 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1056 |
python-distutils-ng.eclass: |
1057 |
Correctly chdir to ${S}, see bug #411563. |
1058 |
|
1059 |
29 Apr 2012; Diego E. Pettenò <flameeyes@gentoo.org> sgml-catalog.eclass: |
1060 |
Fix infinite look if the catalog is corrupted. |
1061 |
|
1062 |
29 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
1063 |
typo, added missing [ ] for test |
1064 |
|
1065 |
29 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> +vdr-plugin-2.eclass: |
1066 |
vdr-plugin-2.eclass added; include major fixes for obselet i18n handling, |
1067 |
Linguas support |
1068 |
|
1069 |
27 Apr 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: |
1070 |
Sync from Emacs overlay: Require GNU Emacs in elisp-need-emacs(). |
1071 |
|
1072 |
25 Apr 2012; Fabian Groffen <grobian@gentoo.org> qt4-build.eclass: |
1073 |
fix_includes: create relative symlinks for header directories, such that |
1074 |
further additions by ebuilds in src_install don't fail |
1075 |
|
1076 |
24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-r2.eclass: |
1077 |
Oops didn't commit the dir supporting version. This replaces plain doins with |
1078 |
proper newins command. |
1079 |
|
1080 |
24 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-r2.eclass: |
1081 |
Add myspell-r2.eclass which is just eclassdoced myspell.eclass with removed |
1082 |
no-longer required stuff. |
1083 |
|
1084 |
23 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1085 |
reverted last changes in plugin_has_gettext function |
1086 |
|
1087 |
20 Apr 2012; Patrick Lauer <patrick@gentoo.org> depend.apache.eclass: |
1088 |
Typo |
1089 |
|
1090 |
20 Apr 2012; Patrick Lauer <patrick@gentoo.org> depend.apache.eclass: |
1091 |
Extending depend.apache.eclass for apache 2.4 |
1092 |
|
1093 |
19 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1094 |
Overhaul *FLAGS handling in eqmake4() to fix bug 361303. Thanks to Michael |
1095 |
(kensington) for the patch. |
1096 |
|
1097 |
19 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-meta.eclass: |
1098 |
No ewarns even if tar misses some files on unpack, as that is so common it's |
1099 |
pretty much useless. |
1100 |
|
1101 |
19 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1102 |
Added CABAL_FEATURES=test-suite by Alexander Vershilov. It enables building |
1103 |
of test suites introduced in Cabal-1.8 |
1104 |
|
1105 |
19 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1106 |
Add appropriate blockers for qt-bearer. |
1107 |
|
1108 |
18 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1109 |
removed unneeded path install for /usr/local/share; fix i18n install bug, |
1110 |
start with vdr-1.7.27 bug 411945, thanks to Marc Perrudin for this workaround |
1111 |
|
1112 |
16 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> cmake-utils.eclass: |
1113 |
Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as |
1114 |
they might vary for multiple abi builds. Create the CMAKE_BUILD_DIR right |
1115 |
away when determined. |
1116 |
|
1117 |
16 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> waf-utils.eclass: |
1118 |
Unbreak waf-utils.eclass by restoring --jobs= argument wrt #412159 |
1119 |
|
1120 |
15 Apr 2012; Mike Frysinger <vapier@gentoo.org> db.eclass perl-module.eclass |
1121 |
waf-utils.eclass: |
1122 |
Use new makeopts_jobs helper from eutils.eclass. |
1123 |
|
1124 |
14 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1125 |
move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to |
1126 |
allow binary installation. Reported by tamiko. |
1127 |
|
1128 |
14 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1129 |
fix -dynamic './setup configure' failures against newer libffi (bug #411789 |
1130 |
by Leonid Podolny) |
1131 |
|
1132 |
09 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
1133 |
haskell-cabal.eclass: |
1134 |
Remove outdated bits for <ghc-6.10 and <cabal-1.8. Switch from 'eerror' to |
1135 |
'eqawarn' as suggested by Paweł Hajdan, Jr. |
1136 |
(http://www.gossamer-threads.com/lists/gentoo/dev/251259). Install empty |
1137 |
'.conf' files for binaries to help 'haskell-updater' pick binaries built with |
1138 |
onder haskell toolchain on ghc upgrade. |
1139 |
|
1140 |
08 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass: |
1141 |
Punt stale icon-theme.cache files and empty icon theme directories after |
1142 |
theme uninstallation (bug #410495, thanks to Maxim Kammerer for reporting). |
1143 |
|
1144 |
07 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1145 |
vdr-vdrmanager added for gettext handling |
1146 |
|
1147 |
07 Apr 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1148 |
some plugins gives false positive results on gettext handling, add this |
1149 |
plugins here |
1150 |
|
1151 |
04 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1152 |
Update from qt overlay, fixes #407523. |
1153 |
|
1154 |
04 Apr 2012; Johannes Huber <johu@gentoo.org> kde4-base.eclass, |
1155 |
kde4-meta.eclass: |
1156 |
Use .xz also for 4.8.x with x>1. |
1157 |
|
1158 |
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1159 |
python-distutils-ng.eclass: |
1160 |
Add function that makes it easier to properly install Python scripts that get |
1161 |
installed automatically by distutils. |
1162 |
|
1163 |
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> mercurial.eclass: |
1164 |
Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469. |
1165 |
|
1166 |
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1167 |
python-distutils-ng.eclass: |
1168 |
Add detection of collision-protect in FEATURES. |
1169 |
|
1170 |
03 Apr 2012; Pacho Ramos <pacho@gentoo.org> git-2.eclass: |
1171 |
Reorder git-2.eclass maintainers to get bugs assigned to most active |
1172 |
maintainer. |
1173 |
|
1174 |
02 Apr 2012; Pacho Ramos <pacho@gentoo.org> eutils.eclass: |
1175 |
Use einfo instead of ewarn as discussed in |
1176 |
http://archives.gentoo.org/gentoo-dev/msg_512b5e4049617666f6637618bd62857a.xm |
1177 |
l |
1178 |
|
1179 |
02 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> darcs.eclass: |
1180 |
Switch from ESCM_OFFLINE var to EVCS_OFFLINE (bug #410467 by Ulrich Müller). |
1181 |
Don't skip _darcs/ when checkout to $WORKDIR. Add 'rsync' to DEPENDS. |
1182 |
|
1183 |
01 Apr 2012; Mike Gilbert <floppym@gentoo.org> subversion.eclass: |
1184 |
ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471. |
1185 |
|
1186 |
30 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1187 |
python-distutils-ng.eclass: |
1188 |
Fix two small issues, spotted by Sławomir Nizio |
1189 |
<slawomir.nizio@sabayon.org>. |
1190 |
|
1191 |
29 Mar 2012; Patrick Lauer <patrick@gentoo.org> apache-2.eclass: |
1192 |
Sanitizing directory permissions #398899 |
1193 |
|
1194 |
29 Mar 2012; Marien Zwart <marienz@gentoo.org> python.eclass: |
1195 |
Add more versions of pypy to the hardcoded mapping in python.eclass. |
1196 |
|
1197 |
28 Mar 2012; Marien Zwart <marienz@gentoo.org> python-distutils-ng.eclass: |
1198 |
Try to unbreak dependency generation. |
1199 |
|
1200 |
26 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1201 |
python-distutils-ng.eclass: |
1202 |
_python-distutils-ng_generate_depend was used only in one place, inline it. |
1203 |
|
1204 |
26 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1205 |
python-distutils-ng.eclass: |
1206 |
Avoid ${impl::-3} parameter expansion, this is not supported by older bash |
1207 |
and caused issues with cache generation. |
1208 |
|
1209 |
26 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1210 |
python-distutils-ng.eclass: |
1211 |
Small fixes: use +=, cleanup used variables, white space. |
1212 |
|
1213 |
26 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1214 |
python-distutils-ng.eclass: |
1215 |
Include only valid values in REQUIRED_USE. |
1216 |
|
1217 |
26 Mar 2012; Justin Lecher <jlec@gentoo.org> python-distutils-ng.eclass: |
1218 |
Add missing space to new python.eclass |
1219 |
|
1220 |
25 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> |
1221 |
+python-distutils-ng.eclass: |
1222 |
Add python-distutils-ng.eclass: new eclass for installing Python, distutils |
1223 |
based packages. |
1224 |
|
1225 |
25 Mar 2012; Gilles Dartiguelongue <eva@gentoo.org> |
1226 |
gnome-python-common.eclass: |
1227 |
Replace old py-compile trick by the one from python eclass. |
1228 |
|
1229 |
24 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-meta.eclass: |
1230 |
Make opengl dependency soft in kde-workspace (except kwin) |
1231 |
|
1232 |
23 Mar 2012; Mike Gilbert <floppym@gentoo.org> chromium.eclass: |
1233 |
Set IUSE=custom-cflags in the eclass so we can reference it in the die hook. |
1234 |
|
1235 |
23 Mar 2012; Mike Gilbert <floppym@gentoo.org> sgml-catalog.eclass: |
1236 |
Convert SGML_TOINSTALL to a bash array. Add some documentation. |
1237 |
|
1238 |
23 Mar 2012; Mike Gilbert <floppym@gentoo.org> sgml-catalog.eclass: |
1239 |
PMS says that postrm runs before postinst, so remove workaround in |
1240 |
sgml-catalog_pkg_postrm. Fix order of arguments in einfo message. |
1241 |
|
1242 |
22 Mar 2012; Alexis Ballier <aballier@gentoo.org> texlive-module.eclass: |
1243 |
Drop support for pre-2010 TeX Live versions |
1244 |
|
1245 |
22 Mar 2012; Michał Górny <mgorny@gentoo.org> xorg-2.eclass: |
1246 |
Use autotools-utils to reconfigure. |
1247 |
|
1248 |
22 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1249 |
All ebuilds need a version number so drop special case for master. Update |
1250 |
comments. |
1251 |
|
1252 |
21 Mar 2012; Diego E. Pettenò <flameeyes@gentoo.org> autotools.eclass: |
1253 |
Go back to use a variable rather than an array for _LATEST_AUTOMAKE, use |
1254 |
versionator eclass to go back to the full version instead, so that it's clear |
1255 |
what's going on and other developers don't misread the code. It's only |
1256 |
perfect for EAPI >= 0 but it's not broken on EAPI=0 anyway. |
1257 |
|
1258 |
20 Mar 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1259 |
Define _python_implementation() earlier. |
1260 |
Update handling of dependencies. |
1261 |
Patch by Arfrever. Backported from Progress Overlay. |
1262 |
http://code.google.com/p/gentoo-progress/source/detail?r=1705 |
1263 |
|
1264 |
19 Mar 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass: |
1265 |
Fix old eclass name in die-message. |
1266 |
|
1267 |
19 Mar 2012; Michał Górny <mgorny@gentoo.org> +vcs-snapshot.eclass: |
1268 |
Introduce vcs-snapshot eclass to simplify working with github, bitbucket |
1269 |
and similar snapshots. |
1270 |
|
1271 |
18 Mar 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1272 |
move eerror to ewarn, make the gettext warning less importend |
1273 |
|
1274 |
17 Mar 2012; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
1275 |
Fix eclass for rc kernels, and fix testing tarball download location. bug |
1276 |
#407869 |
1277 |
|
1278 |
15 Mar 2012; Patrick Lauer <patrick@gentoo.org> distutils.eclass: |
1279 |
Fixing #407495 |
1280 |
|
1281 |
14 Mar 2012; Mike Gilbert <floppym@gentoo.org> chromium.eclass: |
1282 |
Improve warning about debug (-g) flags in chromium_pkg_die. |
1283 |
|
1284 |
14 Mar 2012; Mike Gilbert <floppym@gentoo.org> +chromium.eclass: |
1285 |
New eclass. |
1286 |
|
1287 |
13 Mar 2012; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass: |
1288 |
Add JAVA_PKG_WANT_BUILD_VM to allow limiting build VM by VM handle. The main |
1289 |
aim is to allow respecting the system VM, if possible, for a subset of VMs |
1290 |
provided by the jdk virtuals. |
1291 |
Thanks to Vlastimil Babka <caster@gentoo.org> for contributing the variable |
1292 |
name and review. |
1293 |
|
1294 |
10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1295 |
Rev. 1.527 fixed 4.7 without me noticing. Add comments about the format of |
1296 |
gcc/BASE-VER to prevent future confusion. |
1297 |
|
1298 |
10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1299 |
Revert PRERELEASE setting for live ebuilds. It seems 4.7 treats BASE-VER |
1300 |
differently than earlier versions. This fixes them, but breaks 4.7 again. |
1301 |
|
1302 |
10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1303 |
We need micro versions on live ebuilds in order for tc_version_is_at_least() |
1304 |
to work properly. |
1305 |
|
1306 |
10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1307 |
Tweak live ebuild bits. |
1308 |
|
1309 |
10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1310 |
Fix unpacking of live git ebuilds. |
1311 |
|
1312 |
09 Mar 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1313 |
readded vdr-plugin_pkg_config dummy function |
1314 |
|
1315 |
09 Mar 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1316 |
removed vdr-plugin_pkg_config function, unused, changed on 2008 to eselect |
1317 |
vdrplugin handling |
1318 |
|
1319 |
09 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1320 |
Drop haddock from DEPENDS when USE=doc haddock. haddock-2.9.2+ can be used |
1321 |
right in the ebuild phase to build it's docs. |
1322 |
|
1323 |
08 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1324 |
Die earlier on unsupported EAPI. |
1325 |
|
1326 |
07 Mar 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1327 |
Fix default src_test implementation in EAPI 4. Patch by pesa. |
1328 |
|
1329 |
06 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass, |
1330 |
kde4-meta.eclass: |
1331 |
Update from kde overlay |
1332 |
|
1333 |
05 Mar 2012; Patrick Lauer <patrick@gentoo.org> apache-2.eclass: |
1334 |
Don't set eapi in eclass, #405911 |
1335 |
|
1336 |
03 Mar 2012; Vlastimil Babka <caster@gentoo.org> ant-tasks.eclass: |
1337 |
Add support for ANT_TASK_DISABLE_VM_DEPS variable - when enabled, the jdk/jre |
1338 |
deps are not added by eclass. |
1339 |
|
1340 |
03 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1341 |
Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 by |
1342 |
Xake). Drop old libffi-related code. |
1343 |
|
1344 |
01 Mar 2012; Naohiro Aota <naota@gentoo.org> eutils.eclass: |
1345 |
Consider patch alias, #404447 |
1346 |
|
1347 |
01 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1348 |
Cleanup qt_mkspecs_dir(). |
1349 |
|
1350 |
01 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1351 |
Fold standard_configure_options() into qt4-build_src_configure(). |
1352 |
|
1353 |
01 Mar 2012; Ulrich Müller <ulm@gentoo.org> eutils.eclass: |
1354 |
Cdrom functions split out to dedicated cdrom.eclass. |
1355 |
|
1356 |
28 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1357 |
Add qt-openvg blocker. |
1358 |
|
1359 |
27 Feb 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1360 |
Add a safety check to catch issues like bug 405299 earlier. Adapted from |
1361 |
Progress overlay. |
1362 |
|
1363 |
26 Feb 2012; Pacho Ramos <pacho@gentoo.org> tla.eclass: |
1364 |
Convert to eshopts_{push,pop}, bug 328871 by Spanky. |
1365 |
|
1366 |
26 Feb 2012; Pacho Ramos <pacho@gentoo.org> eutils.eclass: |
1367 |
Use correct menu categories for app-* as discussed in gentoo-dev. |
1368 |
|
1369 |
25 Feb 2012; Michal Hrusecky <miska@gentoo.org> obs-service.eclass: |
1370 |
Improved obs-service eclass to fix paths to suse-build automatically |
1371 |
|
1372 |
25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> linux-mod.eclass: |
1373 |
Bug #404193: Depend on virtual/modutils instead of |
1374 |
sys-apps/module-init-tools. |
1375 |
|
1376 |
23 Feb 2012; Alex Legler <a3li@gentoo.org> ruby-ng.eclass: |
1377 |
Improve no-matching-ruby-target-error message wording wrt bug 405373. |
1378 |
|
1379 |
21 Feb 2012; Justin Lecher <jlec@gentoo.org> subversion.eclass: |
1380 |
Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737 |
1381 |
|
1382 |
20 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
1383 |
Use WORKDIR instead of T for temporary GNUstep.conf, fixes bug #389859 |
1384 |
|
1385 |
20 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1386 |
Require dev-libs/ppl-0.11 now that it's stable (bug #396569). Drop cloog-ppl |
1387 |
include path workaround as we've required 0.15.0 for a while now. |
1388 |
|
1389 |
20 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> autotools.eclass: |
1390 |
Remove my WANT_AUTOMAKE=none overloading in eautomake and instead introduce |
1391 |
AT_NOEACLOCAL, AT_NOEAUTOCONF, AT_NOEAUTOMAKE that work the same as |
1392 |
AT_NOELIBTOOLIZE. Should fix bug #404555. |
1393 |
|
1394 |
15 Feb 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
1395 |
move media-tv to virtual/linuxtv-dvb-headers, bug #403929 |
1396 |
|
1397 |
13 Feb 2012; Zac Medico <zmedico@gentoo.org> python.eclass: |
1398 |
Enable PyPy 1.8 support. Merged from the progress overlay: |
1399 |
http://code.google.com/p/gentoo-progress/source/detail?r=1785 |
1400 |
|
1401 |
13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1402 |
Minor code style cleanup and quoting fixes. |
1403 |
|
1404 |
13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1405 |
Finally remove ${S} fallback, it was deprecated 3 months ago. |
1406 |
|
1407 |
13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1408 |
eqmake4: make CONFIG manipulation more robust by using gsub in the awk |
1409 |
script. Fixes bug #372719. |
1410 |
|
1411 |
12 Feb 2012; Matti Bickel <mabi@gentoo.org> php-lib-r1.eclass: |
1412 |
always install stuff into /usr/share/php |
1413 |
|
1414 |
12 Feb 2012; Matti Bickel <mabi@gentoo.org> fox.eclass: |
1415 |
fix eclass to also support building apps with fox:1.7 |
1416 |
|
1417 |
12 Feb 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass: |
1418 |
PaX mark cc1 and cc1plus for bug 301299 |
1419 |
|
1420 |
12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> autotools.eclass: |
1421 |
Provide a way to run eautoreconf without automake by using |
1422 |
WANT_AUTOMAKE=none. |
1423 |
|
1424 |
11 Feb 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass: |
1425 |
Remove vdr_add_local_patch() and use epatch_user() from eutils instead. Issue |
1426 |
a error in case the old variable to pass user patches is still used. Also the |
1427 |
example has been removed as it was actually a common ebuild example, nothing |
1428 |
specific. Update descriptions. |
1429 |
|
1430 |
11 Feb 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: |
1431 |
Delete declaration of unused variable. |
1432 |
|
1433 |
10 Feb 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> python.eclass: |
1434 |
Revert previous commit to python eclass, breaks any ebuild using |
1435 |
PYTHON_DEPEND=2.4 without any need or prior warning |
1436 |
|
1437 |
10 Feb 2012; Patrick Lauer <patrick@gentoo.org> python.eclass: |
1438 |
Removing python 2.4 support from python eclass |
1439 |
|
1440 |
09 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1441 |
Make src_test() a noop for qt-multimedia (bug #332299). |
1442 |
|
1443 |
09 Feb 2012; Markos Chandras <hwoarang@gentoo.org> qt4-build.eclass: |
1444 |
Drop buggy code as discussed on qt@gentoo.org on 2012/02/02 |
1445 |
|
1446 |
09 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
1447 |
Use check on configuration file instead of has_version for EAPI0 ebuilds |
1448 |
|
1449 |
08 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
1450 |
Force clang when using experimental libobjc2 support |
1451 |
|
1452 |
07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass: |
1453 |
Whitespace fix |
1454 |
|
1455 |
07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass: |
1456 |
Fixed eclass for usage with seamonkey (which has langpacks in beta releases). |
1457 |
|
1458 |
07 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1459 |
Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variables. |
1460 |
|
1461 |
06 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass: |
1462 |
Depend on an icon theme, fixes bug 341697 |
1463 |
|
1464 |
05 Feb 2012; Mike Gilbert <floppym@gentoo.org> mercurial.eclass: |
1465 |
Don't die if hg pull exits with status 1. |
1466 |
|
1467 |
04 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> +mozlinguas.eclass: |
1468 |
Add mozlinguas.eclass to handle language packs for mozilla products |
1469 |
|
1470 |
04 Feb 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1471 |
Fix typo in recursive autoreconf. |
1472 |
|
1473 |
02 Feb 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1474 |
Use checksums to determine whether files need autoreconf. Fixes bug #399641. |
1475 |
|
1476 |
02 Feb 2012; Mike Gilbert <floppym@gentoo.org> subversion.eclass: |
1477 |
Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever. |
1478 |
|
1479 |
31 Jan 2012; Markos Chandras <hwoarang@gentoo.org> qt4-build.eclass: |
1480 |
Initial EAPI4 support in qt4-build eclass |
1481 |
|
1482 |
31 Jan 2012; Ulrich Müller <ulm@gentoo.org> eutils.eclass: |
1483 |
Use ${P}-${PR} instead of ${PF} in epatch_user. |
1484 |
|
1485 |
30 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1486 |
Avoid inheriting eutils from python.eclass. |
1487 |
|
1488 |
30 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1489 |
Detect needless usage of python_convert_shebangs(). Patch by Arfrever. |
1490 |
|
1491 |
30 Jan 2012; Justin Lecher <jlec@gentoo.org> autotools-utils.eclass: |
1492 |
Call glib-gettextize with --force in autotools-utils.eclass |
1493 |
|
1494 |
21 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> cmake-utils.eclass: |
1495 |
Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request from |
1496 |
prefix guys, bug 398437 |
1497 |
|
1498 |
21 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1499 |
Force autoreconf on user patches only. |
1500 |
|
1501 |
21 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: |
1502 |
Copy python_clean_py-compile_files from Progress overlay. Thanks Arfrever. |
1503 |
Bug 396586. |
1504 |
|
1505 |
20 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1506 |
Added stdout echoing of most executed phase commands. Added stub for |
1507 |
CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay. |
1508 |
|
1509 |
19 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1510 |
Add AM_CONFIG_HEADER check (for pixman autoreconf). |
1511 |
|
1512 |
19 Jan 2012; Michał Górny <mgorny@gentoo.org> git-2.eclass: |
1513 |
Strip .git from storedir; wrt bug #386845. |
1514 |
|
1515 |
19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-lib-r1.eclass: |
1516 |
Removed superflous call to has_php from php-pear-lib-r1 |
1517 |
|
1518 |
19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass: |
1519 |
Added addpredict to src_configure phase because of bug #385403 |
1520 |
|
1521 |
18 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-r1.eclass: |
1522 |
Remove dependency on long gone dev-php/PEAR-PEAR-1.8.1 |
1523 |
|
1524 |
17 Jan 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass: |
1525 |
Add HARD_CFLAGS to ALL_CXXFLAGS for hardened gcc 4.7 |
1526 |
|
1527 |
17 Jan 2012; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
1528 |
Drop kdeenablefinal build feature. Fix source uri calc for KDE SC 4.7.97 aka |
1529 |
4.8 RC2 caused by screwed up version number scheme by upstream. |
1530 |
|
1531 |
16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xfconf.eclass: |
1532 |
Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support. |
1533 |
|
1534 |
15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1535 |
Quiet grep output. |
1536 |
|
1537 |
15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass: |
1538 |
Add maintainer, description tags etc. |
1539 |
|
1540 |
15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass: |
1541 |
Add EAPI 4 support |
1542 |
|
1543 |
15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1544 |
Improve the --docdir configure grep. |
1545 |
|
1546 |
15 Jan 2012; Ulrich Müller <ulm@gentoo.org> cdrom.eclass: |
1547 |
New variable CDROM_DISABLE_PROPERTIES. Set PROPERTIES only if this is unset. |
1548 |
|
1549 |
15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1550 |
Pass --docdir to configure only when supported. |
1551 |
|
1552 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1553 |
Use path_exists() to ensure any file exists in docdir. |
1554 |
|
1555 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1556 |
Replace the docdir-directory error with a warning. |
1557 |
|
1558 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1559 |
Pass --force to eautopoint and few other pre-autoreconf funcs. |
1560 |
|
1561 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1562 |
Autoreconfigure packages when user patches need it. |
1563 |
|
1564 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1565 |
Disallow eautomake from calling eautoreconf unnecessarily. |
1566 |
|
1567 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1568 |
Pass --docdir to configure, and install docs from it; wrt bug #350423. |
1569 |
|
1570 |
14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1571 |
Support installing default docs, similarly to EAPI4; wrt bug #397659. |
1572 |
|
1573 |
13 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass: |
1574 |
Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that |
1575 |
breaks pecl ebuilds (bug #398553) |
1576 |
|
1577 |
13 Jan 2012; Ulrich Müller <ulm@gentoo.org> +cdrom.eclass: |
1578 |
New cdrom.eclass, split out CD-ROM functions from eutils.eclass. |
1579 |
|
1580 |
13 Jan 2012; Ralph Sennhauser <sera@gentoo.org> java-virtuals-2.eclass: |
1581 |
Set S="${WORKDIR}" for java-virtuals as EAPI-4 doesn't permit the |
1582 |
S-to-WORKDIR fallback anymore. |
1583 |
|
1584 |
09 Jan 2012; Justin Lecher <jlec@gentoo.org> autotools-utils.eclass: |
1585 |
Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET |
1586 |
|
1587 |
07 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
1588 |
Install systemd units to /usr/lib. |
1589 |
|
1590 |
06 Jan 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
1591 |
mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass, |
1592 |
mysql_fx.eclass: |
1593 |
[mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug |
1594 |
388125. |
1595 |
Bumped required EAPI to 3 due to the prefix support. |
1596 |
Fix -userpriv detection - fixes bug 312809. |
1597 |
|
1598 |
05 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
1599 |
Fix use of dosym with directory destination. |
1600 |
|
1601 |
05 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1602 |
Add AUTOTOOLS_AUTORECONF for bug #392073. |
1603 |
|
1604 |
03 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org> |
1605 |
gnome-python-common.eclass: |
1606 |
New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink |
1607 |
to /bin/true. Make it an executable empty file instead. |
1608 |
|
1609 |
03 Jan 2012; Justin Lecher <jlec@gentoo.org> eutils.eclass: |
1610 |
Convert make_desktop_entry() comment block to be eclass-manpages conform, |
1611 |
#397451 |
1612 |
|
1613 |
01 Jan 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1614 |
Pass -importdir to configure only for qt >= 4.7 (bug #396685). |
1615 |
|
1616 |
01 Jan 2012; Mike Gilbert <floppym@gentoo.org> distutils.eclass, |
1617 |
python.eclass: |
1618 |
Avoid including python.eclass more than once. |
1619 |
|
1620 |
31 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1621 |
Respect {C,CXX,LD}FLAGS during config.tests (bug #336618). |
1622 |
|
1623 |
30 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1624 |
Make the output of qt4-build_src_unpack() more readable. |
1625 |
|
1626 |
28 Dec 2011; Stratos Psomadakis <psomas@gentoo.org> kernel-2.eclass: |
1627 |
Fix URIs for longterm kernels |
1628 |
|
1629 |
28 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
1630 |
Clean up setup-allowed-flags(). |
1631 |
|
1632 |
28 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
1633 |
Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are |
1634 |
used. Move -Os to allowed flags as it's been stable since 4.0ish and drop -O0 |
1635 |
because it breaks things a lot. |
1636 |
|
1637 |
27 Dec 2011; Jesus Rivero <neurogeek@gentoo.org> subversion.eclass: |
1638 |
Handle UUID mismatch by deleting working copy and checking out it again. |
1639 |
Patch by Arfrever. |
1640 |
|
1641 |
27 Dec 2011; Christian Faulhammer <fauli@gentoo.org> rox-0install.eclass, |
1642 |
apache-2.eclass, common-lisp-common-2.eclass, gnustep-2.eclass, |
1643 |
java-ant-2.eclass, java-pkg-2.eclass, java-pkg-opt-2.eclass, |
1644 |
java-utils-2.eclass, java-virtuals-2.eclass, common-lisp-common-3.eclass, |
1645 |
tetex-3.eclass, ant-tasks.eclass, apache-module.eclass, bsdmk.eclass, |
1646 |
common-lisp.eclass, common-lisp-common.eclass, darcs.eclass, db.eclass, |
1647 |
db-use.eclass, embassy.eclass, emul-linux-x86.eclass, enlightenment.eclass, |
1648 |
font-ebdftopcf.eclass, fox.eclass, freebsd.eclass, games.eclass, |
1649 |
games-mods.eclass, gnat.eclass, gnatbuild.eclass, gnome-python-common.eclass, |
1650 |
gst-plugins-bad.eclass, gst-plugins-base.eclass, gst-plugins-good.eclass, |
1651 |
gst-plugins10.eclass, horde.eclass, java-mvn-src.eclass, java-osgi.eclass, |
1652 |
java-pkg-simple.eclass, mercurial.eclass, mozextension.eclass, |
1653 |
myspell.eclass, mysql_fx.eclass, nsplugins.eclass, pam.eclass, |
1654 |
perl-app.eclass, php-common-r1.eclass, php-ezc.eclass, portability.eclass, |
1655 |
rox.eclass, rpm.eclass, savedconfig.eclass, scsh.eclass, sgml-catalog.eclass, |
1656 |
stardict.eclass, sword-module.eclass, tetex.eclass, tla.eclass, |
1657 |
vdr-plugin.eclass, versionator.eclass, vim-doc.eclass, vim-plugin.eclass, |
1658 |
vim-spell.eclass, vmware.eclass, vmware-mod.eclass, webapp.eclass, |
1659 |
wxwidgets.eclass, x-modular.eclass, xemacs-elisp.eclass, |
1660 |
xemacs-elisp-common.eclass, xemacs-packages.eclass, xfconf.eclass, |
1661 |
zproduct.eclass: |
1662 |
Update copyright years in headers |
1663 |
|
1664 |
27 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> mysql-cmake.eclass, |
1665 |
mysql-v2.eclass: |
1666 |
Bug #396089: Avoid automagic systemtap/dtrace in MySQL 5.5. |
1667 |
|
1668 |
27 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted.eclass: |
1669 |
Only call doman on manpages in twisted_src_install. Credit to Arfrever. |
1670 |
|
1671 |
27 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted.eclass: |
1672 |
Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have |
1673 |
tarballs past 10.2. |
1674 |
|
1675 |
26 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1676 |
Misc cleanups, add a few missing "|| die", fix description of some functions. |
1677 |
|
1678 |
25 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1679 |
Delete obsolete sed on fvisibility.test, it's no longer needed in all |
1680 |
versions of Qt currently available in the tree. |
1681 |
|
1682 |
22 Dec 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1683 |
Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649. |
1684 |
|
1685 |
21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1686 |
Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for |
1687 |
testing. |
1688 |
|
1689 |
21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1690 |
Remove obsolete workaround. |
1691 |
|
1692 |
18 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> python.eclass: |
1693 |
Bug #390691: Be careful about cp call to coreutils with --no-preserve option |
1694 |
that might not be available until later in an upgrade. |
1695 |
|
1696 |
18 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org> ruby-ng.eclass: |
1697 |
Reorder setting of REQUIRED_USE to stay near IUSE setting; also use |
1698 |
ruby_get_use_targets to set IUSE. |
1699 |
|
1700 |
18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass, |
1701 |
kde4-functions.eclass, kde4-meta.eclass: |
1702 |
Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks |
1703 |
(requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat |
1704 |
kde-4.[789] version numbers, warn if the handbook useflag is added manually |
1705 |
|
1706 |
17 Dec 2011; Maciej Mrozowski <reavertm@gentoo.org> eutils.eclass: |
1707 |
Revert old eshopts_{pop,push} implementations until new ones pass unit tests. |
1708 |
Bug 395025. |
1709 |
|
1710 |
16 Dec 2011; Jonathan Callen <abcd@gentoo.org> qt4-build.eclass: |
1711 |
Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the |
1712 |
non-FHS-compliant /usr/imports |
1713 |
|
1714 |
16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: |
1715 |
Add app-arch/xz-utils dependency to leechcraft.eclass |
1716 |
|
1717 |
15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: |
1718 |
Update leechcraft eclass to new filename suffix |
1719 |
|
1720 |
14 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass, |
1721 |
gnome2.eclass: |
1722 |
Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since |
1723 |
glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to |
1724 |
Marc-Antoine Perennou for reporting). |
1725 |
|
1726 |
14 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> multilib.eclass: |
1727 |
Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain |
1728 |
without additional tuning. |
1729 |
|
1730 |
14 Dec 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1731 |
Drop base.eclass inherit and thus src_unpack() export. |
1732 |
|
1733 |
13 Dec 2011; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass: |
1734 |
No longer require JDK for installing java binpkg. #206024 |
1735 |
|
1736 |
10 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1737 |
Handle sparc64-* in arch configuration. |
1738 |
|
1739 |
08 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1740 |
Update HOMEPAGE (bug #388133). |
1741 |
|
1742 |
07 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1743 |
Disappear disappeared devs. |
1744 |
|
1745 |
05 Dec 2011; Mike Gilbert <floppym@gentoo.org> java-vm-2.eclass: |
1746 |
Add semicolon to fix ferringb's last change. |
1747 |
|
1748 |
04 Dec 2011; Brian Harring <ferringb@gentoo.org> java-vm-2.eclass: |
1749 |
Fix IFS=: bleeding out from java-vm_sandbox-predict invocations. |
1750 |
|
1751 |
03 Dec 2011; Ulrich Mueller <ulm@gentoo.org> elisp.eclass, |
1752 |
elisp-common.eclass: |
1753 |
Sync eclasses from Emacs overlay (revision 1759). |
1754 |
elisp.eclass: Allow for user patches. New variable ELISP_REMOVE. |
1755 |
elisp-common.eclass: Replace echo by ebegin/eend for proper logging. |
1756 |
|
1757 |
02 Dec 2011; Brian Harring <ferringb@gentoo.org> eutils.eclass: |
1758 |
Fix eqawarn to match portage's return code; this fixes sporadic failures |
1759 |
in alternate managers for packages like freetype that bleed the |
1760 |
return code through. |
1761 |
|
1762 |
27 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1763 |
Revert making pushd/popd fatal due to humongous breakage. Add a warning |
1764 |
message instead. |
1765 |
|
1766 |
27 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1767 |
Denote that autotools-utils must not be mixed with econf/emake. |
1768 |
|
1769 |
26 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1770 |
Remove implicit IUSE=debug deprecation warning. |
1771 |
|
1772 |
26 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
1773 |
Add failure handling for pushd/popd calls. |
1774 |
|
1775 |
24 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
1776 |
set_java_env(): Substitute @SLOT@ in vm env files |
1777 |
java-vm_check-nsplugin(): Fix handling of IUSE defaults |
1778 |
|
1779 |
24 Nov 2011; Maciej Mrozowski <reavertm@gentoo.org> virtuoso.eclass: |
1780 |
Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}. |
1781 |
|
1782 |
21 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> nsplugins.eclass: |
1783 |
Assign to mozilla herd, add share_plugins_dir function for mozilla |
1784 |
applications. |
1785 |
|
1786 |
21 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass: |
1787 |
Fix handling of crashreporter use. |
1788 |
|
1789 |
21 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
1790 |
Move handling of PaX marking JVM executables to eclass. |
1791 |
|
1792 |
21 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
1793 |
Fix live ebuilds. |
1794 |
|
1795 |
19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1796 |
Add dependency on dev-util/pkgconfig (#385835 and #387783). |
1797 |
|
1798 |
19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1799 |
Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup. |
1800 |
|
1801 |
19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1802 |
Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709). |
1803 |
|
1804 |
18 Nov 2011; Michał Górny <mgorny@gentoo.org> scons-utils.eclass: |
1805 |
Add DESTDIR-like variable to the example. |
1806 |
|
1807 |
18 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
1808 |
Set VARTEXFONTS for doc generation, fix sandbox access violation on |
1809 |
/var/cache/fonts |
1810 |
|
1811 |
17 Nov 2011; Tiziano Müller <dev-zero@gentoo.org> mysql-v2.eclass: |
1812 |
Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to |
1813 |
fail (bug #388673). |
1814 |
|
1815 |
15 Nov 2011; Vlastimil Babka <caster@gentoo.org> java-vm-2.eclass: |
1816 |
Drop the repetitive elogs about revdep rebuild control files for binary |
1817 |
JVM's. |
1818 |
|
1819 |
14 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass: |
1820 |
Remove obsolete xorg-x11 dep from mozconfig-3 |
1821 |
|
1822 |
14 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass, |
1823 |
gnome2.eclass: |
1824 |
Add gnome2_environment_reset() to reset env variables that often cause build |
1825 |
or test failures (most recently bug #380639). The XDG_* resetting code had |
1826 |
been tested in the gnome overlay for months with good results. |
1827 |
|
1828 |
12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1829 |
Restore ${S} fallback, but with a deprecation notice saying that it will be |
1830 |
removed in 30 days. |
1831 |
|
1832 |
12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: |
1833 |
Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.) |
1834 |
|
1835 |
12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass: |
1836 |
Remove ${S} fallback from src_unpack, set qt@g.o as maintainer, remove |
1837 |
unnecessary quoting. |
1838 |
|
1839 |
12 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass: |
1840 |
Add java-vm_sandbox-predict for installing a sandbox control file along with |
1841 |
any JVM that needs it. Bug 388937#c1 |
1842 |
|
1843 |
11 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
1844 |
Test that appended flags are valid. This allows people to add flags that were |
1845 |
unsupported in earlier releases without needing to do version checking. |
1846 |
|
1847 |
10 Nov 2011; Pacho Ramos <pacho@gentoo.org> gtk-sharp-module.eclass: |
1848 |
gnome-desktop-sharp stuff need gnome-desktop:2, bug #389181 by Kacper |
1849 |
Kowalik. |
1850 |
|
1851 |
10 Nov 2011; Naohiro Aota <naota@gentoo.org> |
1852 |
ELT-patches/fbsd-conf/00broken-libglade: |
1853 |
Add patch applied detection comment |
1854 |
|
1855 |
08 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass: |
1856 |
Fix sandbox access violation on /root/GNUstep, bug #383665 |
1857 |
|
1858 |
08 Nov 2011; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
1859 |
Modify to support new location of 2.6 kernels on kernel.org and mirrors |
1860 |
|
1861 |
04 Nov 2011; Naohiro Aota <naota@gentoo.org> mysql.eclass, user.eclass: |
1862 |
Change possible mis-used ${action} to ${db} |
1863 |
|
1864 |
03 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog: |
1865 |
Created ChangeLog |