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