1 |
# ChangeLog for eclass directory |
2 |
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1749 2015/08/07 02:05:19 pesa Exp $ |
4 |
|
5 |
08 Aug 2015; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
6 |
Add some boldness to output. Update/fix pkg_needrebuild() for |
7 |
smart-live-rebuild. |
8 |
|
9 |
07 Aug 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
10 |
Fix bugs #549140 and #552942. |
11 |
|
12 |
07 Aug 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
13 |
Allow passing arguments to qmake from ebuilds via the myqmakeargs array. |
14 |
|
15 |
06 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
16 |
haskell-cabal.eclass: |
17 |
Add new helpers: 'ghc-pm-version' to get ghc version as seen by package |
18 |
manager and 'ghc-is-dynamic' to workaround ghc-api bug |
19 |
https://ghc.haskell.org/trac/ghc/ticket/10301 in ebuild. |
20 |
|
21 |
05 Aug 2015; William Hubbs <williamh@gentoo.org> golang-vcs-snapshot.eclass: |
22 |
add || die and fix indentation |
23 |
|
24 |
05 Aug 2015; William Hubbs <williamh@gentoo.org> +golang-vcs-snapshot.eclass: |
25 |
Add eclass for vcs snapshots of software written in Go. |
26 |
|
27 |
03 Aug 2015; Michael Sterrett <mr_bones_@gentoo.org> python-utils-r1.eclass: |
28 |
Add quotes to support reading from files with spaces in the filename. |
29 |
|
30 |
03 Aug 2015; Michael Palimaka <kensington@gentoo.org> kde5.eclass: |
31 |
Do not compress handbooks. |
32 |
|
33 |
02 Aug 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
34 |
Allow java-pkg_get-javac to be called alone. Fixes bug #172594. Thanks to |
35 |
sping for the patch. Also simplify die logic around java-pkg_javac-args. die |
36 |
handling has improved since this was written. |
37 |
|
38 |
31 Jul 2015; Patrice Clement <monsieurp@gentoo.org> java-utils-2.eclass: |
39 |
Document JAVA_RM_FILES variable. Also, fix documentation and correct typos in |
40 |
java-pkg_rm_files. |
41 |
|
42 |
30 Jul 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
43 |
Fix JAVA_RM_FILES by simplifying java-utils-2_src_prepare on the basis that |
44 |
we won't be committing EAPI 0|1 ebuilds any more. |
45 |
|
46 |
30 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
47 |
Revert bad mycmakeargs changes and introduce 3 eclass variables to have extra |
48 |
defines in the ebuild |
49 |
|
50 |
30 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
51 |
Reset variables between ABIs |
52 |
|
53 |
30 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
54 |
Add blocker below virtual/mysql-5.6-r4 for new split ebuilds |
55 |
|
56 |
29 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
57 |
Fix pkg_config function error with non-existant USE flags |
58 |
|
59 |
28 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
60 |
Fix configuring non-native abi which leads to build failure wrt bug 556162 |
61 |
|
62 |
28 Jul 2015; Brian Evans <grknight@gentoo.org> mysql-cmake.eclass, |
63 |
mysql-multilib.eclass: |
64 |
Add support for the split client/server options to the mysql eclasses |
65 |
|
66 |
27 Jul 2015; William Hubbs <williamh@gentoo.org> +golang-base.eclass, |
67 |
golang-build.eclass, golang-vcs.eclass: |
68 |
Add golang-base.eclass for the basic golang functions and set up the |
69 |
other go eclasses to use it. |
70 |
|
71 |
|
72 |
27 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
73 |
python_wrapper_setup(): make banned helpers exit with 127. |
74 |
|
75 |
27 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
76 |
Ban calling pythonN and pythonN-config when the other version of Python is |
77 |
selected (i.e. ban python2 when python3 is used). |
78 |
|
79 |
27 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
80 |
python_wrapper_setup(): wrap pythonN-config as well as suggested by PEP and |
81 |
required by some applications, bug #555594. |
82 |
|
83 |
27 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
84 |
python_wrapper_setup(): replace symlinks with shell wrappers to avoid |
85 |
triggering Python 3.4+ magical prefix support. |
86 |
|
87 |
27 Jul 2015; Mike Gilbert <floppym@gentoo.org> python-r1.eclass: |
88 |
Drop the USE_PYTHON warning. |
89 |
|
90 |
25 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
91 |
Add missing ||die to "rm -f" calls, i.e. in case we do not have permission to |
92 |
remove the files. |
93 |
|
94 |
23 Jul 2015; William Hubbs <williamh@gentoo.org> golang-build.eclass: |
95 |
Add functions to retrieve Go library paths and install Go packages. |
96 |
|
97 |
22 Jul 2015; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass: |
98 |
Fix oldpim unpack by Andreas Sturmlechner <andreas.sturmlechner@gmail.com> |
99 |
wrt bug #555566. |
100 |
|
101 |
22 Jul 2015; Patrice Clement <monsieurp@gentoo.org> java-utils-2.eclass: |
102 |
Introduce java-pkg_rm_files as a helper function along with JAVA_RM_FILES |
103 |
array to readily get rid of useless files. |
104 |
|
105 |
20 Jul 2015; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
106 |
Workaround upstream cabal tests hangup bug #537500 by Michael Orlitzky; use |
107 |
ghc's haddock for doc generation. |
108 |
|
109 |
19 Jul 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
110 |
Change kernel upgrade http link and remove reference to deblob in elog |
111 |
message. See bug #553484 |
112 |
|
113 |
19 Jul 2015; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
114 |
Cleanup SRC_URIs. |
115 |
|
116 |
18 Jul 2015; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: |
117 |
Add entire python directory to SANDBOX_PREDICT, bug 554252. |
118 |
|
119 |
17 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
120 |
mozconfig-v6.38.eclass, mozconfig-v6.39.eclass: |
121 |
Updated gstreamer dependencies to current stable and dropped gst-plugins-mad |
122 |
since gst-plugins-libav now officially provides mp3 decoding |
123 |
|
124 |
17 Jul 2015; Brian Evans <grknight@gentoo.org> depend.php.eclass: |
125 |
Remove deprecated functions from depend.php.eclass as announced 30 days ago |
126 |
|
127 |
17 Jul 2015; Brian Evans <grknight@gentoo.org> -php-common-r1.eclass, |
128 |
-php-ext-base-r1.eclass, -php-ezc.eclass: |
129 |
Drop old, unused eclasses wrt bug 551910 |
130 |
|
131 |
17 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
132 |
mozconfig-v6.38.eclass, mozconfig-v6.39.eclass: |
133 |
Added gst-plugins-mad:1.0 dependency for USE=gstreamer to ensure mp3 |
134 |
streaming support |
135 |
|
136 |
16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozlinguas.eclass: |
137 |
minor update within mozlinguas.eclass |
138 |
|
139 |
16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozlinguas.eclass: |
140 |
Fixed the mozlinguas.eclass upgrade, recommitting. |
141 |
|
142 |
16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
143 |
mozconfig-v6.38.eclass, mozconfig-v6.39.eclass, mozcoreconf-v3.eclass, |
144 |
mozextension.eclass, mozlinguas.eclass: |
145 |
Update mozilla support eclasses |
146 |
|
147 |
16 Jul 2015; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
148 |
Forbid also installing "examples" package, bug #555038. |
149 |
|
150 |
16 Jul 2015; Lars Wendler <polynomial-c@gentoo.org> apache-2.eclass: |
151 |
Added slot dependency for openssl. Raised minimum required EAPI version to 5. |
152 |
|
153 |
15 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> kde4-meta.eclass: |
154 |
Fix unpacking of noakonadi branch |
155 |
|
156 |
14 Jul 2015; Anthony G. Basile <blueness@gentoo.org> bitcoincore.eclass: |
157 |
Update for bitcoind 0.11.0. |
158 |
|
159 |
13 Jul 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
160 |
Initial support for Qt 5.5 |
161 |
|
162 |
09 Jul 2015; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
163 |
Do not attempt to use submodules for which the checkout path does not exist |
164 |
(has been removed), bug #551100. |
165 |
|
166 |
09 Jul 2015; Michał Górny <mgorny@gentoo.org> gnome2.eclass: |
167 |
Remove meaningless nonfatal from elibtoolize call, bug #551154. |
168 |
|
169 |
09 Jul 2015; Hans de Graaff <graaff@gentoo.org> ruby-single.eclass: |
170 |
Update documentation. |
171 |
|
172 |
08 Jul 2015; Bernard Cafarelli <voyageur@gentoo.org> webapp.eclass: |
173 |
Fix elog in webapp_serverowned and ebeep in newer EAPIs |
174 |
|
175 |
07 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
176 |
-mozconfig-v4.31.eclass, -mozconfig-v5.33.eclass, +mozconfig-v6.38.eclass, |
177 |
+mozconfig-v6.39.eclass: |
178 |
removed old mozconfig eclasses, added new |
179 |
|
180 |
06 Jul 2015; William Hubbs <williamh@gentoo.org> golang-build.eclass: |
181 |
Add back the subslot operator in the dependency on Go. We need this so that |
182 |
we have the Go version the package was built with recorded. |
183 |
|
184 |
06 Jul 2015; Michael Palimaka <kensington@gentoo.org> kde5.eclass: |
185 |
Add missing USE dependency default wrt bug #554056. |
186 |
|
187 |
05 Jul 2015; Hans de Graaff <graaff@gentoo.org> ruby-fakegem.eclass: |
188 |
Document that some variables must be set before inheriting the eclass. |
189 |
|
190 |
04 Jul 2015; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass, |
191 |
python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, |
192 |
python-utils-r1.eclass: |
193 |
Replace links to python-r1 dev guide with links to the wiki. |
194 |
|
195 |
04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> python-r1.eclass: |
196 |
Update URI. |
197 |
|
198 |
03 Jul 2015; William Hubbs <williamh@gentoo.org> golang-build.eclass: |
199 |
drop the slot dependency; it was pointed out to me that they do not trigger |
200 |
rebuilds in DEPEND |
201 |
|
202 |
01 Jul 2015; Manuel Rüger <mrueg@gentoo.org> kde4-base.eclass: |
203 |
Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and |
204 |
KDEPIM 4.4 no-akonadi branches. |
205 |
|
206 |
29 Jun 2015; Manuel Rüger <mrueg@gentoo.org> ruby-ng.eclass: |
207 |
Quote RUBY_S and sub_S as the directory could contain spaces. |
208 |
|
209 |
29 Jun 2015; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
210 |
Introduce qt{4,5}_get_plugindir(). Rephrase some eclass doc. |
211 |
|
212 |
28 Jun 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
213 |
The -source flag was added in 1.3 or 1.4 (not sure) and we have special code |
214 |
to handle this but no one in their right mind would build with 1.2 or 1.3 |
215 |
now. Removing this code allows the ecj-gcj ebuild to call java-pkg_javac-args |
216 |
without a proper VM present. |
217 |
|
218 |
28 Jun 2015; Johannes Huber <johu@gentoo.org> kde5.eclass: |
219 |
Loop optimization as suggested by Michal Górny <mgorny@gentoo.org> on -dev |
220 |
ml. |
221 |
|
222 |
27 Jun 2015; Johannes Huber <johu@gentoo.org> kde5-functions.eclass, |
223 |
kde5.eclass: |
224 |
Sync kde5*eclass with kde overlay. Handle more whitespace variations by |
225 |
Michael Palimaka <kensington@gentoo.org>. Fixes translation handling by |
226 |
Michael Palimaka <kensington@gentoo.org> and Andreas Sturmlechner |
227 |
<andreas.sturmlechner@gmail.com>, bug #552664. Raises deps on KDE Frameworks |
228 |
and KDE Plasma Manuel Rüger <mrueg@gentoo.org>. |
229 |
|
230 |
27 Jun 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
231 |
Fix conditional bug for UNIPATCH_DROP |
232 |
|
233 |
27 Jun 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
234 |
Fix for kdbus. Thanks to Arfrever. |
235 |
|
236 |
27 Jun 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
237 |
Add the kdbus use flag and eclass variable to the kernel-2.eclass for |
238 |
optional kdbus inclusion. |
239 |
|
240 |
27 Jun 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
241 |
Reverting kdbus changes in eclass. Caused invalid iuse for other ebuilds. |
242 |
|
243 |
26 Jun 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
244 |
Add the option to include the kdbus patchset into gentoo-sources. Default is |
245 |
not to include it. |
246 |
|
247 |
26 Jun 2015; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
248 |
Remove emul-linux-x86 hack, since emul-linux-x86 is no more. |
249 |
|
250 |
24 Jun 2015; William Hubbs <williamh@gentoo.org> golang-build.eclass: |
251 |
typo fix, use double brackets |
252 |
|
253 |
24 Jun 2015; William Hubbs <williamh@gentoo.org> +golang-build.eclass: |
254 |
Add an eclass for building Go software |
255 |
|
256 |
24 Jun 2015; <grknight@gentoo.org> depend.php.eclass: |
257 |
depend.php.eclass is deprecated and is set to be removed 30 days after bug |
258 |
552836 is resolved |
259 |
|
260 |
24 Jun 2015; <grknight@gentoo.org> php-lib-r1.eclass: |
261 |
Remove depend.php and dodoc-php in favor of just dodoc |
262 |
|
263 |
24 Jun 2015; Justin Lecher <jlec@gentoo.org> waf-utils.eclass: |
264 |
Drop base.eclass usage |
265 |
|
266 |
23 Jun 2015; William Hubbs <williamh@gentoo.org> golang-vcs.eclass: |
267 |
The GOPATH environment variable is now passed directly to the |
268 |
commands that need it. |
269 |
The correct directory of source files is copied to the correct |
270 |
location under ${S}. |
271 |
|
272 |
22 Jun 2015; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
273 |
Introduce qt{4,5}_get_libdir(). |
274 |
|
275 |
22 Jun 2015; Manuel Rüger <mrueg@gentoo.org> git-r3.eclass: |
276 |
Fix typo. |
277 |
|
278 |
19 Jun 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
279 |
Allow EANT_GENTOO_CLASSPATH_EXTRA to work when EANT_GENTOO_CLASSPATH is |
280 |
unset. |
281 |
|
282 |
18 Jun 2015; William Hubbs <williamh@gentoo.org> golang-vcs.eclass: |
283 |
Add the EGO_SRC variable for repositories that contain multiple Go |
284 |
packages. |
285 |
Change references from ${S} to ${WORKDIR}/${P} to match other eclasses. |
286 |
Copy the appropriate sources to${WORKDIR}/${P}. |
287 |
|
288 |
18 Jun 2015; <grknight@gentoo.org> depend.php.eclass: |
289 |
Remove phpconfutils calls in preparation for its deprecation |
290 |
|
291 |
17 Jun 2015; <grknight@gentoo.org> depend.php.eclass: |
292 |
Add require_php_cli to the list of deprecated functions to be removed |
293 |
|
294 |
17 Jun 2015; <grknight@gentoo.org> php-common-r1.eclass, |
295 |
php-ext-base-r1.eclass, php-ezc.eclass: |
296 |
Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910 |
297 |
|
298 |
17 Jun 2015; <grknight@gentoo.org> depend.php.eclass |
299 |
Deprecate unused functions in depend.php.eclass |
300 |
|
301 |
17 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
302 |
Update from qt overlay: allow configuring debug/release on a per-package |
303 |
basis; add instruction set support (similarly to qt4-build-multilib); use |
304 |
usex(). |
305 |
|
306 |
17 Jun 2015; James Le Cuirot <chewi@gentoo.org> java-pkg-2.eclass: |
307 |
Remove eclass dependency on python[xml] and replace with some ugly grep that |
308 |
should suffice. Closes #552332. |
309 |
|
310 |
16 Jun 2015; William Hubbs <williamh@gentoo.org> +golang-vcs.eclass: |
311 |
Add golang-vcs.eclass to retrieve go packages from vcs repositories |
312 |
for live ebuilds of software written in the Go programming language. |
313 |
|
314 |
16 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
315 |
Minor changes to reduce diff with qt5-build.eclass |
316 |
|
317 |
16 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
318 |
Drop QT4_VERBOSE_BUILD variable (always true now). |
319 |
|
320 |
16 Jun 2015; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
321 |
Use use_if_iuse(). |
322 |
|
323 |
15 Jun 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
324 |
Add java-pkg_addres function for adding resource files to an existing jar. |
325 |
|
326 |
15 Jun 2015; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
327 |
Don't install uninstall informations, bug 551638; make use of path_exists() |
328 |
|
329 |
15 Jun 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
330 |
Fix SRC_URI for 4.14.3 |
331 |
|
332 |
13 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
333 |
Export MAKEFLAGS and OBJDUMP. |
334 |
|
335 |
13 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
336 |
sh is "supported", don't fallback to generic. Also, don't die when tc-arch is |
337 |
unknown, the configure script can handle this internally. |
338 |
|
339 |
13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
340 |
Allow dev-perl/Module-Build in QA check for Module::Build |
341 |
|
342 |
13 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
343 |
Workaround gcc-4.8 ICE in qtdeclarative (bug 551560). |
344 |
|
345 |
13 Jun 2015; Alexandre Rostovtsev <tetromino@gentoo.org> |
346 |
-gnome-python-common.eclass: |
347 |
Punt obsolete, unused eclass; it had a fixed set of users all of which |
348 |
have migrated to gnome-python-common-r1 (bug #551914, thanks to Michał |
349 |
Górny). |
350 |
|
351 |
13 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
352 |
Simplify move of .pc files. |
353 |
|
354 |
13 Jun 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
355 |
mozconfig-v4.31.eclass: |
356 |
last rited mozconfig-v4.31 |
357 |
|
358 |
12 Jun 2015; <grknight@gentoo.org> -mysql.eclass, -mysql-autotools.eclass: |
359 |
Drop old, unused eclasses; Moved to mysql overlay; bug 551908 |
360 |
|
361 |
12 Jun 2015; Mike Gilbert <floppym@gentoo.org> -zproduct.eclass: |
362 |
Remove obsolete/broken eclass, bug 551918. |
363 |
|
364 |
12 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
365 |
Don't die when trying to rmdir non-existent directory (bug 551676). |
366 |
|
367 |
11 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
368 |
Use usex(). |
369 |
|
370 |
10 Jun 2015; <grknight@gentoo.org> mysql-multilib.eclass: |
371 |
Resolve cirucular dependency for bug 551686; Make USE=cluster die early for |
372 |
all except dev-db/mysql-cluster; Documentation update for variables, remove 2 |
373 |
unused and add WSREP_REVISION; Clarify mariadb bindist USE |
374 |
|
375 |
09 Jun 2015; Michael Weber <xmw@gentoo.org> netsurf.eclass: |
376 |
Update for buildsystem-1.3 |
377 |
|
378 |
09 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
379 |
Rename some internal functions for consistency. |
380 |
|
381 |
09 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass, |
382 |
qt5-build.eclass: |
383 |
More accurate LICENSE. |
384 |
|
385 |
09 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
386 |
Delete redundant echo. |
387 |
|
388 |
09 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
389 |
Remove two seds that are no longer needed on current Qt versions. |
390 |
|
391 |
09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> gnome2.eclass, |
392 |
vala.eclass: |
393 |
Add support for newer vala slot. |
394 |
|
395 |
08 Jun 2015; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: |
396 |
Sync with kde overlay. Raise minimal Plasma version and minimal KDE |
397 |
Frameworks version. |
398 |
|
399 |
07 Jun 2015; Pacho Ramos <pacho@gentoo.org> apache-2.eclass: |
400 |
mod_macro is now provided by apache itself (#477702) |
401 |
|
402 |
07 Jun 2015; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: |
403 |
Remove deprecated remove_libtool_files() function. |
404 |
|
405 |
05 Jun 2015; Michał Górny <mgorny@gentoo.org> freebsd.eclass: |
406 |
Enable IUSE=profile globally. Use upstream tarball for FreeBSD > 10.0. |
407 |
|
408 |
04 Jun 2015; Michael Palimaka <kensington@gentoo.org> chromium.eclass, |
409 |
kde4-base.eclass: |
410 |
Move various kde-base packages to kde-apps. |
411 |
|
412 |
04 Jun 2015; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
413 |
Use path_exists from eutils.eclass |
414 |
|
415 |
04 Jun 2015; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
416 |
Fix homepage url for license registration, #538284; do a precheck instead fo |
417 |
using nonfatal, #551156 |
418 |
|
419 |
03 Jun 2015; Manuel Rüger <mrueg@gentoo.org> kde4-base.eclass: |
420 |
Sync verbosely with overlay. Add support for kde4 localization package |
421 |
kde-apps/kde4-l10n. Include URIs to support new kdelibs and kde workspaces |
422 |
releases. Fix a typo in a comment here. Add support for stable live branches |
423 |
for kde applications packages. |
424 |
|
425 |
03 Jun 2015; <grknight@gentoo.org> s6.eclass: |
426 |
Fix missing comment character and case syntax error |
427 |
|
428 |
02 Jun 2015; William Hubbs <williamh@gentoo.org> +s6.eclass: |
429 |
Add s6.eclass for handling s6 services |
430 |
|
431 |
31 May 2015; Manuel Rüger <mrueg@gentoo.org> kde5.eclass: |
432 |
Sync verbosely with kde overlay. Drop fetch restriction for unpublished |
433 |
packages including the pkg_nofetch prompt. This did not work out as expected, |
434 |
see bug 549012. Add support for split localization packages via |
435 |
kde-apps/kde4-l10n. Add KDE_BLOCK_SLOT4 variable which makes it possible to |
436 |
adjust coinstallability of kf5 packages. |
437 |
|
438 |
31 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
439 |
Blacklist graphite-related flags that cause ICEs on qtwebkit (bug 550780). |
440 |
|
441 |
31 May 2015; Jason Zaman <perfinion@gentoo.org> kde4-base.eclass, kde5.eclass: |
442 |
KDE: fix SELinux deps, bug 550824 |
443 |
|
444 |
31 May 2015; Hans de Graaff <graaff@gentoo.org> ruby-single.eclass: |
445 |
Add virtual/rubygems to dependencies to ensure that it is present in time, |
446 |
which may not happen since this is a PDEPEND of dev-lang/ruby. |
447 |
|
448 |
31 May 2015; Hans de Graaff <graaff@gentoo.org> ruby-ng.eclass, |
449 |
+ruby-single.eclass, +ruby-utils.eclass: |
450 |
Add ruby-single.eclass to support packages that just need a ruby interpreter |
451 |
to be present. Refactor code common with ruby-ng.eclass into |
452 |
ruby-utils.eclass. |
453 |
|
454 |
30 May 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
455 |
Drop PDEPEND on virtual/dev-manager. See bug #550086. |
456 |
|
457 |
30 May 2015; Lars Wendler <polynomial-c@gentoo.org> apache-2.eclass: |
458 |
Moved selinux dependency from DEPEND to RDEPEND (bug #550822). Fixed |
459 |
maintainer email in eclass. |
460 |
|
461 |
28 May 2015; Lars Wendler <polynomial-c@gentoo.org> mozconfig-v5.33.eclass: |
462 |
Fixed case syntax. |
463 |
|
464 |
27 May 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
465 |
mozconfig-v5.31.eclass, mozconfig-v5.33.eclass, +mozconfig-v5.38.eclass: |
466 |
updated mozconfig-v5.31.eclass for new libvpx version compatibility, added |
467 |
mozconfig-v5.38.eclass, last rited mozconfig-v5.33 |
468 |
|
469 |
26 May 2015; Christoph Junghans <ottxor@gentoo.org> multilib.eclass: |
470 |
export FC/F77 for multilib support (bug #540294) |
471 |
|
472 |
25 May 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
473 |
Remove long-deprecated and just dieing function stubs |
474 |
|
475 |
25 May 2015; Justin Lecher <jlec@gentoo.org> cuda.eclass: |
476 |
Loose quoting, #550060 |
477 |
|
478 |
24 May 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
479 |
The depend-java-query wrapper is raising readonly variable warnings for USE |
480 |
in Portage 2.2.20. As best I can tell, this wrapper just isn't needed any |
481 |
more because USE is already exported. I guess it wasn't back in 2006? |
482 |
|
483 |
24 May 2015; James Le Cuirot <chewi@gentoo.org> java-pkg-simple.eclass: |
484 |
Remove annoying java-pkg-simple build script check. Most people only use |
485 |
java-pkg-simple as a last resort and a usable Maven eclass is still some way |
486 |
off. |
487 |
|
488 |
24 May 2015; Michał Górny <mgorny@gentoo.org> freebsd.eclass: |
489 |
Support fetching upstream patches, |
490 |
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/121 by nigoro. |
491 |
|
492 |
21 May 2015; Mike Gilbert <floppym@gentoo.org> chromium.eclass: |
493 |
Add kernel Check for USER_NS, bug 545078. |
494 |
|
495 |
17 May 2015; Ulrich Müller <ulm@gentoo.org> latex-package.eclass: |
496 |
Prevent compression of symlink targets in docdir in EAPIs where this is |
497 |
possible, bug 549584. |
498 |
|
499 |
15 May 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
500 |
Sync with KDE overlay - update SRC_URI. |
501 |
|
502 |
14 May 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
503 |
Add back the deblob script functionality to the eclass. |
504 |
|
505 |
12 May 2015; Bernard Cafarelli <voyageur@gentoo.org> webapp.eclass: |
506 |
Drop elog in webapp_serverowned, discussed with blueness in bug #542024 |
507 |
|
508 |
10 May 2015; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
509 |
Don't prepend EPREFIX for {header,mkspecs}dir since these are mostly used |
510 |
with insinto and friends. |
511 |
|
512 |
10 May 2015; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
513 |
Add qt{4,5}_get_{header,mkspecs}dir helper functions, bug 525830. |
514 |
|
515 |
10 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
516 |
Delete obsolete code that is now causing problems on freebsd (bug 493310). |
517 |
|
518 |
09 May 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass, |
519 |
java-virtuals-2.eclass, java-vm-2.eclass: |
520 |
Bump everyone to java-config 2.2. |
521 |
|
522 |
09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
523 |
graphite support was dropped from gcc-4.7 |
524 |
|
525 |
09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
526 |
Move workaround for bug 367045 from qtgui ebuild to eclass. |
527 |
|
528 |
09 May 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
529 |
Update from qt overlay: overhaul toolchain and *FLAGS handling for proper |
530 |
multilib support during the configure phase. Fixes bug #545106. |
531 |
|
532 |
09 May 2015; Manuel Rüger <mrueg@gentoo.org> kde5.eclass: |
533 |
Sync with overlay. |
534 |
|
535 |
09 May 2015; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: |
536 |
Sync with overlay. |
537 |
|
538 |
09 May 2015; Manuel Rüger <mrueg@gentoo.org> kde5.eclass: |
539 |
Sync with overlay. |
540 |
|
541 |
09 May 2015; Ulrich Müller <ulm@gentoo.org> |
542 |
-tests/autotools:eaclocal_amflags.sh, +tests/autotools_eaclocal_amflags.sh, |
543 |
-tests/eutils:eshopts.sh, +tests/eutils_eshopts.sh, -tests/eutils:estack.sh, |
544 |
+tests/eutils_estack.sh, -tests/eutils:evar.sh, +tests/eutils_evar.sh, |
545 |
-tests/eutils:path_exists.sh, +tests/eutils_path_exists.sh, |
546 |
-tests/git-r3:GIT_DIR.sh, +tests/git-r3_GIT_DIR.sh, |
547 |
-tests/git-r3:subrepos.sh, +tests/git-r3_subrepos.sh, |
548 |
-tests/linux-info:get_running_version.sh, |
549 |
+tests/linux-info_get_running_version.sh, |
550 |
-tests/multiprocessing:makeopts_jobs.sh, |
551 |
+tests/multiprocessing_makeopts_jobs.sh, |
552 |
-tests/versionator:version_compare.sh, +tests/versionator_version_compare.sh: |
553 |
Avoid problematic colon char in filenames, bug 548750. |
554 |
|
555 |
04 May 2015; <grknight@gentoo.org> php-ext-source-r2.eclass: |
556 |
Fix documentation of 3 variables in php-ext-source-r2 eclass |
557 |
|
558 |
04 May 2015; <grknight@gentoo.org> php-ext-source-r2.eclass: |
559 |
Make USE_PHP a REQUIRED variable for the php-ext-source-r2 eclass |
560 |
|
561 |
02 May 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
562 |
Make java-pkg_doso always install with mode 0755, which is more like |
563 |
dolib.so. Closes bug #225729. |
564 |
|
565 |
01 May 2015; <grknight@gentoo.org> mysql.eclass, mysql-multilib.eclass, |
566 |
mysql-v2.eclass: |
567 |
Update git urls for mysql-extras |
568 |
|
569 |
29 Apr 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
570 |
Add kernel-2 env var K_BASE_VER as different versions of git sources use |
571 |
different base versions. |
572 |
|
573 |
28 Apr 2015; James Le Cuirot <chewi@gentoo.org> java-pkg-2.eclass, |
574 |
java-utils-2.eclass, ant-tasks.eclass: |
575 |
Skip java-dep-check for ant tasks wrt bug #298955. Fix missing ant-core |
576 |
dependency SLOT. Fix recording of BUILD_DEPEND. Fix java-pkg_ensure-dep |
577 |
matching and adjust the error message. Fix automatic loading of ant-junit and |
578 |
junit wrt bug #513522 among others. |
579 |
|
580 |
28 Apr 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
581 |
Update SRC_URI. |
582 |
|
583 |
27 Apr 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
584 |
Handle 4.1 base kernel. See bug #547894. |
585 |
|
586 |
25 Apr 2015; Lars Wendler <polynomial-c@gentoo.org> mozconfig-v5.36.eclass: |
587 |
Adjusted libvpx dependency. |
588 |
|
589 |
24 Apr 2015; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: |
590 |
Fix filename matching in elisp-site-file-install. It should use shortest |
591 |
match, not longest. |
592 |
|
593 |
22 Apr 2015; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
594 |
Sync with qt overlay: cleanup prefix-related patching and fix bug #542780. |
595 |
|
596 |
21 Apr 2015; Jason Zaman <perfinion@gentoo.org> selinux-policy-2.eclass: |
597 |
update git urls and migrate git-2 -> git-r3 |
598 |
|
599 |
19 Apr 2015; Michael Palimaka <kensington@gentoo.org> qt5-build.eclass: |
600 |
Sync with qt overlay - export AR and OBJDUMP too, use new configure option |
601 |
'-no-libproxy' beginning with Qt 5.5, and update gtkstyle comment. |
602 |
|
603 |
18 Apr 2015; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
604 |
Ban eapi2 and 3 for gnome2.eclass (#539118) |
605 |
|
606 |
14 Apr 2015; <grknight@gentoo.org> php-lib-r1.eclass: |
607 |
Specify :* as slot by default to silence repoman warnings |
608 |
|
609 |
14 Apr 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: |
610 |
Consider SLOTs when checking Java dependencies. Comment out the longer error |
611 |
message for now to avoid spamming both users and ourselves because this issue |
612 |
is currently widespread. |
613 |
|
614 |
11 Apr 2015; Michael Palimaka <kensington@gentoo.org> kde5-functions.eclass, |
615 |
kde5.eclass: |
616 |
Sync with KDE overlay - don't set CMAKE_MIN_VERSION which is already set by |
617 |
cmake-utils, remove old extra-cmake-utils logic, and improve linguas |
618 |
handling. |
619 |
|
620 |
11 Apr 2015; Michael Palimaka <kensington@gentoo.org> kde5.eclass: |
621 |
extra-cmake-modules moved from dev-libs to kde-frameworks. |
622 |
|
623 |
04 Apr 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass, |
624 |
java-pkg-simple.eclass: |
625 |
Add ejavadoc function. Thanks to wltjr. Fixes bug #544076. |
626 |
|
627 |
04 Apr 2015; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
628 |
Disable building dynamic libraris by default before-ghc-7.10 (was |
629 |
accidentally enabled in a previous revision). Fixes bug #545174 by Toralf |
630 |
Förster. |
631 |
|
632 |
04 Apr 2015; Jason Zaman <perfinion@gentoo.org> selinux-policy-2.eclass: |
633 |
Drop EAPI<5 from selinux-policy-2.eclass |
634 |
|
635 |
01 Apr 2015; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, |
636 |
qt4-build-multilib.eclass, qt5-build.eclass: |
637 |
Remove all references to qt-project.org and switch EGIT_REPO_URI from |
638 |
gitorious to code.qt.io. |
639 |
|
640 |
31 Mar 2015; Ulrich Müller <ulm@gentoo.org> java-vm-2.eclass, |
641 |
vdr-plugin-2.eclass, gnat.eclass, gnatbuild.eclass, myspell.eclass, |
642 |
python.eclass: |
643 |
Update dependency after package move of eselect modules to app-eselect. |
644 |
|
645 |
29 Mar 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
646 |
Drop dev-qt/designer[-phonon] dep now that blockers are resolved (bug |
647 |
#477632). |
648 |
|
649 |
29 Mar 2015; Johannes Huber <johu@gentoo.org> kde4-base.eclass, |
650 |
kde4-functions.eclass, kde4-meta.eclass, kde4-meta-pkg.eclass: |
651 |
Drop EAPI 4 support. |
652 |
|
653 |
28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -rox-0install.eclass, |
654 |
-rox.eclass: |
655 |
Remove rox.eclass rox-0install.eclass. |
656 |
|
657 |
28 Mar 2015; Justin Lecher <jlec@gentoo.org> -emboss.eclass, |
658 |
+emboss-r1.eclass: |
659 |
Drop obsolete eclass and add new version, thanks Ted Tanberry for the work |
660 |
|
661 |
28 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
662 |
haskell-cabal.eclass: |
663 |
Enable building dynamic haskell executables since dev-lang/ghc-7.10.1_rc3. |
664 |
|
665 |
26 Mar 2015; <grknight@gentoo.org> php-ext-source-r2.eclass: |
666 |
Add deprecation warning when USE_PHP is empty |
667 |
|
668 |
23 Mar 2015; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, |
669 |
qt4-build-multilib.eclass: |
670 |
Workaround toolchain bug on x86 with -Os and --as-needed, see bug #503500. |
671 |
|
672 |
22 Mar 2015; Michał Górny <mgorny@gentoo.org> python-single-r1.eclass: |
673 |
Extend EAPI=4 whitelist to cover crossdev gdb. |
674 |
|
675 |
21 Mar 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
676 |
Sync with KDE overlay - update SRC_URI and manually specify a minimum version |
677 |
for kde-base/oxygen-icons to handle special releases. |
678 |
|
679 |
21 Mar 2015; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
680 |
python-single-r1.eclass, python-utils-r1.eclass: |
681 |
Ban new EAPI < 5 packages for python-r1 & python-single-r1. |
682 |
|
683 |
20 Mar 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
684 |
Move cpu-optimation removal. See bug #542810 |
685 |
|
686 |
19 Mar 2015; <chewi@gentoo.org> java-pkg-simple.eclass: |
687 |
Allow jar to be named something other than ${PN}.jar. |
688 |
|
689 |
18 Mar 2015; Michael Palimaka <kensington@gentoo.org> kde5-functions.eclass, |
690 |
kde5.eclass: |
691 |
Sync with KDE overlay - introduce ECM_MINIMAL & KDE_SELINUX_MODULE, rename |
692 |
add_kdeplasma_dep -> add_plasma_dep, raise dependencies, and miscellaneous |
693 |
improvements/fixes. |
694 |
|
695 |
17 Mar 2015; <grknight@gentoo.org> mysql-multilib.eclass: |
696 |
Move flag modifications to apply once for all ABIs; Use tc-ld-disable-gold |
697 |
for bug 508724; Move tokudb check to pkg_pretend |
698 |
|
699 |
15 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
700 |
Detect dangerous environment variables, bug 543042; support |
701 |
Module::Build::Tiny directly, bug 495044 |
702 |
|
703 |
15 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
704 |
Respect CFLAGS. New syntax for revisions |
705 |
CABAL_CORE_LIB_GHC_PV="PM:${ghc_PVR}". |
706 |
|
707 |
15 Mar 2015; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, |
708 |
qt4-build-multilib.eclass: |
709 |
Fix indentation. |
710 |
|
711 |
14 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
712 |
Turn deprecated functions into fatal errors |
713 |
|
714 |
11 Mar 2015; Yixun Lan <dlan@gentoo.org> qt4-build.eclass, |
715 |
qt4-build-multilib.eclass: |
716 |
set ARCH=arm64 as generic target for qt4 eclass |
717 |
|
718 |
08 Mar 2015; Ulrich Müller <ulm@gentoo.org> mysql-multilib.eclass, |
719 |
mysql-v2.eclass: |
720 |
Add conditional bindist restriction, bug 541486. |
721 |
|
722 |
06 Mar 2015; Yixun Lan <dlan@gentoo.org> qt4-build.eclass, |
723 |
qt4-build-multilib.eclass: |
724 |
very first step to support arm64, only part of qt4 ebuilds built without |
725 |
paches, others require extra patches |
726 |
|
727 |
06 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> |
728 |
xorg-2.eclass: |
729 |
Raise util-macros dependency to latest stable 1.18 |
730 |
|
731 |
27 Feb 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
732 |
Cleanup how we determine base linux tarball. |
733 |
|
734 |
26 Feb 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
735 |
mozconfig-v5.31.eclass, +mozconfig-v5.36.eclass: |
736 |
updated icu dep in mozconfig-v5.31, added mozconfig-v5.36 |
737 |
|
738 |
26 Feb 2015; Ben de Groot <yngwin@gentoo.org> qmake-utils.eclass: |
739 |
add qt{4,5}_get_bindir helper functions |
740 |
|
741 |
24 Feb 2015; Anthony G. Basile <blueness@gentoo.org> bitcoincore.eclass: |
742 |
bitcoincore.eclass: update spamfilter message, bug #541192. |
743 |
|
744 |
23 Feb 2015; Anthony G. Basile <blueness@gentoo.org> +bitcoincore.eclass: |
745 |
Initial commit of bitcoincore.eclass |
746 |
|
747 |
23 Feb 2015; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
748 |
Add support for 4.0 kernels |
749 |
|
750 |
23 Feb 2015; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
751 |
Remove USE_EINSTALL (#482082) |
752 |
|
753 |
23 Feb 2015; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
754 |
Deprecate eapis 2 and 3 for gnome2.eclass (#539118) |
755 |
|
756 |
22 Feb 2015; Michał Górny <mgorny@gentoo.org> freebsd.eclass: |
757 |
Fix support for FreeBSD 10.0. Force /usr/share/mk there, and fix version |
758 |
comparison for install commands. |
759 |
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/36 by nigoro. |
760 |
|
761 |
21 Feb 2015; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
762 |
Add new and remove old SRC_URI. Update live ebuild branching. |
763 |
|
764 |
21 Feb 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
765 |
Remove duplicating "using" in EAPI=4 warning message. Spotted by Arfrever. |
766 |
|
767 |
21 Feb 2015; Ben de Groot <yngwin@gentoo.org> font.eclass: |
768 |
Apply patch from Ryan Hill to font.eclass to support multiple FONT_S |
769 |
directories (bug #338634) |
770 |
|
771 |
20 Feb 2015; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
772 |
python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: |
773 |
Re-apply python-exec:0 removal, now with typos fixed. |
774 |
|
775 |
20 Feb 2015; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
776 |
python-single-r1.eclass, python-utils-r1.eclass: |
777 |
Restore EAPI=4 deprecation. That commit was perfectly fine. |
778 |
|
779 |
20 Feb 2015; Ulrich Müller <ulm@gentoo.org> games.eclass: |
780 |
[QA] Leave permissions of top-level directories alone, bug 537580. |
781 |
|
782 |
20 Feb 2015; Patrick Lauer <patrick@gentoo.org> python-r1.eclass, |
783 |
python-single-r1.eclass: |
784 |
Revert random mgorny madness |
785 |
|
786 |
19 Feb 2015; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
787 |
python-single-r1.eclass, python-utils-r1.eclass: |
788 |
Deprecate EAPI=4 support. |
789 |
|
790 |
19 Feb 2015; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
791 |
python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: |
792 |
Remove support for python-exec:0. |
793 |
|
794 |
18 Feb 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
795 |
Drop support for Qt 5.3 and earlier. |
796 |
|
797 |
18 Feb 2015; Andrew Savchenko <bircoph@gentoo.org> cmake-utils.eclass: |
798 |
Add Fortran compiler to Gentoo override rules, wrt bug 486626. |
799 |
|
800 |
16 Feb 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
801 |
Adjust mysql-cluster-7.3* virtual |
802 |
|
803 |
16 Feb 2015; Brian Evans <grknight@gentoo.org> mysql-v2.eclass: |
804 |
Silence repoman warnings by providing slots on openssl and readline |
805 |
|
806 |
13 Feb 2015; Mike Pagano <mpagano@gentoo.org> ChangeLog: |
807 |
Handle cpu optimization patch for different gcc versions |
808 |
|
809 |
11 Feb 2015; Patrick Lauer <patrick@gentoo.org> kde4-functions.eclass: |
810 |
Fix kde4-functions more better: comparison breaks because 4.4 > 4.14 |
811 |
|
812 |
11 Feb 2015; Patrick Lauer <patrick@gentoo.org> kde4-functions.eclass: |
813 |
Better fix to kde4-functions so that kde-base/ category doesn't get horribly |
814 |
broken |
815 |
|
816 |
11 Feb 2015; Patrick Lauer <patrick@gentoo.org> kde4-functions.eclass: |
817 |
Fix kde4-functions so that kde-base/ category doesn't get horribly broken |
818 |
|
819 |
10 Feb 2015; Johannes Huber <johu@gentoo.org> php-pear-r1.eclass, |
820 |
php-pear-lib-r1.eclass: |
821 |
Add EAPI check to silence repoman warnings |
822 |
|
823 |
10 Feb 2015; Johannes Huber <johu@gentoo.org> kde5.eclass: |
824 |
Sync SRC_URI calculation with kde overlay, fixes bug #539668. |
825 |
|
826 |
10 Feb 2015; Johannes Huber <johu@gentoo.org> kde4-functions.eclass: |
827 |
Support for kde-apps category, remove function moved to cmake-utils. Some |
828 |
minor improvements. |
829 |
|
830 |
10 Feb 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
831 |
Always build NDB with mysql-cluster for libndbclient |
832 |
|
833 |
10 Feb 2015; Justin Lecher <jlec@gentoo.org> toolchain.eclass: |
834 |
Revert unreviewed commit which breaks the tree |
835 |
|
836 |
10 Feb 2015; Anthony G. Basile <blueness@gentoo.org> toolchain.eclass: |
837 |
Remove halcy0n from the gentoo_urls for toolchain.eclass, per his |
838 |
instructions. |
839 |
|
840 |
10 Feb 2015; Anthony G. Basile <blueness@gentoo.org> toolchain.eclass: |
841 |
Add my devspace to the gentoo_urls for toolchain.eclass |
842 |
|
843 |
09 Feb 2015; Michael Haubenwallner <haubi@gentoo.org> |
844 |
+ELT-patches/aixrtl/2.0.0-fpic-c, +ELT-patches/aixrtl/2.0.0-fpic-cxx: |
845 |
Need -fPIC on AIX since gcc-4.8 or so. |
846 |
|
847 |
08 Feb 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
848 |
Fix dependency on ncurses for bug 539354 and restructure to remove user |
849 |
confusion with the xml flag for mariadb |
850 |
|
851 |
05 Feb 2015; Anthony G. Basile <blueness@gentoo.org> toolchain.eclass: |
852 |
Restore the old way of dealing with fixed includes for bsd, bug #536878. |
853 |
|
854 |
04 Feb 2015; Ulrich Müller <ulm@gentoo.org> git-r3.eclass: |
855 |
Respect the EVCS_UMASK variable to override the default umask when writing |
856 |
to the repository. |
857 |
|
858 |
01 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
859 |
Drop support for EAPI=4 |
860 |
|
861 |
31 Jan 2015; Jeroen Roovers <jer@gentoo.org> intel-sdp.eclass: |
862 |
Spelling. |
863 |
|
864 |
31 Jan 2015; Patrick Lauer <patrick@gentoo.org> distutils-r1.eclass: |
865 |
Fix for setuptools failures #534058 etc. |
866 |
|
867 |
29 Jan 2015; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
868 |
Drop support for eapi0 and 1 (#530046) |
869 |
|
870 |
28 Jan 2015; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass, |
871 |
mysql-cmake.eclass: |
872 |
Sync from mysql overlay |
873 |
|
874 |
23 Jan 2015; Patrice Clement <monsieurp@gentoo.org> java-ant-2.eclass: |
875 |
Sanitise find arguments when using JAVA_PKG_BSFIX_NAME option. Fix #231956. |
876 |
|
877 |
21 Jan 2015; Anthony Basile <blueness@gentoo.org> toolchain.eclass: |
878 |
Stub out fixed includes, bug #536878. |
879 |
|
880 |
18 Jan 2015; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, |
881 |
qt4-build-multilib.eclass, qt5-build.eclass: |
882 |
Update SRC_URIs |
883 |
|
884 |
17 Jan 2015; Manuel Rüger <mrueg@gentoo.org> rox-0install.eclass, |
885 |
rox.eclass: |
886 |
Mark rox-0install and rox eclass as @DEAD |
887 |
|
888 |
14 Jan 2015; Michał Górny <mgorny@gentoo.org> eutils.eclass: |
889 |
prune_libtool_files: properly reset variables for following loop iterations. |
890 |
|
891 |
13 Jan 2015; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
892 |
Deprecate python_export_best() verbosely. |
893 |
|
894 |
13 Jan 2015; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
895 |
Support restricting implementations for *_all() phases. |
896 |
|
897 |
13 Jan 2015; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
898 |
Support restricting accepted implementation list for python_setup. |
899 |
|
900 |
12 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> autotools.eclass: |
901 |
Attempt to fix bug #536428. |
902 |
|
903 |
12 Jan 2015; Michael Haubenwallner <haubi@gentoo.org> |
904 |
+ELT-patches/aixrtl/2.4.4-with-svr4: |
905 |
set default to --with-aix-soname=svr4 |
906 |
|
907 |
12 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> autotools.eclass: |
908 |
Use "--force" when running eautoconf through eautoreconf (bug #527506). |
909 |
|
910 |
11 Jan 2015; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: |
911 |
Add fallback https EGIT_REPO_URI |
912 |
|
913 |
09 Jan 2015; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: |
914 |
Sync kde5-functions.eclass with overlay. |
915 |
|
916 |
08 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> autotools.eclass: |
917 |
Bump latest unstable automake version to 1.15. |
918 |
|
919 |
05 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
920 |
better readable description |
921 |
|
922 |
05 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
923 |
typo |
924 |
|
925 |
04 Jan 2015; Michał Górny <mgorny@gentoo.org> python-single-r1.eclass: |
926 |
Run pkg_setup() only in non-binary installs, as intended and documented a |
927 |
long time ago :). |
928 |
|
929 |
04 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
930 |
documentation syntax fixed |
931 |
|
932 |
04 Jan 2015; Tim Harder <radhermit@gentoo.org> -vim.eclass: |
933 |
Remove unused eclass. |
934 |
|
935 |
03 Jan 2015; Michał Górny <mgorny@gentoo.org> waf-utils.eclass: |
936 |
Warn about unset EPYTHON. |
937 |
|
938 |
02 Jan 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
939 |
Make python.eclass commands/variables fatal once again since all in-tree |
940 |
ebuilds seem to have been fixed. |
941 |
|
942 |
02 Jan 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
943 |
Add progress overlay-specific commands and variables to the invalid |
944 |
command/variable lists. |
945 |
|
946 |
02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
947 |
Properly disable USE=hoogle. |
948 |
|
949 |
01 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
950 |
haskell-cabal.eclass: |
951 |
Add support for ghc-7.10 registration. User visible changes: ghc-package |
952 |
stopped exporting pkg_* phases and now they are reexported by haskell-cabal. |
953 |
pkg_* phases do not install any additional files anymore. |
954 |
|
955 |
01 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> darcs.eclass: |
956 |
Fix patch count on first clone (by vikraman). |
957 |
|
958 |
30 Dec 2014; William Hubbs <williamh@gentoo.org> eutils.eclass: |
959 |
Allow 512x512 icons to be installed (this was approved by ssuominen). |
960 |
|
961 |
28 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> gstreamer.eclass: |
962 |
Add workaround for new orc break gstreamer ebuilds, bug #533664. |
963 |
|
964 |
28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-single-r1.eclass: |
965 |
Add python_gen_usedep, python_gen_useflags and python_gen_cond_dep to |
966 |
python-single-r1. |
967 |
|
968 |
28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
969 |
Spelling, pointed out by floppym. |
970 |
|
971 |
28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
972 |
Make the invalid function/variable checks non-fatal for now. |
973 |
|
974 |
28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
975 |
Do not check for PYTHON_TEST_VERBOSITY, it is intended for make.conf. |
976 |
|
977 |
28 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
978 |
python-r1.eclass: |
979 |
Verbosely deprecate python_parallel_foreach_impl and |
980 |
DISTUTILS_NO_PARALLEL_BUILD. |
981 |
|
982 |
28 Dec 2014; Hans de Graaff <graaff@gentoo.org> ruby-fakegem.eclass: |
983 |
Add test recipe for rspec:3 slot. |
984 |
|
985 |
28 Dec 2014; Hans de Graaff <graaff@gentoo.org> ruby-fakegem.eclass, |
986 |
ruby-ng.eclass: |
987 |
Use rspec-2 wrapper for the rspec recipe. This enables us to add rspec 3.x to |
988 |
the tree while still being able to run rspec 2 specs. The changes have been |
989 |
made in a way that is backwards compatible with the current situation. |
990 |
|
991 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
992 |
Update banned var docs. |
993 |
|
994 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
995 |
Add PYTHON_{CPPFLAGS,CFLAGS,CXXFLAGS,LDFLAGS,MODNAME} to the banned variable |
996 |
list. |
997 |
|
998 |
27 Dec 2014; Hans de Graaff <graaff@gentoo.org> ruby-ng.eclass: |
999 |
Add ruby22 RUBY_TARGET support. |
1000 |
|
1001 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1002 |
Add die-checks for python.eclass & distutils.eclass variables. |
1003 |
|
1004 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1005 |
Add die-replacements for distutils.eclass functions, to help finding mistakes |
1006 |
in conversions. |
1007 |
|
1008 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1009 |
Add die-replacements for python.eclass functions, to help finding mistakes in |
1010 |
conversions. |
1011 |
|
1012 |
27 Dec 2014; Michał Górny <mgorny@gentoo.org> waf-utils.eclass: |
1013 |
Add new API warnings. |
1014 |
|
1015 |
26 Dec 2014; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
1016 |
Sync with KDE overlay. |
1017 |
|
1018 |
25 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> waf-utils.eclass: |
1019 |
Reflect reality of the status of waf-utils eclass maintenance as announced |
1020 |
months ago on gentoo-dev mailing list. |
1021 |
|
1022 |
24 Dec 2014; Michael Weber <xmw@gentoo.org> netsurf.eclass: |
1023 |
remove base.eclass inherit |
1024 |
|
1025 |
21 Dec 2014; Michał Górny <mgorny@gentoo.org> tests/python-utils-r1.sh: |
1026 |
Update tests for unsupported python3.2. |
1027 |
|
1028 |
21 Dec 2014; Michał Górny <mgorny@gentoo.org> tests/tests-common.sh: |
1029 |
Use gentoo-functions for tests, bug #504378. |
1030 |
|
1031 |
21 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> vala.eclass: |
1032 |
Add support for vala 0.26. |
1033 |
|
1034 |
18 Dec 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
1035 |
Declare local CPPFLAGS to avoid multiple appends in cmake-multilib. |
1036 |
|
1037 |
18 Dec 2014; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
1038 |
Fix breakage caused by recent multilib-build.eclass changes (bug 532510). |
1039 |
Patch by zorry, based on a previous patch by Greg Turner. Thanks also to |
1040 |
floppym and mgorny for the initial investigation and suggestions. |
1041 |
|
1042 |
17 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1043 |
Remove code paths that are not called anymore |
1044 |
|
1045 |
17 Dec 2014; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: |
1046 |
Sync eclass with kde overlay. |
1047 |
|
1048 |
16 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
1049 |
Deprecate USE_EINSTALL (#482082) |
1050 |
|
1051 |
13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1052 |
Make perl-module_src_prep throw a real warning, not just eqawarn |
1053 |
|
1054 |
13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1055 |
Move content of perl-module_src_prep into src_configure, add deprecation |
1056 |
warning to src_prep |
1057 |
|
1058 |
13 Dec 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass: |
1059 |
Disable parallel run support. |
1060 |
|
1061 |
13 Dec 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass, |
1062 |
multilib-minimal.eclass: |
1063 |
Disable parallel run support. |
1064 |
|
1065 |
12 Dec 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1066 |
Restrict tests for all release versions. |
1067 |
|
1068 |
11 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1069 |
Always restore initial directory after sub-phase run. Fixes bug #532168 and |
1070 |
possibly more. |
1071 |
|
1072 |
11 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1073 |
Restore using separate HOMEs for Python implementations, because of |
1074 |
.pydistutils.cfg. Bug #532236. |
1075 |
|
1076 |
09 Dec 2014; Manuel Rüger <mrueg@gentoo.org> kde4-base.eclass: |
1077 |
Sync kde4-base.eclass with overlay. |
1078 |
|
1079 |
07 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, |
1080 |
python-r1.eclass: |
1081 |
Disable parallel run support to make things easier for developers and more |
1082 |
predictable for users. |
1083 |
|
1084 |
07 Dec 2014; Hans de Graaff <graaff@gentoo.org> ruby-fakegem.eclass: |
1085 |
Allow additional content to be injected in the ruby bin wrapper. |
1086 |
|
1087 |
04 Dec 2014; Manuel Rüger <mrueg@gentoo.org> kde4-base.eclass: |
1088 |
Sync kde4-base.eclass with overlay. |
1089 |
|
1090 |
04 Dec 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1091 |
mozconfig-v5.34.eclass: |
1092 |
mozconfig-v5.34.eclass - make glibc check based on elibc_glibc so that it |
1093 |
works on prefix |
1094 |
|
1095 |
04 Dec 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1096 |
mozconfig-v5.34.eclass: |
1097 |
fixed typo in mozconfig-v5.34 eclass comments |
1098 |
|
1099 |
03 Dec 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1100 |
mozconfig-v5.31.eclass, +mozconfig-v5.34.eclass: |
1101 |
mozilla eclass modifications for package bumps |
1102 |
|
1103 |
01 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1104 |
Replace exlicitly listing all GPL variants with GPL-1+ |
1105 |
|
1106 |
29 Nov 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1107 |
Remove leftover code for Python 3.2. |
1108 |
|
1109 |
28 Nov 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
1110 |
Adjust sparc warning. See bug #529682 |
1111 |
|
1112 |
26 Nov 2014; Brian Evans <grknight@gentoo.org> musql-cmake.eclass, |
1113 |
mysql-multilib.eclass: |
1114 |
Sync from mysql overlay |
1115 |
|
1116 |
24 Nov 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: |
1117 |
eqawarn about /usr/lib/pypy/share instead of dying. |
1118 |
|
1119 |
23 Nov 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass: |
1120 |
Support multilib in gnome2_query_immodules_gtk2() as well. |
1121 |
|
1122 |
23 Nov 2014; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
1123 |
Deprecate eapis 0 and 1 for gnome2.eclass (#530046) |
1124 |
|
1125 |
23 Nov 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass: |
1126 |
Adjust _python_impl_supported as well. |
1127 |
|
1128 |
23 Nov 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass: |
1129 |
Remove python3_2. |
1130 |
|
1131 |
23 Nov 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass: |
1132 |
Support multilib for gnome2_query_immodules_gtk3(), needed by |
1133 |
x11-libs/gtk+:3. |
1134 |
|
1135 |
22 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1136 |
Make calling perl-module_pkg_prerm trigger a real warning |
1137 |
|
1138 |
22 Nov 2014; Sebastian Pipping <sping@gentoo.org> python-r1.eclass: |
1139 |
Fix docs about REQUIRED_USE in python-r1 (bug #530086) |
1140 |
|
1141 |
21 Nov 2014; Julian Ospald <hasufell@gentoo.org> games.eclass: |
1142 |
add documentation for games.eclass, rm unnecessary exports |
1143 |
|
1144 |
21 Nov 2014; Mike Gilbert <floppym@gentoo.org> -twisted.eclass: |
1145 |
Remove unused eclass. |
1146 |
|
1147 |
21 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1148 |
Add usage warnings to pkg_postinst and pkg_postrm, deprecate pkg_prerm |
1149 |
|
1150 |
20 Nov 2014; Michał Górny <mgorny@gentoo.org> git-2.eclass, |
1151 |
distutils.eclass, python.eclass, twisted.eclass: |
1152 |
Deprecate the few eclasses. |
1153 |
|
1154 |
20 Nov 2014; Michał Górny <mgorny@gentoo.org> git-2.eclass: |
1155 |
Remove the experimental git-r3 testing support. It is not needed anymore, |
1156 |
git-r3 has been proven to work and we can happily use it instead. |
1157 |
|
1158 |
20 Nov 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1159 |
Add RDEPEND on dev-qt/qtchooser. |
1160 |
|
1161 |
19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1162 |
Make calling perl-module_pkg_preinst trigger a real warning |
1163 |
|
1164 |
19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1165 |
Make calling perl-module_pkg_setup trigger a real warning |
1166 |
|
1167 |
18 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1168 |
Deprecate perl-module_pkg_setup and perl-module_pkg_preinst |
1169 |
|
1170 |
18 Nov 2014; Justin Lecher <jlec@gentoo.org> cuda.eclass: |
1171 |
Add missing quotes, thanks mgorny for heads up |
1172 |
|
1173 |
18 Nov 2014; Justin Lecher <jlec@gentoo.org> cuda.eclass: |
1174 |
Fix gcc detection when using multislot, #529710 |
1175 |
|
1176 |
17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1177 |
Make calling fixlocalpod trigger a real warning |
1178 |
|
1179 |
17 Nov 2014; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
1180 |
Stop setting QTDIR. It's only relevant when building qt itself, and in any |
1181 |
case qmake doesn't use it. |
1182 |
|
1183 |
17 Nov 2014; Davide Pesavento <pesa@gentoo.org> qt4-build-multilib.eclass: |
1184 |
Add blocker on emul-linux-x86-qtlibs wrt bug 529370. |
1185 |
|
1186 |
16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1187 |
Make calling perlinfo trigger a real warning |
1188 |
|
1189 |
16 Nov 2014; Patrice Clement <monsieurp@gentoo.org> perl-app.eclass: |
1190 |
Documented all functions. |
1191 |
|
1192 |
14 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
1193 |
Using RDEPEND checks in SELinux eclass reverse dependency checking |
1194 |
|
1195 |
14 Nov 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1196 |
Install global docs (part of bug 457028). Generate and install qtchooser |
1197 |
configuration file. |
1198 |
|
1199 |
13 Nov 2014; Ulrich Müller <ulm@gentoo.org> bzr.eclass: |
1200 |
Remove Emacs team from maintainers of bzr.eclass. |
1201 |
|
1202 |
13 Nov 2014; Michael Palimaka <kensington@gentoo.org> kde5.eclass: |
1203 |
Sync with KDE overlay. Raise kde-frameworks/kf-env dependency and update |
1204 |
SRC_URI for Frameworks 5.4.0 |
1205 |
|
1206 |
13 Nov 2014; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
1207 |
Add kde-workspace 4.11.14 SRC_URI. |
1208 |
|
1209 |
13 Nov 2014; Davide Pesavento <pesa@gentoo.org> +qt4-build-multilib.eclass: |
1210 |
Initial commit of qt4-build-multilib.eclass |
1211 |
|
1212 |
12 Nov 2014; Patrice Clement <monsieurp@gentoo.org> perl-module.eclass: |
1213 |
Documented nearly all functions. |
1214 |
|
1215 |
11 Nov 2014; Pacho Ramos <pacho@gentoo.org> vala.eclass: |
1216 |
0.20 is our new lower version |
1217 |
|
1218 |
11 Nov 2014; Patrice Clement <monsieurp@gentoo.org> perl-module.eclass: |
1219 |
Added documentation to undocumented functions. |
1220 |
|
1221 |
09 Nov 2014; Michał Górny <mgorny@gentoo.org> python-any-r1.eclass, |
1222 |
python-utils-r1.eclass: |
1223 |
Move the has_version checks on installed implementations to |
1224 |
python_is_installed() function. Accept PyPy when the implementation is |
1225 |
installed, even if the virtual is not. |
1226 |
|
1227 |
09 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1228 |
Add docs and deprecate perlinfo and fixlocalpod |
1229 |
|
1230 |
09 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1231 |
All in-tree ebuilds with EAPI=4 using perl-module.eclass are gone. Switch |
1232 |
deprecation message to super-annoying mode. |
1233 |
|
1234 |
09 Nov 2014; Sebastian Pipping <sping@gentoo.org> python-r1.eclass: |
1235 |
Use python 3.4 rather than dead 3.2 in python-r1 examples |
1236 |
|
1237 |
07 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1238 |
python-single-r1.eclass: |
1239 |
Help PMs figure out what to do by turning off unimplemented |
1240 |
python_single_target_* flags in PYTHON_USEDEP; thanks to mgorny, floppym and |
1241 |
Arfrever for reviews |
1242 |
|
1243 |
07 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1244 |
python-single-r1.eclass: |
1245 |
fixed whitespace |
1246 |
|
1247 |
06 Nov 2014; Ian Stakenvicius <axs@gentoo.org> python-single-r1.eclass: |
1248 |
When only one supported python implementation can satisfy an ebuild, do |
1249 |
not provide python_single_target_* flags in IUSE -- effectively, rely |
1250 |
only on PYTHON_TARGETS rather than the value specified in PYTHON_SINGLE_TARGET. |
1251 |
|
1252 |
05 Nov 2014; Ian Stakenvicius <axs@gentoo.org> mozconfig-v5.33.eclass: |
1253 |
Move IUSE=selinux to the eclass |
1254 |
|
1255 |
05 Nov 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
1256 |
python-utils-r1.eclass, tests/python-utils-r1.sh: |
1257 |
Add support for PyPy3. |
1258 |
|
1259 |
05 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1260 |
Remove unused function perl_set_eprefix |
1261 |
|
1262 |
04 Nov 2014; Justin Lecher <jlec@gentoo.org> toolchain.eclass: |
1263 |
Fix broken dependencies due to gcc multislotting, #528194, #528196 |
1264 |
|
1265 |
02 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-app.eclass: |
1266 |
Remove handling of EAPI=0,1,2 since that codepath cannot run anymore anyway |
1267 |
|
1268 |
01 Nov 2014; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
1269 |
eqmake4(): support new qmake install location (patch by mgorny). |
1270 |
|
1271 |
01 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1272 |
Drop EAPI=0,1,2,3 support in perl-module.eclass, this time for real. Further |
1273 |
cleanups will follow. |
1274 |
|
1275 |
31 Oct 2014; Davide Pesavento <pesa@gentoo.org> multibuild.eclass: |
1276 |
Make sure BUILD_DIR exists before pushd'ing into it. |
1277 |
|
1278 |
30 Oct 2014; Pacho Ramos <pacho@gentoo.org> vala.eclass: |
1279 |
Fix repoman warnings (#521980 by Arfrever Frehtes Taifersar Arahesis) |
1280 |
|
1281 |
28 Oct 2014; Michael Palimaka <kensington@gentoo.org> kde5-functions.eclass: |
1282 |
Fix handling of frameworks version dependencies within kde-frameworks. |
1283 |
|
1284 |
27 Oct 2014; Hans de Graaff <graaff@gentoo.org> ruby-ng-gnome2.eclass: |
1285 |
Enable verbose compilation output for the ruby gnome packages. |
1286 |
|
1287 |
27 Oct 2014; Alexis Ballier <aballier@gentoo.org> cmake-utils.eclass: |
1288 |
improve/fix cross-compilation support, bug #503216 by James Le Cuirot and |
1289 |
myself |
1290 |
|
1291 |
26 Oct 2014; Ulrich Müller <ulm@gentoo.org> toolchain.eclass: |
1292 |
[QA] Code from revisions 1.636 and 1.640 commented out. This causes several |
1293 |
file collisions, see bug 526144 and related bugs. |
1294 |
|
1295 |
25 Oct 2014; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass: |
1296 |
Add kde-workspace 4.11.13 SRC_URI. |
1297 |
|
1298 |
20 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1299 |
Output which ebuild actually has bad EAPI |
1300 |
|
1301 |
19 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1302 |
Move EAPI=0,1,2,3 warning into global scope to become ultra-annoying. Add QA |
1303 |
deprecation warning about EAPI=4. |
1304 |
|
1305 |
18 Oct 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass: |
1306 |
Improve error messaging when python_export is called without a defined python |
1307 |
implementation. |
1308 |
|
1309 |
17 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1310 |
mozconfig-v5.33.eclass: |
1311 |
added some missing deps, dropped unnecessary expat dep and redundant |
1312 |
--with-system-zlib; deps already brought in by mesa so need for end users to |
1313 |
update vdb |
1314 |
|
1315 |
15 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> perl-app.eclass: |
1316 |
Allow ebuild to override GENTOO_DEPEND_ON_PERL_SUBSLOT in perl-app.eclass if |
1317 |
necessary |
1318 |
|
1319 |
15 Oct 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
1320 |
Introduce comment_add_subdirectory function. Make EAPI check more technically |
1321 |
correct. |
1322 |
|
1323 |
15 Oct 2014; Michael Palimaka <kensington@gentoo.org> +kde5-functions.eclass, |
1324 |
+kde5.eclass: |
1325 |
Import from KDE overlay. |
1326 |
|
1327 |
14 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1328 |
-mozconfig-v4.1.eclass, +mozconfig-v5.31.eclass, +mozconfig-v5.33.eclass, |
1329 |
+mozcoreconf-v3.eclass: |
1330 |
added bumps to mozilla config eclasses and removed old |
1331 |
|
1332 |
09 Oct 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1333 |
Fix assignments to RESTRICT. |
1334 |
|
1335 |
08 Oct 2014; Brian Evans <grknight@gentoo.org> mysql-cmake.eclass, |
1336 |
mysql-multilib.eclass: |
1337 |
Sync from overlay |
1338 |
|
1339 |
07 Oct 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1340 |
Restrict mirror for qtwebkit wrt bug #524584 |
1341 |
|
1342 |
28 Sep 2014; Anthony G. Basile <blueness@gentoo.org> pax-utils.eclass: |
1343 |
Suppress annoying warning, see |
1344 |
https://forums.gentoo.org/viewtopic-p-7624560.html |
1345 |
|
1346 |
27 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1347 |
Deprecate EAPI=0,1,2,3 in perl-module.eclass with a big fat ewarn instead of |
1348 |
making the ebuild fail |
1349 |
|
1350 |
27 Sep 2014; Pacho Ramos <pacho@gentoo.org> gnome-python-common-r1.eclass: |
1351 |
Fix typo (#523856 by Kent Fredric) |
1352 |
|
1353 |
26 Sep 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1354 |
Fix up invalid general IUSE with underscores |
1355 |
|
1356 |
26 Sep 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1357 |
Adjust deps for >=mariadb-10.0.14 and add USE base deps for mariadb-galera |
1358 |
|
1359 |
22 Sep 2014; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, |
1360 |
qt5-build.eclass: |
1361 |
Fix SRC_URI (bug 523408) and update HOMEPAGE. |
1362 |
|
1363 |
19 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: |
1364 |
Remove support for EAPI 1, 2, 3 in perl-module.eclass (no packages left in |
1365 |
the tree) |
1366 |
|
1367 |
17 Sep 2014; Justin Lecher <jlec@gentoo.org> cuda.eclass: |
1368 |
nvcc always needs tp know the compiler location |
1369 |
|
1370 |
16 Sep 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
1371 |
Add kde-workspace 4.11.12 SRC_URI, remove obsolete. |
1372 |
|
1373 |
16 Sep 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1374 |
Exclude installed_cmake tests as well. |
1375 |
|
1376 |
15 Sep 2014; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
1377 |
Allow RPMS specified as array |
1378 |
|
1379 |
11 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1380 |
+mozconfig-v4.31.eclass, -mozconfig-v4.eclass: |
1381 |
dropped unused mozconfig-v4 and added new mozconfig-v4.31 eclasses |
1382 |
|
1383 |
11 Sep 2014; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass: |
1384 |
Restrict tests on 5.3.x (except live). |
1385 |
|
1386 |
04 Sep 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass, |
1387 |
tests/python-utils-r1.sh: |
1388 |
Preserve all whitespace in shebangs, and add regression test for that. Also, |
1389 |
prevent filename expansion when word-splitting it. Bug #522080. |
1390 |
|
1391 |
04 Sep 2014; Michał Górny <mgorny@gentoo.org> tests/python-utils-r1.sh: |
1392 |
Fix tests for python_is_python3. |
1393 |
|
1394 |
03 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> |
1395 |
+mozconfig-v4.1.eclass: |
1396 |
committed new eclass to support mozilla ebuilds |
1397 |
|
1398 |
03 Sep 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1399 |
Fix libedit MULTILIB_USEDEP wrt bug 521964 |
1400 |
|
1401 |
02 Sep 2014; Michał Górny <mgorny@gentoo.org> bash-completion-r1.eclass: |
1402 |
Add bashcomp_alias function to create command aliases for completion. |
1403 |
|
1404 |
30 Aug 2014; Anthony G. Basile <blueness@gentoo.org> pax-utils.eclass: |
1405 |
Update pax-utils.eclass according to bug #520198 |
1406 |
|
1407 |
30 Aug 2014; Davide Pesavento <pesa@gentoo.org> +qt5-build.eclass: |
1408 |
Initial commit of qt5-build.eclass |
1409 |
|
1410 |
30 Aug 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1411 |
Fix percona-server SRC_URI, add missing dep on mariadb-galera for rsync sst, |
1412 |
Add future deps for packages. |
1413 |
|
1414 |
28 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
1415 |
Simplify rlpkg call and optimize package relabeling thanks to Jason Perfinion |
1416 |
|
1417 |
27 Aug 2014; Michał Górny <mgorny@gentoo.org> bash-completion-r1.eclass: |
1418 |
Make completionsdir default to the new location (for new installs). Eselect |
1419 |
support is provided in app-shells/bash-completion-2.1-r1. |
1420 |
|
1421 |
24 Aug 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1422 |
Pass install paths to distutils via setup.cfg. |
1423 |
|
1424 |
23 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
1425 |
Adding relabeling support for SELinux depending packages |
1426 |
|
1427 |
18 Aug 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1428 |
Add extra quoting to prevent accidental globbing. |
1429 |
|
1430 |
18 Aug 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1431 |
Move ENABLE_DTRACE check to the multilib_src_configure wrt bug 520028 |
1432 |
|
1433 |
17 Aug 2014; Jonathan Callen <jcallen@gentoo.org> multilib-build.eclass: |
1434 |
Add new multilib_native_enable and multilib_native_with functions; fix |
1435 |
documentation |
1436 |
|
1437 |
12 Aug 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
1438 |
Sync with KDE overlay, including a large number of cosmetic changes and |
1439 |
simplification and removal of old code. |
1440 |
|
1441 |
11 Aug 2014; Joshua Kinard <kumba@gentoo.org> flag-o-matic.eclass: |
1442 |
Added -mfix-r10000/-mno-fix-r10000 to ALLOWED_FLAGS for MIPS. |
1443 |
|
1444 |
10 Aug 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
1445 |
Raise gcc minimum version to 4.7, bugs #462550, #471770, #508324. |
1446 |
|
1447 |
10 Aug 2014; Jeroen Roovers <jer@gentoo.org> nvidia-driver.eclass: |
1448 |
Check for earlier version, not different version (bug #519558 by kavol). |
1449 |
|
1450 |
10 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> mysql-v2.eclass: |
1451 |
Add extra download URL from overlay. |
1452 |
|
1453 |
08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
1454 |
The BASEPOL variable can be deduced from the ebuild version as we no longer |
1455 |
support mixing versions |
1456 |
|
1457 |
08 Aug 2014; Christoph Junghans <ottxor@gentoo.org> db-use.eclass: |
1458 |
added prefix support |
1459 |
|
1460 |
07 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> apache-2.eclass: |
1461 |
Fixed numerous misquotings by introducing arrays. Removed some useless "die" |
1462 |
statements. Thanks to Arfrever for sorting out these issues. |
1463 |
|
1464 |
06 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
1465 |
Add support for different GIT repositories with SELinux policy ebuilds |
1466 |
|
1467 |
05 Aug 2014; Johannes Huber <johu@gentoo.org> cmake-utils.eclass: |
1468 |
Raise CMAKE_MIN_VERSION to 2.8.12 by Ben Kohler <bkohler@gmail.com>, bug |
1469 |
#519158. |
1470 |
|
1471 |
05 Aug 2014; Christoph Junghans <ottxor@gentoo.org> apache-2.eclass: |
1472 |
added prefix support (bug #433736) |
1473 |
|
1474 |
05 Aug 2014; Mike Gilbert <floppym@gentoo.org> toolchain.eclass: |
1475 |
Another typo. |
1476 |
|
1477 |
05 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> toolchain.eclass: |
1478 |
Fix typo. |
1479 |
|
1480 |
05 Aug 2014; Magnus Granberg <zorry@gentoo.org> toolchain.eclass: |
1481 |
Fix bug #513706 only use ssp on gnu CTARGETS |
1482 |
|
1483 |
03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: |
1484 |
Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is |
1485 |
used now |
1486 |
|
1487 |
01 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozconfig-v4.eclass: |
1488 |
Updated mozconfig-v4.eclass to properly support optional IUSE=wifi |
1489 |
|
1490 |
31 Jul 2014; Brian Evans <grknight@gentoo.org> mysql-cmake.eclass, |
1491 |
mysql-multilib.eclass: |
1492 |
Update CMake variables to prevent MySQL from setting default CFLAGS |
1493 |
and features |
1494 |
|
1495 |
31 Jul 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: |
1496 |
Update the multilib eclass to match the work done by grobian for mysql-v2 |
1497 |
for prefix. |
1498 |
|
1499 |
30 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> udev.eclass: |
1500 |
Deprecate the longer udev_get_udevdir() function in favour of the shorter |
1501 |
get_udevdir(), notably gentoo-x86 has been fully converted |
1502 |
|
1503 |
30 Jul 2014; Robin H. Johnson <robbat2@gentoo.org> apache-2.eclass: |
1504 |
Handle grsec TPE to ensure apache can compile. $T is group-writable, owned by |
1505 |
portage, and TPE blocks that. |
1506 |
|
1507 |
29 Jul 2014; Robin H. Johnson <robbat2@gentoo.org> mysql.eclass, |
1508 |
mysql-multilib.eclass, mysql-v2.eclass: |
1509 |
Convert mysql eclasses to git-r3 eclass, so we can remove RESTRICT=userpriv |
1510 |
for live copies of the patches. |
1511 |
|
1512 |
29 Jul 2014; Robin H. Johnson <robbat2@gentoo.org> +mysql-multilib.eclass, |
1513 |
mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass, |
1514 |
mysql_fx.eclass: |
1515 |
Sync mysql eclass from overlay. |
1516 |
|
1517 |
28 Jul 2014; Davide Pesavento <pesa@gentoo.org> qmake-utils.eclass: |
1518 |
Set also QMAKE_LINK_{C_,}SHLIB |
1519 |
|
1520 |
28 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> +mozconfig-v4.eclass: |
1521 |
committed new mozconfig eclass for mozilla31 and later |
1522 |
|
1523 |
28 Jul 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1524 |
Mention git-clone man page for URI syntax, bug #511636. |
1525 |
|
1526 |
28 Jul 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1527 |
Use ROOT=/ when checking for git features, bug #518374. Patch provided by |
1528 |
Michael Haubenwallner. |
1529 |
|
1530 |
25 Jul 2014; Christoph Junghans <ottxor@gentoo.org> mercurial.eclass: |
1531 |
Added EHG_CHECKOUT_DIR to override checkout destination |
1532 |
|
1533 |
22 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> java-vm-2.eclass: |
1534 |
Respect EPREFIX in pkg_postinst, bug#517236. |
1535 |
|
1536 |
19 Jul 2014; Fabian Groffen <grobian@gentoo.org> mysql.eclass, |
1537 |
mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass: |
1538 |
Fix misc issues for Prefix allowing install and config of mysql |
1539 |
|
1540 |
17 Jul 2014; Michael Palimaka <kensington@gentoo.org> kde4-functions.eclass: |
1541 |
Fix missing handbooks when the default handbook language is en_US instead of |
1542 |
the usual en. |
1543 |
|
1544 |
16 Jul 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
1545 |
Add kde-workspace 4.11.11 SRC_URI, remove obsolete. |
1546 |
|
1547 |
13 Jul 2014; Ulrich Müller <ulm@gentoo.org> gnatbuild.eclass: |
1548 |
Don't call eselect with obsolete --no-color option. |
1549 |
|
1550 |
11 Jul 2014; Ulrich Müller <ulm@gentoo.org> autotools.eclass, base.eclass, |
1551 |
cdrom.eclass, cmake-utils.eclass, cvs.eclass, enlightenment.eclass, |
1552 |
eutils.eclass, fcaps.eclass, fixheadtails.eclass, flag-o-matic.eclass, |
1553 |
games.eclass, kde4-base.eclass, kde4-functions.eclass, kde4-meta.eclass, |
1554 |
kde4-meta-pkg.eclass, libtool.eclass, multilib.eclass, |
1555 |
multiprocessing.eclass, pam.eclass, pax-utils.eclass, portability.eclass, |
1556 |
qmake-utils.eclass, readme.gentoo.eclass, toolchain-funcs.eclass, |
1557 |
unpacker.eclass, user.eclass, versionator.eclass: |
1558 |
Avoid reserved names for functions and variables, bug 516092. |
1559 |
|
1560 |
08 Jul 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1561 |
Support linking Python modules on aix, thanks to haubi. |
1562 |
|
1563 |
07 Jul 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1564 |
Stop forcing -m0755 on EGIT3_STORE_DIR and parents, bug #516508. |
1565 |
|
1566 |
07 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> |
1567 |
ELT-patches/aixrtl/1.5.0-cmds-c, ELT-patches/aixrtl/1.5.0-cmds-cxx, |
1568 |
ELT-patches/aixrtl/1.5.22-cmds-c, ELT-patches/aixrtl/1.5.22-cmds-cxx, |
1569 |
ELT-patches/aixrtl/2.2.0-cmds-c, ELT-patches/aixrtl/2.2.0-cmds-cxx, |
1570 |
ELT-patches/aixrtl/2.2.8-cmds-c, ELT-patches/aixrtl/2.2.8-cmds-cxx, |
1571 |
ELT-patches/aixrtl/2.4.2.418-cmds-c, ELT-patches/aixrtl/2.4.2.418-cmds-cxx: |
1572 |
need semicolon after noop command to get subsequent variable set |
1573 |
|
1574 |
07 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> |
1575 |
-ELT-patches/aixrtl/2.4.2.418-cmds.c, -ELT-patches/aixrtl/2.4.2.418-cmds.cxx, |
1576 |
+ELT-patches/aixrtl/2.4.2.418-cmds-c, +ELT-patches/aixrtl/2.4.2.418-cmds-cxx: |
1577 |
use similar filename even for 2.4.2.418 diffs |
1578 |
|
1579 |
07 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> |
1580 |
ELT-patches/aixrtl/1.5.0-cmds-c, ELT-patches/aixrtl/1.5.0-cmds-cxx, |
1581 |
ELT-patches/aixrtl/1.5.22-cmds-c, ELT-patches/aixrtl/1.5.22-cmds-cxx, |
1582 |
ELT-patches/aixrtl/2.2.0-cmds-c, ELT-patches/aixrtl/2.2.0-cmds-cxx, |
1583 |
ELT-patches/aixrtl/2.2.8-cmds-c, ELT-patches/aixrtl/2.2.8-cmds-cxx, |
1584 |
ELT-patches/aixrtl/2.4.2.418-cmds.c, ELT-patches/aixrtl/2.4.2.418-cmds.cxx: |
1585 |
Use $lib for the real filename, to support soname hackery in libXaw. |
1586 |
|
1587 |
06 Jul 2014; Michał Górny <mgorny@gentoo.org> tests/python-utils-r1.sh: |
1588 |
Add tests for _python_impl_supported. |
1589 |
|
1590 |
06 Jul 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1591 |
python_gen_cond_dep: delay PYTHON_USEDEP substitution until one of the |
1592 |
implementations is actually enabled. Fixes bug #516520. |
1593 |
|
1594 |
06 Jul 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1595 |
Disable python2.6 support and clean up the related code. |
1596 |
|
1597 |
04 Jul 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1598 |
Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev. |
1599 |
|
1600 |
03 Jul 2014; Fabian Groffen <grobian@gentoo.org> multilib-build.eclass: |
1601 |
Add some Prefix hosts to _MULTILIB_FLAGS |
1602 |
|
1603 |
03 Jul 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1604 |
Explain MULTILIB_COMPAT a bit more verbosely, and add a REQUIRED_USE for it. |
1605 |
|
1606 |
03 Jul 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1607 |
Re-enable multilib flags for s390. |
1608 |
|
1609 |
29 Jun 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass, |
1610 |
python-utils-r1.eclass: |
1611 |
Attempt to use a UTF-8 locale if one is available to avoid errors when |
1612 |
setup.py calls open() with no encoding. |
1613 |
|
1614 |
29 Jun 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1615 |
Fix handling empty MULTILIB_COMPAT. |
1616 |
|
1617 |
29 Jun 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1618 |
Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg |
1619 |
Turner. |
1620 |
|
1621 |
28 Jun 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1622 |
Enable multilib flags for ppc. Since ppc profiles are not multilib at the |
1623 |
moment, this should not create any new issues. |
1624 |
|
1625 |
28 Jun 2014; Robin H. Johnson <robbat2@gentoo.org> linux-info.eclass: |
1626 |
linux-info: Bug #469210: during pkg_info|pkg_nofetch|pkg_pretend phases, $S |
1627 |
does not exist yet. This triggers sandbox violations in some cases, use $T |
1628 |
instead. |
1629 |
|
1630 |
27 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1631 |
Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug |
1632 |
#515360 by Patrick Lauer). |
1633 |
|
1634 |
27 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1635 |
Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by |
1636 |
'dev-haskell/cabal' to every configure-based haskell package. Don't unset |
1637 |
LANG/LC_ALL/LC_MESSAGES anymore. |
1638 |
|
1639 |
26 Jun 2014; Justin Lecher <jlec@gentoo.org> readme.gentoo.eclass, |
1640 |
waf-utils.eclass: |
1641 |
Rename FILE_SUFFIX to README_GENTOO_SUFFIX in order to avoid variable clashes |
1642 |
|
1643 |
24 Jun 2014; Pacho Ramos <pacho@gentoo.org> readme.gentoo.eclass: |
1644 |
Allow to handle more README.gentoo files (#513190 by Justin Lecher) |
1645 |
|
1646 |
23 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> qt4-r2.eclass: |
1647 |
Simplify documentation files handling by utilizing einstalldocs from eutils |
1648 |
eclass |
1649 |
|
1650 |
22 Jun 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1651 |
Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug |
1652 |
#513664. |
1653 |
|
1654 |
20 Jun 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1655 |
Fix typo in submodule fetching, reported by Hans Vercammen. |
1656 |
|
1657 |
19 Jun 2014; Brian Evans <grknight@gentoo.org> mysql-v2.eclass, mysql-cmake.eclass: |
1658 |
Sync with mysql overlay. |
1659 |
|
1660 |
19 Jun 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1661 |
python_fix_shebang: properly unset local variables in loop iterations. |
1662 |
|
1663 |
19 Jun 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1664 |
Always set up CC, CXX and friends for distutils builds, bug #513664. Thanks |
1665 |
to Arfrever for the explanation. |
1666 |
|
1667 |
19 Jun 2014; Michał Górny <mgorny@gentoo.org> gstreamer.eclass: |
1668 |
Bump gstreamer deps to satisfy multilib. |
1669 |
|
1670 |
19 Jun 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
1671 |
python-utils-r1.eclass, tests/python-utils-r1.sh: |
1672 |
Improve handling of corner cases in python_fix_shebang. Support --force and |
1673 |
--quiet options, bug #505354. Add tests. |
1674 |
|
1675 |
14 Jun 2014; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass, kde4-functions.eclass: |
1676 |
Sync with KDE overlay. Adapt to live ebuild versioning change. Remove |
1677 |
reference to long-removed package. Explicitly specify a slot. Update SRC_URI |
1678 |
for kde-workspace 4.11.10. Add new function to comment add_subdirectory |
1679 |
calls. Remove obsolete add_blocker function. |
1680 |
|
1681 |
14 Jun 2014; Ryan Hill <rhill@gentoo.org> flag-o-matic.eclass: |
1682 |
Add -Og, -gdwarf-*, and -fabi-version=* to allowed flags (bug #512534, |
1683 |
#512754). Use a glob for -fstack-protector and friends. |
1684 |
|
1685 |
14 Jun 2014; Robin H. Johnson <robbat2@gentoo.org> flag-o-matic.eclass: |
1686 |
If you an empty argument to append-libs, you end up with a dangling -l |
1687 |
without a library. Catch this in QA. Caught infra with a broken ncurses in |
1688 |
net-dialup/xc with append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" |
1689 |
|
1690 |
12 Jun 2014; Michael Haubenwallner <haubi@gentoo.org> |
1691 |
-ELT-patches/aix-noundef/1.4d, libtool.eclass: |
1692 |
Allow undefined symbols on AIX, needed by and work fine with module libs. |
1693 |
|
1694 |
10 Jun 2014; Michał Górny <mgorny@gentoo.org> +gstreamer.eclass: |
1695 |
Add new, multilib-capable eclass for gstreamer plugins. |
1696 |
|
1697 |
10 Jun 2014; Michael Haubenwallner <haubi@gentoo.org> |
1698 |
+ELT-patches/aixrtl/2.4.2.418-cmds.c, +ELT-patches/aixrtl/2.4.2.418-cmds.cxx, |
1699 |
+ELT-patches/aixrtl/2.4.2.418-soname: |
1700 |
bump aixrtl ELT-patches for libtool-2.4.2.418 |
1701 |
|
1702 |
08 Jun 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1703 |
Work around lack of arch defines in swig, bug #509792. |
1704 |
|
1705 |
07 Jun 2014; Ulrich Müller <ulm@gentoo.org> elisp.eclass: |
1706 |
Increase minimum Emacs version to 23, versions 21 and 22 have been removed. |
1707 |
|
1708 |
03 Jun 2014; Brian Evans <grknight@gentoo.org> mysql-v2.eclass: |
1709 |
Sync mysql-v2 eclass from the mysql overlay. |
1710 |
|
1711 |
01 Jun 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1712 |
If we keep the flag list sorted by version there's no need for this function |
1713 |
to be recursive. This shaves a couple seconds off the worst-case runtime. |
1714 |
|
1715 |
01 Jun 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass, |
1716 |
+tests/git-r3:subrepos.sh: |
1717 |
Properly canonicalize relative submodule URIs, bug #501250. |
1718 |
|
1719 |
31 May 2014; Michał Górny <mgorny@gentoo.org> systemd.eclass: |
1720 |
Add systemd_{do,new}userunit. |
1721 |
|
1722 |
28 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1723 |
Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682. |
1724 |
|
1725 |
28 May 2014; Justin Lecher <jlec@gentoo.org> portability.eclass: |
1726 |
Add documentation for man page; add missing die |
1727 |
|
1728 |
26 May 2014; Michał Górny <mgorny@gentoo.org> |
1729 |
+gnome-python-common-r1.eclass: |
1730 |
Convert gnome-python-common.eclass to use python-r1, and clean it up a lot. |
1731 |
|
1732 |
26 May 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass, |
1733 |
python-single-r1.eclass, python-utils-r1.eclass: |
1734 |
Move python_fix_shebang into python-utils-r1, therefore making it a part of |
1735 |
public API for all eclasses. |
1736 |
|
1737 |
24 May 2014; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass: |
1738 |
elisp-site-regen: Look for site-init files only in site-gentoo.d |
1739 |
subdirectory. Die on errors. |
1740 |
|
1741 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1742 |
Change ABI-flag separator from ":" to "." to avoid issues with Makefile rules |
1743 |
and PATH separator. |
1744 |
|
1745 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1746 |
Add remaining potential multilib arches to header wrapping template. |
1747 |
|
1748 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1749 |
Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI |
1750 |
is omitted in wrapper template. |
1751 |
|
1752 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1753 |
Deprecate multilib_for_best_abi() to decrease confusion. |
1754 |
|
1755 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1756 |
Export MULTILIB_ABI_FLAG for ebuild/eclass use. Bug #509478. |
1757 |
|
1758 |
23 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1759 |
Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ABI |
1760 |
values and USE flag names. |
1761 |
|
1762 |
23 May 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1763 |
Give an explanatory error when trying to fetch https:// with |
1764 |
dev-vcs/git[-curl]. Bug #510768. |
1765 |
|
1766 |
22 May 2014; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: |
1767 |
cabal_chdeps() now defaults to MY_PN (autogenerated by hackport) if exists, |
1768 |
then to PN |
1769 |
|
1770 |
22 May 2014; Sergei Trofimovich <slyfox@gentoo.org> darcs.eclass: |
1771 |
store darcs cache in DISTDIR |
1772 |
|
1773 |
22 May 2014; Lars Wendler <polynomial-c@gentoo.org> apache-2.eclass: |
1774 |
Eclass cleanup. Now requires >=EAPI-4 ebuilds. Fixed bugs #509922 and |
1775 |
#503640. |
1776 |
|
1777 |
21 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1778 |
Bug #499774, take 2. |
1779 |
|
1780 |
21 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1781 |
Revert libintl change. It turns out we need to depend on gettext anyways, so |
1782 |
this change is pointless. |
1783 |
|
1784 |
20 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1785 |
Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 and |
1786 |
ppc/s390 respectively if supported by the assembler (bug #506202). |
1787 |
|
1788 |
20 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1789 |
Depend on virtual/libintl rather than sys-devel/gettext (bug #499774). |
1790 |
|
1791 |
19 May 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: |
1792 |
Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty |
1793 |
string. |
1794 |
|
1795 |
18 May 2014; Brian Evans <grknight@gentoo.org> mysql_fx.eclass: |
1796 |
Fix a bug that prevented emerge --config to notice a changed datadir. |
1797 |
|
1798 |
16 May 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
1799 |
Accept files with already-rewritten shebangs in _python_rewrite_shebang. |
1800 |
Necessary for proper python_doscript(). |
1801 |
|
1802 |
15 May 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
1803 |
Allow parallel profiledbootstrap in newer versions (bug #508878 by Eric F. |
1804 |
Garioud). Clean up a bit. |
1805 |
|
1806 |
14 May 2014; Brian Evans <grknight@gentoo.org> |
1807 |
mysql-cmake.eclass, mysql-v2.eclass: |
1808 |
Sync mysql-v2 and mysql-cmake eclasses from the mysql overlay. |
1809 |
|
1810 |
12 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1811 |
Do not install wrapper headers when no ABI provides a particular header. |
1812 |
|
1813 |
12 May 2014; Michael Palimaka <kensington@gentoo.org> -boost-utils.eclass, -office-ext.eclass: |
1814 |
Remove last-rited eclasses. |
1815 |
|
1816 |
11 May 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: |
1817 |
Fail when package installs "share" subdirectory to PyPy prefix. This should |
1818 |
stop people from adding PyPy support to packages that do not work due to the |
1819 |
bug in PyPy. |
1820 |
|
1821 |
10 May 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass: |
1822 |
Remove the coreutils dependency since the old copying code has been replaced |
1823 |
by a more portable function. Bug #509984. |
1824 |
|
1825 |
09 May 2014; Michał Górny <mgorny@gentoo.org> cmake-multilib.eclass: |
1826 |
Use multilib-minimal for phase functions. |
1827 |
|
1828 |
09 May 2014; Michał Górny <mgorny@gentoo.org> emul-linux-x86.eclass: |
1829 |
Remove i686-* renamed tools as well with USE=abi_x86_32. |
1830 |
|
1831 |
09 May 2014; Michał Górny <mgorny@gentoo.org> emul-linux-x86.eclass: |
1832 |
Remove wrapped headers with USE=abi_x86_32. |
1833 |
|
1834 |
08 May 2014; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
1835 |
Previous approach was wrong |
1836 |
|
1837 |
07 May 2014; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
1838 |
Don't remove wrappers in that dir |
1839 |
|
1840 |
07 May 2014; Manuel Rüger <mrueg@gentoo.org> gems.eclass, ruby.eclass: |
1841 |
ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and |
1842 |
ruby-fakegem.eclass. Removal in 30 days. See bug #479812. |
1843 |
|
1844 |
07 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1845 |
Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility |
1846 |
with current state of emul-linux. Fixes bug #509556. |
1847 |
|
1848 |
06 May 2014; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: |
1849 |
Move headers to a separate directory, bug #509556 |
1850 |
|
1851 |
06 May 2014; Jeroen Roovers <jer@gentoo.org> cmake-utils.eclass: |
1852 |
optionaly => optionally |
1853 |
|
1854 |
04 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass: |
1855 |
Update VALA_MAX_API_VERSION (bug #509222, thanks to Arfrever) and modernize |
1856 |
VALA_MIN_API_VERSION too. |
1857 |
|
1858 |
03 May 2014; Sergey Popov <pinkbyte@gentoo.org> leechcraft.eclass: |
1859 |
Omit some obsolete version checks |
1860 |
|
1861 |
02 May 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass, |
1862 |
multilib-minimal.eclass: |
1863 |
Run multilib_src_configure() in parallel. Bug #485046. |
1864 |
|
1865 |
01 May 2014; Christoph Junghans <ottxor@gentoo.org> unpacker.eclass: |
1866 |
add app-arch/plzip support (bug #509264) |
1867 |
|
1868 |
01 May 2014; Justin Lecher <jlec@gentoo.org> python-utils-r1.eclass: |
1869 |
Add missing @DESCRIPTION |
1870 |
|
1871 |
01 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1872 |
Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages. |
1873 |
|
1874 |
30 Apr 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass: |
1875 |
Update the doc and make it simpler. |
1876 |
|
1877 |
29 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1878 |
Disable header wrapping on unsupported ABIs. |
1879 |
|
1880 |
29 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1881 |
Reorder the operations in multilib_prepare_wrappers for easier reading. |
1882 |
|
1883 |
29 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1884 |
Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better |
1885 |
compatibility with plain multilib. |
1886 |
|
1887 |
29 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1888 |
Disable wrappers for multilib portage only. Enable them in non-multilib |
1889 |
profiles for consistency. |
1890 |
|
1891 |
29 Apr 2014; Michał Górny <mgorny@gentoo.org> cmake-multilib.eclass, |
1892 |
multilib-build.eclass, multilib-minimal.eclass: |
1893 |
Move conditionals for enabling wrappers into multilib_prepare_wrappers() and |
1894 |
multilib_install_wrappers(). |
1895 |
|
1896 |
28 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1897 |
Deprecate multilib_build_binaries, and switch the code to use |
1898 |
multilib_is_native_abi. |
1899 |
|
1900 |
26 Apr 2014; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-plugin.eclass: |
1901 |
vdr-plugin.eclass removed, see #497058, #489116 |
1902 |
|
1903 |
25 Apr 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
1904 |
Sync with kde overlay. Remove custom branch calculation for kde workspace. |
1905 |
Add kde-workspace 4.11.9 SRC_URI. |
1906 |
|
1907 |
23 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -qt5-build.eclass: |
1908 |
Drop qt5-build eclass |
1909 |
|
1910 |
23 Apr 2014; Patrick Lauer <patrick@gentoo.org> +qt5-build.eclass: |
1911 |
Add qt5-build eclass from qt overlay |
1912 |
|
1913 |
22 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1914 |
Remove the QA warning from multilib_is_native_abi() till we decide which one |
1915 |
to keep actually. |
1916 |
|
1917 |
22 Apr 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
1918 |
mysql-cmake.eclass, mysql-v2.eclass: |
1919 |
Sync mysql-v2 and mysql-cmake eclasses from the mysql overlay. |
1920 |
|
1921 |
21 Apr 2014; Christoph Junghans <ottxor@gentoo.org> wxwidgets.eclass: |
1922 |
added prefix support (bug #401661) |
1923 |
|
1924 |
21 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1925 |
Add a QA warning to multilib_is_native_abi. |
1926 |
|
1927 |
21 Apr 2014; Hans de Graaff <graaff@gentoo.org> ruby-fakegem.eclass: |
1928 |
Read the YAML metadata with UTF-8 by default and make an exception for older |
1929 |
ruby targets, since all new targets will support (and need) the UTF-8 flag. |
1930 |
Fixes bug 504642. |
1931 |
|
1932 |
21 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1933 |
...and make multilib_build_binaries stand-alone. |
1934 |
|
1935 |
21 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1936 |
Make multilib_is_native_abi equivalent to multilib_build_binaries, until all |
1937 |
ebuilds are fixed. |
1938 |
|
1939 |
21 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
1940 |
Introduce extra multilib_native_use* wrappers encapulsating |
1941 |
multilib_build_binaries & use* functions. |
1942 |
|
1943 |
21 Apr 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
1944 |
Update 3.15-rcX temporary fix. See bug #507656. |
1945 |
|
1946 |
19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1947 |
Support substituting ${PYTHON_USEDEP} in python_gen_cond_dep(). |
1948 |
|
1949 |
17 Apr 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
1950 |
Automatically switch to EGIT_CLONE_TYPE=single+tags for Google Code. |
1951 |
|
1952 |
17 Apr 2014; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass: |
1953 |
Sync with overlay. Remove unused inherit. Switch to git-r3 eclass. Fix file |
1954 |
collisions wrt bug #499032 and bug #507860. Add more dep reduction. Cosmetic |
1955 |
improvements. |
1956 |
|
1957 |
16 Apr 2014; Julian Ospald <hasufell@gentoo.org> waf-utils.eclass: |
1958 |
respect CFLAGS in linking command wrt #506956 |
1959 |
|
1960 |
16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
1961 |
Update openib eclass |
1962 |
|
1963 |
16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass: |
1964 |
Update openib eclass |
1965 |
|
1966 |
15 Apr 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass: |
1967 |
multibuild_merge_root: re-introduce userland_BSD tar fallback, bug #507626. |
1968 |
|
1969 |
14 Apr 2014; Tom Wijsman <TomWij@gentoo.org> kernel-2.eclass: |
1970 |
Temporarily fix up >=sys-kernel/git-sources-3.15_rc1.ebuild, bug #507656. |
1971 |
|
1972 |
14 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: |
1973 |
Require at least gcc-4.8 for new LeechCraft packages |
1974 |
|
1975 |
11 Apr 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass: |
1976 |
Enable reflinking in multibuild_copy_sources. |
1977 |
|
1978 |
10 Apr 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass: |
1979 |
Use a more portable and clobbering "cp" call for multibuild_merge_root(). |
1980 |
|
1981 |
09 Apr 2014; Tim Harder <radhermit@gentoo.org> java-utils-2.eclass: |
1982 |
Only refer to DESTTREE within the src_install phase. |
1983 |
|
1984 |
09 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1985 |
Re-enable the python_gen_usedep empty argument check. |
1986 |
|
1987 |
09 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1988 |
Comment out the python_gen_usedep empty argument check until all |
1989 |
python_gen_cond_dep uses are fixed. |
1990 |
|
1991 |
09 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
1992 |
Throw explicit error if python_gen_usedep does not match any implementation |
1993 |
rather than outputting an empty (invalid) USE-dep. |
1994 |
|
1995 |
08 Apr 2014; Michał Górny <mgorny@gentoo.org> python-any-r1.eclass, |
1996 |
python-r1.eclass, python-utils-r1.eclass, tests/python-utils-r1.sh: |
1997 |
Disable pypy2_0 and clean up after it. |
1998 |
|
1999 |
05 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: |
2000 |
Fix improper suggestions to put unsupported implmentations in USE_PYTHON, bug |
2001 |
#506814. |
2002 |
|
2003 |
05 Apr 2014; Alexandre Rostovtsev <tetromino@gentoo.org> |
2004 |
gst-plugins10.eclass: |
2005 |
Use LC_ALL=C for tr call; fixes invalid configure options when using Turkish |
2006 |
locale (bug #490894, thanks to Emre Eryilmaz and Samuli Suominen). |
2007 |
|
2008 |
03 Apr 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass, |
2009 |
cmake-multilib.eclass, multilib-build.eclass: |
2010 |
Make multilib@g.o the maintainer of multilib eclasses. |
2011 |
|
2012 |
03 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2013 |
Add a note not to add new ABIs without contacting multilib. |
2014 |
|
2015 |
03 Apr 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2016 |
Revert incomplete and broken s390 support. Please finally contact multilib |
2017 |
before playing with this. |
2018 |
|
2019 |
01 Apr 2014; Michał Górny <mgorny@gentoo.org> tests/python-utils-r1.sh: |
2020 |
Add slot op to expected PyPy dependency string. |
2021 |
|
2022 |
31 Mar 2014; Michał Górny <mgorny@gentoo.org> java-ant-2.eclass: |
2023 |
Ban the java-ant_remove-taskdefs() function and remove Python dependency, bug |
2024 |
#479838. |
2025 |
|
2026 |
31 Mar 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2027 |
Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to |
2028 |
track it. |
2029 |
|
2030 |
30 Mar 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: |
2031 |
Add support for USE triggered policy decisions |
2032 |
|
2033 |
30 Mar 2014; Johannes Huber <johu@gentoo.org> kde4-base.eclass: |
2034 |
Sync with kde overlay. Raise QT_MINIMAL to latest stable and simplify Qt deps |
2035 |
by Michael Palimaka <kensington@gentoo.org>. Add kde-workspace 4.11.8 |
2036 |
SRC_URI. |
2037 |
|
2038 |
30 Mar 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2039 |
Support rewriting symlinks in MULTILIB_CHOST_TOOLS, bug #506062. |
2040 |
|
2041 |
29 Mar 2014; Ulrich Müller <ulm@gentoo.org> check-reqs.eclass: |
2042 |
Move test for MERGE_TYPE from check-reqs_pkg_setup() to check-reqs_run(). |
2043 |
|
2044 |
28 Mar 2014; Ulrich Müller <ulm@gentoo.org> check-reqs.eclass: |
2045 |
Output binary prefixes for units according to IEC 80000-13, as calculations |
2046 |
are 1024 based. Fix documentation of check-reqs_get_unit function, and other |
2047 |
minor fixes. |
2048 |
|
2049 |
26 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
2050 |
Fix typo in prefix block by Christoph Junghans <ottxor@gentoo.org>. |
2051 |
|
2052 |
24 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2053 |
Add a single+tags mode to handle Google Code more efficiently, bug #503708. |
2054 |
|
2055 |
21 Mar 2014; Robin H. Johnson <robbat2@gentoo.org> linux-info.eclass: |
2056 |
linux-info: Bug #504346: Change one message from error to warning, kernel |
2057 |
sources are optional for most uses (checking configs), and knowledge if the |
2058 |
lack of kernel sources being missing is fatal should be left to the ebuild. |
2059 |
|
2060 |
19 Mar 2014; Julian Ospald <hasufell@gentoo.org> mysql-cmake.eclass: |
2061 |
respect CFLAGS wrt #497532 |
2062 |
|
2063 |
18 Mar 2014; Christoph Junghans <ottxor@gentoo.org> texlive-common.eclass: |
2064 |
added prefix support (bug #485608) |
2065 |
|
2066 |
18 Mar 2014; Michał Górny <mgorny@gentoo.org> boost-utils.eclass: |
2067 |
Mark @DEAD. |
2068 |
|
2069 |
17 Mar 2014; Justin Lecher <jlec@gentoo.org> python-utils-r1.eclass, |
2070 |
readme.gentoo.eclass: |
2071 |
Some Gentoo PREFIX love |
2072 |
|
2073 |
16 Mar 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass: |
2074 |
Update my src_uri. |
2075 |
|
2076 |
13 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
2077 |
Add python_doexe() and python_newexe() to handle implementation-specific |
2078 |
executables without shebangs. |
2079 |
|
2080 |
12 Mar 2014; Julian Ospald <hasufell@gentoo.org> games.eclass: |
2081 |
fix games.eclass to use games-misc/games-envd |
2082 |
|
2083 |
12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
2084 |
Use subslot operator deps on non-slotted PyPy. |
2085 |
|
2086 |
12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass, |
2087 |
tests/python-utils-r1.sh: |
2088 |
Add non-slotted pypy to the eclass. |
2089 |
|
2090 |
12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: |
2091 |
Revert ignorant pypy2_2 commit. |
2092 |
|
2093 |
12 Mar 2014; Patrick Lauer <patrick@gentoo.org> python-utils-r1.eclass: |
2094 |
Modify python-utils-r1 for pypy2.2 |
2095 |
|
2096 |
11 Mar 2014; Mike Gilbert <floppym@gentoo.org> autotools-utils.eclass: |
2097 |
Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit. |
2098 |
|
2099 |
09 Mar 2014; Ulrich Müller <ulm@gentoo.org> texlive-module.eclass: |
2100 |
Do not inherit base.eclass, bug 497054. |
2101 |
|
2102 |
09 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
2103 |
Remove stray character thanks to mimi_vx. |
2104 |
|
2105 |
09 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: |
2106 |
Add missing quotes wrt bug #503336. |
2107 |
|
2108 |
05 Mar 2014; Patrick Lauer <patrick@gentoo.org> kde4-base.eclass: |
2109 |
Fix KDE 4.11.7 SRC_URI |
2110 |
|
2111 |
03 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2112 |
Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits |
2113 |
in any branch without explicitly naming the branch, bug #503332. |
2114 |
|
2115 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> xorg-2.eclass: |
2116 |
Use git-r3 for live ebuilds. |
2117 |
|
2118 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2119 |
Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set. |
2120 |
|
2121 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2122 |
Do not try shallow clones on local repositories. |
2123 |
|
2124 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2125 |
Force non-forward updates on git refs. |
2126 |
|
2127 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2128 |
Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds. |
2129 |
|
2130 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2131 |
Auto-unshallow when fetching by commit hash. |
2132 |
|
2133 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2134 |
Support EGIT_CLONE_TYPE=shallow. |
2135 |
|
2136 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2137 |
Support EGIT_CLONE_TYPE=single. |
2138 |
|
2139 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2140 |
Introduce EGIT_CLONE_TYPE for future use. |
2141 |
|
2142 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2143 |
Support using a local git mirror. |
2144 |
|
2145 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2146 |
Fix support for non-master default branch. |
2147 |
|
2148 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2149 |
Replace "git fetch" checkout with more efficient and compatible pseudo-shared |
2150 |
clone. |
2151 |
|
2152 |
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2153 |
Improve docs. |
2154 |
|
2155 |
01 Mar 2014; Sergei Trofimovich <slyfox@gentoo.org> autotools.eclass: |
2156 |
Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings). |
2157 |
|
2158 |
01 Mar 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass: |
2159 |
Add multilib love for gnome2_gdk_pixbuf_update(). |
2160 |
|
2161 |
27 Feb 2014; Christoph Junghans <ottxor@gentoo.org> unpacker.eclass: |
2162 |
added lzip support (bug #501912) |
2163 |
|
2164 |
25 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2165 |
Use git init+fetch rather than clone in order to fix checking out to |
2166 |
non-empty directory. Fixes bug #502400. |
2167 |
|
2168 |
24 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2169 |
Fetch and preserve git notes as well. |
2170 |
|
2171 |
23 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: |
2172 |
Use complete git clones, and clone them onto the checkout directory. This |
2173 |
makes it possible for build system to lookup all repository information as |
2174 |
requested in bug #489100. Remove shallow clone support since it would require |
2175 |
too much effort and make code hard to understand. Additionally obsoletes bug |
2176 |
#489100 and git-r3 part of bug #494934. |
2177 |
|
2178 |
22 Feb 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass: |
2179 |
Add support for python3.4. |
2180 |
|
2181 |
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass: |
2182 |
Be more friendly with SELinux (#499636 by Luis Ressel) |
2183 |
|
2184 |
21 Feb 2014; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass: |
2185 |
Make problems with man page installation nonfatal |
2186 |
|
2187 |
11 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2.eclass: |
2188 |
Pass --docdir with proper directory, bug #482646 |
2189 |
|
2190 |
11 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass, |
2191 |
haskell-cabal.eclass: |
2192 |
Add support for parallel building (ghc-7.8+). Disable dynamic library |
2193 |
stripping and respect --sysconfdir (Cabal-1.18+). |
2194 |
|
2195 |
09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass: |
2196 |
Drop also values of DGSEAL_ENABLE (#500730) |
2197 |
|
2198 |
06 Feb 2014; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass: |
2199 |
Disable more bogus dependency checks wrt bug #494680. |
2200 |
|
2201 |
05 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> tests/toolchain.sh, |
2202 |
toolchain.eclass: |
2203 |
Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. Only |
2204 |
worry about -mno* flags, -m* are removed by strip-flags. Add -mno-movbe. |
2205 |
|
2206 |
02 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> +tests/toolchain.sh, |
2207 |
toolchain.eclass: |
2208 |
Add downgrade_arch_flags() to automatically replace/strip unsupported -march |
2209 |
and instruction set flags. Add testsuite. |
2210 |
|
2211 |
02 Feb 2014; Julian Ospald <hasufell@gentoo.org> games.eclass: |
2212 |
respect ECONF_SOURCE wrt #494210 |
2213 |
|
2214 |
02 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
2215 |
removed debuginfos depends on base.eclass removing, wrt bug #497056 |
2216 |
|
2217 |
01 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass: |
2218 |
Add -fdiagnostics* and ISA flags for 4.8 and 4.9. |
2219 |
|
2220 |
26 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> myspell-r2.eclass: |
2221 |
Drop inheriting base eclass, wrt bug #497040 |
2222 |
|
2223 |
25 Jan 2014; Julian Ospald <hasufell@gentoo.org> games.eclass: |
2224 |
set --datarootdir=/usr/share wrt #493954 |
2225 |
|
2226 |
25 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
2227 |
major changes depend on wrt bug 497056, vdr-plugin-2.eclass |
2228 |
|
2229 |
25 Jan 2014; Mike Gilbert <floppym@gentoo.org> cmake-utils.eclass: |
2230 |
Improve support for ninja, bug 490280. |
2231 |
|
2232 |
24 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: |
2233 |
changed debug info in vdr-plugin-2_src_install for Makefile handling |
2234 |
|
2235 |
24 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
2236 |
Work around bug #357287. |
2237 |
|
2238 |
19 Jan 2014; Dion Moult <moult@gentoo.org> gtk-sharp-module.eclass: |
2239 |
Change virtual/monodoc dependency to dev-lang/mono as the former is being |
2240 |
treecleaned |
2241 |
|
2242 |
19 Jan 2014; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass: |
2243 |
Add 'ghc-supports-interpreter' helper to detect interpreter support. |
2244 |
|
2245 |
18 Jan 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: |
2246 |
Silence sandbox for /usr/local, bug 498232. |
2247 |
|
2248 |
18 Jan 2014; Mike Gilbert <floppym@gentoo.org> kernel-2.eclass: |
2249 |
Convert to python-any-r1.eclass |
2250 |
|
2251 |
18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass: |
2252 |
Sync from kde overlay, adds subslot |
2253 |
|
2254 |
17 Jan 2014; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: |
2255 |
Fix QA warning concerning inherit |
2256 |
|
2257 |
17 Jan 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: |
2258 |
Fix kernel-2.eclass to use python.eclass for it's python needs. (deblob |
2259 |
script). See bug #497966 |
2260 |
|
2261 |
17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass: |
2262 |
Revert inadvertent change, as noted by arfrever. |
2263 |
|
2264 |
17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass, |
2265 |
python-utils-r1.eclass: |
2266 |
Spelling. |
2267 |
|
2268 |
16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2269 |
Typo. |
2270 |
|
2271 |
16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: |
2272 |
Support MULTILIB_CHOST_TOOLS for tool renaming/preserving. |
2273 |
|
2274 |
16 Jan 2014; Hans de Graaff <graaff@gentoo.org> ruby-ng.eclass: |
2275 |
Explicitly cp symlinks as-is. The default for this changed in coreutils 8.22. |
2276 |
Fixes bug 472710. |
2277 |
|
2278 |
15 Jan 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass: |
2279 |
Actually enable in-source build support. |
2280 |
|
2281 |
15 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass: |
2282 |
vdr-plugin.eclass marked @DEAD |
2283 |
|
2284 |
14 Jan 2014; Michael Pagano <mpagano@gentoo.org> linux-mod.eclass: |
2285 |
Remove use of sed in linux-mod.eclass. Replace with bash. |
2286 |
|
2287 |
13 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass: |
2288 |
Add EAPI 0 compatible USE defaults (bug #372663). |
2289 |
|
2290 |
10 Jan 2014; Magnus Granberg <zorry@gentoo.org> toolchain.eclass: |
2291 |
Add support for default ssp on >=gcc-4.8.2 #484714 |
2292 |
|
2293 |
08 Jan 2014; Patrick Lauer <patrick@gentoo.org> apache-2.eclass, |
2294 |
python-utils-r1.eclass: |
2295 |
Removing silly beep from apache-2.eclass |
2296 |
|
2297 |
05 Jan 2014; Pacho Ramos <pacho@gentoo.org> aspell-dict.eclass, |
2298 |
freedict.eclass, myspell.eclass, myspell-r2.eclass: |
2299 |
Cleanup due |
2300 |
http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271273.html |
2301 |
|
2302 |
05 Jan 2014; Michał Górny <mgorny@gentoo.org> twisted-r1.eclass: |
2303 |
Fix twisted SRC_URI. Thanks to yac for the patch. |
2304 |
|
2305 |
01 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2013: |
2306 |
Rotate ChangeLog |
2307 |
|
2308 |
For previous entries, please see ChangeLog-2013. |