summaryrefslogtreecommitdiff
blob: 55eaa80eb6bc0c5dbe78cad06e0c430ac9f8c996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1184 2014/03/26 13:12:39 kensington Exp $

  26 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass:
  Fix typo in prefix block by Christoph Junghans <ottxor@gentoo.org>.

  24 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Add a single+tags mode to handle Google Code more efficiently, bug #503708.

  21 Mar 2014; Robin H. Johnson <robbat2@gentoo.org> linux-info.eclass:
  linux-info: Bug #504346: Change one message from error to warning, kernel
  sources are optional for most uses (checking configs), and knowledge if the
  lack of kernel sources being missing is fatal should be left to the ebuild.

  19 Mar 2014; Julian Ospald <hasufell@gentoo.org> mysql-cmake.eclass:
  respect CFLAGS wrt #497532

  18 Mar 2014; Christoph Junghans <ottxor@gentoo.org> texlive-common.eclass:
  added prefix support (bug #485608)

  18 Mar 2014; Michał Górny <mgorny@gentoo.org> boost-utils.eclass:
  Mark @DEAD.

  17 Mar 2014; Justin Lecher <jlec@gentoo.org> python-utils-r1.eclass,
  readme.gentoo.eclass:
  Some Gentoo PREFIX love

  16 Mar 2014; Ryan Hill <rhill@gentoo.org> toolchain.eclass:
  Update my src_uri.

  13 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
  Add python_doexe() and python_newexe() to handle implementation-specific
  executables without shebangs.

  12 Mar 2014; Julian Ospald <hasufell@gentoo.org> games.eclass:
  fix games.eclass to use games-misc/games-envd

  12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
  Use subslot operator deps on non-slotted PyPy.

  12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass,
  tests/python-utils-r1.sh:
  Add non-slotted pypy to the eclass.

  12 Mar 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
  Revert ignorant pypy2_2 commit.

  12 Mar 2014; Patrick Lauer <patrick@gentoo.org> python-utils-r1.eclass:
  Modify python-utils-r1 for pypy2.2

  11 Mar 2014; Mike Gilbert <floppym@gentoo.org> autotools-utils.eclass:
  Indicate that AUTOTOOLS_AUTORECONF should be set before calling inherit.

  09 Mar 2014; Ulrich Müller <ulm@gentoo.org> texlive-module.eclass:
  Do not inherit base.eclass, bug 497054.

  09 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass:
  Remove stray character thanks to mimi_vx.

  09 Mar 2014; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass:
  Add missing quotes wrt bug #503336.

  05 Mar 2014; Patrick Lauer <patrick@gentoo.org> kde4-base.eclass:
  Fix KDE 4.11.7 SRC_URI

  03 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits
  in any branch without explicitly naming the branch, bug #503332.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> xorg-2.eclass:
  Use git-r3 for live ebuilds.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Do not try shallow clones on local repositories.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Force non-forward updates on git refs.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Auto-unshallow when fetching by commit hash.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Support EGIT_CLONE_TYPE=shallow.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Support EGIT_CLONE_TYPE=single.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Introduce EGIT_CLONE_TYPE for future use.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Support using a local git mirror.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Fix support for non-master default branch.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Replace "git fetch" checkout with more efficient and compatible pseudo-shared
  clone.

  02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Improve docs.

  01 Mar 2014; Sergei Trofimovich <slyfox@gentoo.org> autotools.eclass:
  Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings).

  01 Mar 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass:
  Add multilib love for gnome2_gdk_pixbuf_update().

  27 Feb 2014; Christoph Junghans <ottxor@gentoo.org> unpacker.eclass:
  added lzip support (bug #501912)

  25 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Use git init+fetch rather than clone in order to fix checking out to
  non-empty directory. Fixes bug #502400.

  24 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Fetch and preserve git notes as well.

  23 Feb 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
  Use complete git clones, and clone them onto the checkout directory. This
  makes it possible for build system to lookup all repository information as
  requested in bug #489100. Remove shallow clone support since it would require
  too much effort and make code hard to understand. Additionally obsoletes bug
  #489100 and git-r3 part of bug #494934.

  22 Feb 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass:
  Add support for python3.4.

  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass:
  Be more friendly with SELinux (#499636 by Luis Ressel)

  21 Feb 2014; Justin Lecher <jlec@gentoo.org> intel-sdp.eclass:
  Make problems with man page installation nonfatal

  11 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2.eclass:
  Pass --docdir with proper directory, bug #482646

  11 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass,
  haskell-cabal.eclass:
  Add support for parallel building (ghc-7.8+). Disable dynamic library
  stripping and respect --sysconfdir (Cabal-1.18+).

  09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass:
  Drop also values of DGSEAL_ENABLE (#500730)

  06 Feb 2014; Michael Palimaka <kensington@gentoo.org> kde4-meta.eclass:
  Disable more bogus dependency checks wrt bug #494680.

  05 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> tests/toolchain.sh,
  toolchain.eclass:
  Limit downgrading flags to amd64 and x86. Strip -mtune for < 3.4. Only
  worry about -mno* flags, -m* are removed by strip-flags. Add -mno-movbe.

  02 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> +tests/toolchain.sh,
  toolchain.eclass:
  Add downgrade_arch_flags() to automatically replace/strip unsupported -march
  and instruction set flags. Add testsuite.

  02 Feb 2014; Julian Ospald <hasufell@gentoo.org> games.eclass:
  respect ECONF_SOURCE wrt #494210

  02 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass:
  removed debuginfos depends on base.eclass removing, wrt bug #497056

  01 Feb 2014; Ryan Hill <dirtyepic@gentoo.org> flag-o-matic.eclass:
  Add -fdiagnostics* and ISA flags for 4.8 and 4.9.

  26 Jan 2014; Sergey Popov <pinkbyte@gentoo.org> myspell-r2.eclass:
  Drop inheriting base eclass, wrt bug #497040

  25 Jan 2014; Julian Ospald <hasufell@gentoo.org> games.eclass:
  set --datarootdir=/usr/share wrt #493954

  25 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass:
  major changes depend on wrt bug 497056, vdr-plugin-2.eclass

  25 Jan 2014; Mike Gilbert <floppym@gentoo.org> cmake-utils.eclass:
  Improve support for ninja, bug 490280.

  24 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass:
  changed debug info in vdr-plugin-2_src_install for Makefile handling

  24 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Work around bug #357287.

  19 Jan 2014; Dion Moult <moult@gentoo.org> gtk-sharp-module.eclass:
  Change virtual/monodoc dependency to dev-lang/mono as the former is being
  treecleaned

  19 Jan 2014; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass:
  Add 'ghc-supports-interpreter' helper to detect interpreter support.

  18 Jan 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass:
  Silence sandbox for /usr/local, bug 498232.

  18 Jan 2014; Mike Gilbert <floppym@gentoo.org> kernel-2.eclass:
  Convert to python-any-r1.eclass

  18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> kde4-base.eclass:
  Sync from kde overlay, adds subslot

  17 Jan 2014; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass:
  Fix QA warning concerning inherit

  17 Jan 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass:
  Fix kernel-2.eclass to use python.eclass for it's python needs. (deblob
  script). See bug #497966

  17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass:
  Revert inadvertent change, as noted by arfrever.

  17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass,
  python-utils-r1.eclass:
  Spelling.

  16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
  Typo.

  16 Jan 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass:
  Support MULTILIB_CHOST_TOOLS for tool renaming/preserving.

  16 Jan 2014; Hans de Graaff <graaff@gentoo.org> ruby-ng.eclass:
  Explicitly cp symlinks as-is. The default for this changed in coreutils 8.22.
  Fixes bug 472710.

  15 Jan 2014; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass:
  Actually enable in-source build support.

  15 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin.eclass:
  vdr-plugin.eclass marked @DEAD

  14 Jan 2014; Michael Pagano <mpagano@gentoo.org> linux-mod.eclass:
  Remove use of sed in linux-mod.eclass. Replace with bash.

  13 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
  Add EAPI 0 compatible USE defaults (bug #372663).

  10 Jan 2014; Magnus Granberg <zorry@gentoo.org> toolchain.eclass:
  Add support for default ssp on >=gcc-4.8.2 #484714

  08 Jan 2014; Patrick Lauer <patrick@gentoo.org> apache-2.eclass,
  python-utils-r1.eclass:
  Removing silly beep from apache-2.eclass

  05 Jan 2014; Pacho Ramos <pacho@gentoo.org> aspell-dict.eclass,
  freedict.eclass, myspell.eclass, myspell-r2.eclass:
  Cleanup due
  http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271273.html

  05 Jan 2014; Michał Górny <mgorny@gentoo.org> twisted-r1.eclass:
  Fix twisted SRC_URI. Thanks to yac for the patch.

  01 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2013:
  Rotate ChangeLog

  For previous entries, please see ChangeLog-2013.