summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Bump maximum kernel version for libre source deblob toolMike Pagano2011-03-151-2/+2
|
* update util-macros depenency to latest stable.Tomas Chvatal2011-03-151-2/+2
|
* EWARN for fortran.eclass deprecationJustin Lecher2011-03-141-1/+9
|
* Make BASE_INDIVIDUAL_URI a tweakable value.Diego Elio Pettenò2011-03-141-6/+9
| | | | | | | When setting it to an explicit empty string, it will signal the eclass not to provide a SRC_URI at all. This is useful both for software using the xorg interface but not the freedesktop source uri, and for writing custom git-based ebuilds.
* Use the global neXt USE flag instead of nextaw (bug #292682 by Nico R).Tim Harder2011-03-141-8/+8
|
* Made sure that pear repository URIs are validOle Markus With2011-03-141-2/+2
|
* Added EPREFIX support. Fixed default src_configure for dummy packages ↵Sergei Trofimovich2011-03-131-26/+47
| | | | (EAPI=3 and upper).
* Added EPREFIX support, added documentation stubs.Sergei Trofimovich2011-03-131-13/+66
|
* Always explicitely return 0.Tomas Chvatal2011-03-131-1/+3
|
* addapted to the new vdr locale DIR, used up from vdr-1.7.17Joerg Bornkessel2011-03-131-2/+6
|
* Fixup die per gentoo-dev discussion. Thanks to Michal (mgorny) and Pavel ↵Tomas Chvatal2011-03-131-2/+2
| | | | (phajdan.jr) for spotting.
* <=gcc-4.3 and >=kde-4.6 dont mix well, so prevent the doomed attempt in the ↵Andreas Hüttel2011-03-111-5/+26
| | | | eclass
* use CTARGET iso CHOST, as pointed out by SpanKYFabian Groffen2011-03-111-2/+2
|
* moved makefile generation from compile to configure phase.Alex Alexander2011-03-101-4/+19
|
* bunch of updates, long overdue and in prep for gnat-4.4 backendGeorge Shapovalov2011-03-101-16/+46
|
* Support 3.3 Python ABI.Arfrever Frehtes Taifersar Arahesis2011-03-101-4/+4
| | | | Update EAPI checks.
* fix typo in new multilib_env export code pointed out by RyanMike Frysinger2011-03-101-2/+2
|
* is_final_abi: rewrite with bash arrays to simplify a bitMike Frysinger2011-03-101-4/+4
|
* use emake when testingMike Frysinger2011-03-101-2/+2
|
* dont hard reset MULTILIB_ABIS/DEFAULT_ABI ... this fixes no-multilib builds ↵Mike Frysinger2011-03-101-13/+21
| | | | #358093 by Marien Zwart as well as is_final_abi handling #358143 by Pacho Ramos
* make sure we restore the previous abi env vars every time we load up a new ↵Mike Frysinger2011-03-101-13/+16
| | | | abi #358147 by Matt Turner
* drop support for kernel packages which dont natively support multilib since ↵Mike Frysinger2011-03-101-53/+6
| | | | the multilib.eclass code is going away
* Sync virtualx.eclass from x11 overlay as per review ~week ago.Tomas Chvatal2011-03-091-72/+101
|
* Some docs are still in dtd:4.1.Tomas Chvatal2011-03-081-1/+2
|
* Keep going on test failures.Ryan Hill2011-03-081-2/+2
|
* x86 abi on 64bit host is "lib32" not "lib"Mike Frysinger2011-03-071-2/+2
|
* Use slot dependencies for gtk+.Tim Harder2011-03-061-2/+2
|
* Packages can now define their own pear channel.Ole Markus With2011-03-051-22/+34
| | | | Requried version for pear packages is now pear-1.9.0
* Add missing 'die' statement.Hans de Graaff2011-03-051-4/+4
|
* Add the missing kde4-meta.eclass patch that makes kde-4.6.1 actually buildAndreas Hüttel2011-03-041-7/+22
|
* enabled support for sse4 in qt-4.7.2, bug #344915Alex Alexander2011-03-031-4/+2
|
* Depend on proper xorg-server for all drivers.Tomas Chvatal2011-03-021-2/+6
|
* pass along ROOT when uninstalling binutilsMike Frysinger2011-03-021-2/+2
|
* Fix prefix supportJonathan Callen2011-03-011-7/+8
|
* Alter the deps only for video drivers this way.Tomas Chvatal2011-03-011-2/+2
|
* auto enable e500-double for ppc targets when possible #353380 by Alexander DubovMike Frysinger2011-03-011-1/+6
|
* Sync eclass from the x11 overlay.Michał Górny2011-02-281-69/+103
| | | | | | | | Changes: - use of autotools-utils, with out of tree builds by default; - complete .la file removal, - common doc and video driver dependency handling, - simplified font encoding disable calls (with new enough util-macros).
* Remove dead and commented prepalldocs function.Ulrich Müller2011-02-251-28/+4
|
* Allow -fpermissive.Ryan Hill2011-02-251-2/+2
|
* Replace references to undocumented PWORKDIR variable with theZac Medico2011-02-215-10/+10
| | | | | | documented WORKDIR variable. The behavior should not change, since nothing else references this PWORKDIR variable, and portage exports PWORKDIR=$WORKDIR.
* EBZR_MIRROR_URI is a misnomer, rename it to EBZR_INITIAL_URI.Ulrich Müller2011-02-191-12/+15
|
* Add missing pair of quotation marks.Ulrich Müller2011-02-191-4/+4
|
* Adding support for longterm kernels.Mike Pagano2011-02-181-12/+19
|
* inherit base in texlive-module so that we can easily add patches with EAPI>=2Alexis Ballier2011-02-171-3/+4
|
* Revert disable-dependency-tracking and stick to eapi4 for this.Tomas Chvatal2011-02-151-2/+1
|
* Fix support for non-GNU cp in ↵Arfrever Frehtes Taifersar Arahesis2011-02-141-3/+7
| | | | python_merge_intermediate_installation_images() (bug #352406).
* raise minimal xfce4-dev-tools version to 4.8.0Samuli Suominen2011-02-141-2/+2
|
* Rewrite gdb module installation and make it actually work. (bug #348128).Ryan Hill2011-02-131-7/+10
|
* Use branches instead of lightweight checkouts:Ulrich Müller2011-02-101-136/+157
| | | | | | | | 1) initial branch with "bzr branch --no-tree", 2) subsequent updates with "bzr pull", 3) export to ${WORKDIR} with "bzr export". Reintroduce EBZR_BRANCH variable, to allow for shared repositories. Export EBZR_REVNO and EBZR_WC_PATH variables, bug 311101.
* Remove support for deprecated EAPIs 0 1 and 2Samuli Suominen2011-02-101-26/+4
|