summaryrefslogtreecommitdiff
blob: c02872d39ad8744b9cf81a50ae86230f203d8431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.163 2012/03/10 20:01:05 dirtyepic Exp $

  10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  We need micro versions on live ebuilds in order for tc_version_is_at_least()
  to work properly.

  10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Tweak live ebuild bits.

  10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Fix unpacking of live git ebuilds.

  09 Mar 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
  readded vdr-plugin_pkg_config dummy function

  09 Mar 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
  removed vdr-plugin_pkg_config function, unused, changed on 2008 to eselect
  vdrplugin handling

  09 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
  Drop haddock from DEPENDS when USE=doc haddock. haddock-2.9.2+ can be used
  right in the ebuild phase to build it's docs.

  08 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Die earlier on unsupported EAPI.

  07 Mar 2012; Mike Gilbert <floppym@gentoo.org> python.eclass:
  Fix default src_test implementation in EAPI 4. Patch by pesa.

  06 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass,
  kde4-meta.eclass:
  Update from kde overlay

  05 Mar 2012; Patrick Lauer <patrick@gentoo.org> apache-2.eclass:
  Don't set eapi in eclass, #405911

  03 Mar 2012; Vlastimil Babka <caster@gentoo.org> ant-tasks.eclass:
  Add support for ANT_TASK_DISABLE_VM_DEPS variable - when enabled, the jdk/jre
  deps are not added by eclass.

  03 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Prevent bundled libffi from being installed with gcj or gccgo (bug #354903 by
  Xake).  Drop old libffi-related code.

  01 Mar 2012; Naohiro Aota <naota@gentoo.org> eutils.eclass:
  Consider patch alias, #404447

  01 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Cleanup qt_mkspecs_dir().

  01 Mar 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Fold standard_configure_options() into qt4-build_src_configure().

  01 Mar 2012; Ulrich Müller <ulm@gentoo.org> eutils.eclass:
  Cdrom functions split out to dedicated cdrom.eclass.

  28 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Add qt-openvg blocker.

  27 Feb 2012; Mike Gilbert <floppym@gentoo.org> python.eclass:
  Add a safety check to catch issues like bug 405299 earlier. Adapted from
  Progress overlay.

  26 Feb 2012; Pacho Ramos <pacho@gentoo.org> tla.eclass:
  Convert to eshopts_{push,pop}, bug 328871 by Spanky.

  26 Feb 2012; Pacho Ramos <pacho@gentoo.org> eutils.eclass:
  Use correct menu categories for app-* as discussed in gentoo-dev.

  25 Feb 2012; Michal Hrusecky <miska@gentoo.org> obs-service.eclass:
  Improved obs-service eclass to fix paths to suse-build automatically

  25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> linux-mod.eclass:
  Bug #404193: Depend on virtual/modutils instead of
  sys-apps/module-init-tools.

  23 Feb 2012; Alex Legler <a3li@gentoo.org> ruby-ng.eclass:
  Improve no-matching-ruby-target-error message wording wrt bug 405373.

  21 Feb 2012; Justin Lecher <jlec@gentoo.org> subversion.eclass:
  Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737

  20 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
  Use WORKDIR instead of T for temporary GNUstep.conf, fixes bug #389859

  20 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Require dev-libs/ppl-0.11 now that it's stable (bug #396569). Drop cloog-ppl
  include path workaround as we've required 0.15.0 for a while now.

  20 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> autotools.eclass:
  Remove my WANT_AUTOMAKE=none overloading in eautomake and instead introduce
  AT_NOEACLOCAL, AT_NOEAUTOCONF, AT_NOEAUTOMAKE that work the same as
  AT_NOELIBTOOLIZE. Should fix bug #404555.

  15 Feb 2012; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
  move media-tv to virtual/linuxtv-dvb-headers, bug #403929

  13 Feb 2012; Zac Medico <zmedico@gentoo.org> python.eclass:
  Enable PyPy 1.8 support. Merged from the progress overlay:
  http://code.google.com/p/gentoo-progress/source/detail?r=1785

  13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass:
  Minor code style cleanup and quoting fixes.

  13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass:
  Finally remove ${S} fallback, it was deprecated 3 months ago.

  13 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass:
  eqmake4: make CONFIG manipulation more robust by using gsub in the awk
  script. Fixes bug #372719.

  12 Feb 2012; Matti Bickel <mabi@gentoo.org> php-lib-r1.eclass:
  always install stuff into /usr/share/php

  12 Feb 2012; Matti Bickel <mabi@gentoo.org> fox.eclass:
  fix eclass to also support building apps with fox:1.7

  12 Feb 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass:
  PaX mark cc1 and cc1plus for bug 301299

  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> autotools.eclass:
  Provide a way to run eautoreconf without automake by using
  WANT_AUTOMAKE=none.

  11 Feb 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass:
  Remove vdr_add_local_patch() and use epatch_user() from eutils instead. Issue
  a error in case the old variable to pass user patches is still used. Also the
  example has been removed as it was actually a common ebuild example, nothing
  specific. Update descriptions.

  11 Feb 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass:
  Delete declaration of unused variable.

  10 Feb 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> python.eclass:
  Revert previous commit to python eclass, breaks any ebuild using
  PYTHON_DEPEND=2.4 without any need or prior warning

  10 Feb 2012; Patrick Lauer <patrick@gentoo.org> python.eclass:
  Removing python 2.4 support from python eclass

  09 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Make src_test() a noop for qt-multimedia (bug #332299).

  09 Feb 2012; Markos Chandras <hwoarang@gentoo.org> qt4-build.eclass:
  Drop buggy code as discussed on qt@gentoo.org on 2012/02/02

  09 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
  Use check on configuration file instead of has_version for EAPI0 ebuilds

  08 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
  Force clang when using experimental libobjc2 support

  07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass:
  Whitespace fix

  07 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> mozlinguas.eclass:
  Fixed eclass for usage with seamonkey (which has langpacks in beta releases).

  07 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
  Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variables.

  06 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass:
  Depend on an icon theme, fixes bug 341697

  05 Feb 2012; Mike Gilbert <floppym@gentoo.org> mercurial.eclass:
  Don't die if hg pull exits with status 1.

  04 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> +mozlinguas.eclass:
  Add mozlinguas.eclass to handle language packs for mozilla products

  04 Feb 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Fix typo in recursive autoreconf.

  02 Feb 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Use checksums to determine whether files need autoreconf. Fixes bug #399641.

  02 Feb 2012; Mike Gilbert <floppym@gentoo.org> subversion.eclass:
  Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever.

  31 Jan 2012; Markos Chandras <hwoarang@gentoo.org> qt4-build.eclass:
  Initial EAPI4 support in qt4-build eclass

  31 Jan 2012; Ulrich Müller <ulm@gentoo.org> eutils.eclass:
  Use ${P}-${PR} instead of ${PF} in epatch_user.

  30 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass:
  Avoid inheriting eutils from python.eclass.

  30 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass:
  Detect needless usage of python_convert_shebangs(). Patch by Arfrever.

  30 Jan 2012; Justin Lecher <jlec@gentoo.org> autotools-utils.eclass:
  Call glib-gettextize with --force in autotools-utils.eclass

  21 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> cmake-utils.eclass:
  Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request from
  prefix guys, bug 398437

  21 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Force autoreconf on user patches only.

  21 Jan 2012; Mike Gilbert <floppym@gentoo.org> python.eclass:
  Copy python_clean_py-compile_files from Progress overlay. Thanks Arfrever.
  Bug 396586.

  20 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
  Added stdout echoing of most executed phase commands. Added stub for
  CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay.

  19 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Add AM_CONFIG_HEADER check (for pixman autoreconf).

  19 Jan 2012; Michał Górny <mgorny@gentoo.org> git-2.eclass:
  Strip .git from storedir; wrt bug #386845.

  19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-lib-r1.eclass:
  Removed superflous call to has_php from php-pear-lib-r1

  19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass:
  Added addpredict to src_configure phase because of bug #385403

  18 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-r1.eclass:
  Remove dependency on long gone dev-php/PEAR-PEAR-1.8.1

  17 Jan 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass:
  Add HARD_CFLAGS to ALL_CXXFLAGS for hardened gcc 4.7

  17 Jan 2012; Johannes Huber <johu@gentoo.org> kde4-base.eclass:
  Drop kdeenablefinal build feature. Fix source uri calc for KDE SC 4.7.97 aka
  4.8 RC2 caused by screwed up version number scheme by upstream.

  16 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xfconf.eclass:
  Raise xfce4-dev-tools DEPEND to 4.9.1 for LT_INIT and LT_PREREQ support.

  15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Quiet grep output.

  15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass:
  Add maintainer, description tags etc.

  15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass:
  Add EAPI 4 support

  15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Improve the --docdir configure grep.

  15 Jan 2012; Ulrich Müller <ulm@gentoo.org> cdrom.eclass:
  New variable CDROM_DISABLE_PROPERTIES. Set PROPERTIES only if this is unset.

  15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Pass --docdir to configure only when supported.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Use path_exists() to ensure any file exists in docdir.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Replace the docdir-directory error with a warning.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Pass --force to eautopoint and few other pre-autoreconf funcs.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Autoreconfigure packages when user patches need it.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Disallow eautomake from calling eautoreconf unnecessarily.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Pass --docdir to configure, and install docs from it; wrt bug #350423.

  14 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Support installing default docs, similarly to EAPI4; wrt bug #397659.

  13 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass:
  Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that
  breaks pecl ebuilds (bug #398553)

  13 Jan 2012; Ulrich Müller <ulm@gentoo.org> +cdrom.eclass:
  New cdrom.eclass, split out CD-ROM functions from eutils.eclass.

  13 Jan 2012; Ralph Sennhauser <sera@gentoo.org> java-virtuals-2.eclass:
  Set S="${WORKDIR}" for java-virtuals as EAPI-4 doesn't permit the
  S-to-WORKDIR fallback anymore.

  09 Jan 2012; Justin Lecher <jlec@gentoo.org> autotools-utils.eclass:
  Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET

  07 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass:
  Install systemd units to /usr/lib.

  06 Jan 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass,
  mysql_fx.eclass:
  [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug
  388125.
  Bumped required EAPI to 3 due to the prefix support.
  Fix -userpriv detection - fixes bug 312809.

  05 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass:
  Fix use of dosym with directory destination.

  05 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Add AUTOTOOLS_AUTORECONF for bug #392073.

  03 Jan 2012; Nirbheek Chauhan <nirbheek@gentoo.org>
  gnome-python-common.eclass:
  New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink
  to /bin/true. Make it an executable empty file instead.

  03 Jan 2012; Justin Lecher <jlec@gentoo.org> eutils.eclass:
  Convert make_desktop_entry() comment block to be eclass-manpages conform,
  #397451

  01 Jan 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Pass -importdir to configure only for qt >= 4.7 (bug #396685).

  01 Jan 2012; Mike Gilbert <floppym@gentoo.org> distutils.eclass,
  python.eclass:
  Avoid including python.eclass more than once.

  31 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Respect {C,CXX,LD}FLAGS during config.tests (bug #336618).

  30 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Make the output of qt4-build_src_unpack() more readable.

  28 Dec 2011; Stratos Psomadakis <psomas@gentoo.org> kernel-2.eclass:
  Fix URIs for longterm kernels

  28 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
  Clean up setup-allowed-flags().

  28 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
  Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are
  used. Move -Os to allowed flags as it's been stable since 4.0ish and drop -O0
  because it breaks things a lot.

  27 Dec 2011; Jesus Rivero <neurogeek@gentoo.org> subversion.eclass:
  Handle UUID mismatch by deleting working copy and checking out it again.
  Patch by Arfrever.

  27 Dec 2011; Christian Faulhammer <fauli@gentoo.org> rox-0install.eclass,
  apache-2.eclass, common-lisp-common-2.eclass, gnustep-2.eclass,
  java-ant-2.eclass, java-pkg-2.eclass, java-pkg-opt-2.eclass,
  java-utils-2.eclass, java-virtuals-2.eclass, common-lisp-common-3.eclass,
  tetex-3.eclass, ant-tasks.eclass, apache-module.eclass, bsdmk.eclass,
  common-lisp.eclass, common-lisp-common.eclass, darcs.eclass, db.eclass,
  db-use.eclass, embassy.eclass, emul-linux-x86.eclass, enlightenment.eclass,
  font-ebdftopcf.eclass, fox.eclass, freebsd.eclass, games.eclass,
  games-mods.eclass, gnat.eclass, gnatbuild.eclass, gnome-python-common.eclass,
  gst-plugins-bad.eclass, gst-plugins-base.eclass, gst-plugins-good.eclass,
  gst-plugins10.eclass, horde.eclass, java-mvn-src.eclass, java-osgi.eclass,
  java-pkg-simple.eclass, mercurial.eclass, mozextension.eclass,
  myspell.eclass, mysql_fx.eclass, nsplugins.eclass, pam.eclass,
  perl-app.eclass, php-common-r1.eclass, php-ezc.eclass, portability.eclass,
  rox.eclass, rpm.eclass, savedconfig.eclass, scsh.eclass, sgml-catalog.eclass,
  stardict.eclass, sword-module.eclass, tetex.eclass, tla.eclass,
  vdr-plugin.eclass, versionator.eclass, vim-doc.eclass, vim-plugin.eclass,
  vim-spell.eclass, vmware.eclass, vmware-mod.eclass, webapp.eclass,
  wxwidgets.eclass, x-modular.eclass, xemacs-elisp.eclass,
  xemacs-elisp-common.eclass, xemacs-packages.eclass, xfconf.eclass,
  zproduct.eclass:
  Update copyright years in headers

  27 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> mysql-cmake.eclass,
  mysql-v2.eclass:
  Bug #396089: Avoid automagic systemtap/dtrace in MySQL 5.5.

  27 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted.eclass:
  Only call doman on manpages in twisted_src_install. Credit to Arfrever.

  27 Dec 2011; Mike Gilbert <floppym@gentoo.org> twisted.eclass:
  Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have
  tarballs past 10.2.

  26 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Misc cleanups, add a few missing "|| die", fix description of some functions.

  25 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Delete obsolete sed on fvisibility.test, it's no longer needed in all
  versions of Qt currently available in the tree.

  22 Dec 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.

  21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for
  testing.

  21 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Remove obsolete workaround.

  18 Dec 2011; Robin H. Johnson <robbat2@gentoo.org> python.eclass:
  Bug #390691: Be careful about cp call to coreutils with --no-preserve option
  that might not be available until later in an upgrade.

  18 Dec 2011; Diego E. Pettenò <flameeyes@gentoo.org> ruby-ng.eclass:
  Reorder setting of REQUIRED_USE to stay near IUSE setting; also use
  ruby_get_use_targets to set IUSE.

  18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass,
  kde4-functions.eclass, kde4-meta.eclass:
  Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks
  (requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat
  kde-4.[789] version numbers, warn if the handbook useflag is added manually

  17 Dec 2011; Maciej Mrozowski <reavertm@gentoo.org> eutils.eclass:
  Revert old eshopts_{pop,push} implementations until new ones pass unit tests.
  Bug 395025.

  16 Dec 2011; Jonathan Callen <abcd@gentoo.org> qt4-build.eclass:
  Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the
  non-FHS-compliant /usr/imports

  16 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass:
  Add app-arch/xz-utils dependency to leechcraft.eclass

  15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass:
  Update leechcraft eclass to new filename suffix

  14 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass,
  gnome2.eclass:
  Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since
  glib-2.25.11, and has been removed in 2.31.x (bug #394501, thanks to
  Marc-Antoine Perennou for reporting).

  14 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> multilib.eclass:
  Added -m32 to CFLAGS_sparc32. Allows to build sparc64-* multilib toolchain
  without additional tuning.

  14 Dec 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Drop base.eclass inherit and thus src_unpack() export.

  13 Dec 2011; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass:
  No longer require JDK for installing java binpkg. #206024

  10 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Handle sparc64-* in arch configuration.

  08 Dec 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Update HOMEPAGE (bug #388133).

  07 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Disappear disappeared devs.

  05 Dec 2011; Mike Gilbert <floppym@gentoo.org> java-vm-2.eclass:
  Add semicolon to fix ferringb's last change.

  04 Dec 2011; Brian Harring <ferringb@gentoo.org> java-vm-2.eclass:
  Fix IFS=: bleeding out from java-vm_sandbox-predict invocations.

  03 Dec 2011; Ulrich Mueller <ulm@gentoo.org> elisp.eclass,
  elisp-common.eclass:
  Sync eclasses from Emacs overlay (revision 1759).
  elisp.eclass: Allow for user patches. New variable ELISP_REMOVE.
  elisp-common.eclass: Replace echo by ebegin/eend for proper logging.

  02 Dec 2011; Brian Harring <ferringb@gentoo.org> eutils.eclass:
  Fix eqawarn to match portage's return code; this fixes sporadic failures
  in alternate managers for packages like freetype that bleed the
  return code through.

  27 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Revert making pushd/popd fatal due to humongous breakage. Add a warning
  message instead.

  27 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Denote that autotools-utils must not be mixed with econf/emake.

  26 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Remove implicit IUSE=debug deprecation warning.

  26 Nov 2011; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
  Add failure handling for pushd/popd calls.

  24 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass:
  set_java_env(): Substitute @SLOT@ in vm env files
  java-vm_check-nsplugin(): Fix handling of IUSE defaults

  24 Nov 2011; Maciej Mrozowski <reavertm@gentoo.org> virtuoso.eclass:
  Dependency on <gawk-4 moved to virtuoso-server-6.1.{2,3}.

  21 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> nsplugins.eclass:
  Assign to mozilla herd, add share_plugins_dir function for mozilla
  applications.

  21 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass:
  Fix handling of crashreporter use.

  21 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass:
  Move handling of PaX marking JVM executables to eclass.

  21 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Fix live ebuilds.

  19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Add dependency on dev-util/pkgconfig (#385835 and #387783).

  19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Remove support for Qt 4.5, add blockers for qt-declarative, small cleanup.

  19 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Make qt_assistant_cleanup() a no-op for Qt 4.7.4 and later (bug #386709).

  18 Nov 2011; Michał Górny <mgorny@gentoo.org> scons-utils.eclass:
  Add DESTDIR-like variable to the example.

  18 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
  Set VARTEXFONTS for doc generation, fix sandbox access violation on
  /var/cache/fonts

  17 Nov 2011; Tiziano Müller <dev-zero@gentoo.org> mysql-v2.eclass:
  Fixed misplaced quotes in mysql-v2 eclass causing 'emerge --config mysql' to
  fail (bug #388673).

  15 Nov 2011; Vlastimil Babka <caster@gentoo.org> java-vm-2.eclass:
  Drop the repetitive elogs about revdep rebuild control files for binary
  JVM's.

  14 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass:
  Remove obsolete xorg-x11 dep from mozconfig-3

  14 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass,
  gnome2.eclass:
  Add gnome2_environment_reset() to reset env variables that often cause build
  or test failures (most recently bug #380639). The XDG_* resetting code had
  been tested in the gnome overlay for months with good results.

  12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass:
  Restore ${S} fallback, but with a deprecation notice saying that it will be
  removed in 30 days.

  12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Set qt@g.o as maintainer, minor cleanups (quoting, whitespace, etc.)

  12 Nov 2011; Davide Pesavento <pesa@gentoo.org> qt4-r2.eclass:
  Remove ${S} fallback from src_unpack, set qt@g.o as maintainer, remove
  unnecessary quoting.

  12 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass:
  Add java-vm_sandbox-predict for installing a sandbox control file along with
  any JVM that needs it. Bug 388937#c1

  11 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
  Test that appended flags are valid. This allows people to add flags that were
  unsupported in earlier releases without needing to do version checking.

  10 Nov 2011; Pacho Ramos <pacho@gentoo.org> gtk-sharp-module.eclass:
  gnome-desktop-sharp stuff need gnome-desktop:2, bug #389181 by Kacper
  Kowalik.

  10 Nov 2011; Naohiro Aota <naota@gentoo.org>
  ELT-patches/fbsd-conf/00broken-libglade:
  Add patch applied detection comment

  08 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
  Fix sandbox access violation on /root/GNUstep, bug #383665

  08 Nov 2011; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass:
  Modify to support new location of 2.6 kernels on kernel.org and mirrors

  04 Nov 2011; Naohiro Aota <naota@gentoo.org> mysql.eclass, user.eclass:
  Change possible mis-used ${action} to ${db}

  03 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog:
  Created ChangeLog