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