summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* No spamming in global scope please. Revert "readme.gentoo.eclass: QA warning ↵Andreas K. Hüttel2016-01-241-1/+0
| | | | | | for deprecation" This reverts commit 118c8789fe931eb82956408bf4b5553bd3aa5180.
* eclass: Update e-mail address of GNU Emacs project.Ulrich Müller2016-01-232-2/+2
|
* eutils.eclass: Add egit_clean()Justin Lecher2016-01-221-0/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* readme.gentoo.eclass: QA warning for deprecationJustin Lecher2016-01-221-0/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* readme.gentoo-r1.eclass: Fix @ECLASSJustin Lecher2016-01-221-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* eutils.eclass: estack_pop: quote unset argument for bug 571318Zac Medico2016-01-201-1/+1
|
* kde4-base.eclass: Update SRC_URIsAndreas Sturmlechner2016-01-201-6/+6
|
* php-ext-source-r2.eclass: Fix typo with "${EPREFIX}}" wrt bug 572252Brian Evans2016-01-181-1/+1
|
* linux-info.eclass: fix error/warning messages with ~!SYMBOLSMike Frysinger2016-01-171-4/+6
| | | | | | For ebuilds that do things like ~!IDE, the current warning system would drop the ~ but not the !. This would lead to doing variable expansion like ${WARNING_!IDE} which is invalid shell code.
* toolchain.eclass: move cross-compiler libcc1 out of /usr/lib #547754Mike Frysinger2016-01-161-0/+14
| | | | | | I'm not entirely happy with this logic, but as other related bugs are addressed, this will probably evolve with them. This at least unblocks people trying to use gcc-5 cross-compilers.
* qt5-build.eclass: disallow version mixingMichael Palimaka2016-01-151-5/+1
| | | | Gentoo-bug: 564560
* kde4-functions.eclass: Exclude KDE PIM from 4.14.3 lowered deps logicAndreas Sturmlechner2016-01-141-2/+3
| | | | Split packages will fail to build against unexpected lower kdepim deps.
* virtualx.eclass: Enable RANDR with Xvfb (bug #571420, bug #567720)Sebastian Pipping2016-01-131-1/+1
|
* Fix mozconfig-v6.38 for thunderbird and esr releasesJory A. Pratt2016-01-101-1/+1
| | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
* We should always build with intl-api being exposedJory A. Pratt2016-01-101-1/+1
| | | | Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
* scons-utils.eclass: Enable EAPI 6Michał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Use nproc when --jobs is used without an argumentMichał Górny2016-01-082-3/+29
| | | | | | | Try to guess the number of processors when --jobs is passed without an argument. We can't use a high number equivalent to GNU make behavior (no limit) since SCons does not have an equivalent of --load-avg option. Still, this is better than assuming some random, fixed number.
* scons-utils.eclass: _scons_clean_makeopts, clean up and simplifyMichał Górny2016-01-081-13/+12
|
* scons-utils.eclass: _scons_clean_makeopts, stop exporting cache varsMichał Górny2016-01-081-2/+2
| | | | | Cache vars need only to be global to be preserved across calls. Exporting them is undesired.
* scons-utils.eclass: _scons_clean_makeopts, fix result cachingMichał Górny2016-01-082-9/+13
| | | | | | Stop calling _scons_clean_makeopts in a subshell in order to make it possible for the cache to be preserved. Pass the result through SCONSOPTS variable.
* scons-utils.eclass: scons_clean_makeopts, mark internalMichał Górny2016-01-082-4/+5
|
* scons-utils.eclass: tests, be more verbose on tests being performedMichał Górny2016-01-081-8/+6
|
* scons-utils.eclass: Deprecate use_scons, ban it in EAPI 6Michał Górny2016-01-081-0/+9
|
* scons-utils.eclass: Deprecate myesconsargs, and kill it in EAPI 6Michał Górny2016-01-081-6/+11
|
* scons-utils.eclass: escons, respect nonfatal in EAPI 6Michał Górny2016-01-081-2/+12
|
* scons-utils.eclass: escons, invert EAPI check to cover future EAPIsMichał Górny2016-01-081-1/+3
|
* scons-utils.eclass: escons doc, 'die' does not respect nonfatalMichał Górny2016-01-081-1/+1
|
* scons-utils.eclass: Describe common issues with sconsMichał Górny2016-01-081-1/+16
|
* scons-utils.eclass: Modernize the example to use usexMichał Górny2016-01-081-2/+2
|
* scons-utils.eclass: Modernize the example not to rely on myescons...Michał Górny2016-01-081-4/+4
|
* kde5-functions.eclass: raise minimal frameworks versionMichael Palimaka2016-01-051-2/+2
|
* kde5.eclass: In kde5_src_prepare, place cmake-utils_src_prepare on topAndreas Sturmlechner2016-01-051-3/+3
| | | | | This change makes PATCHES handling less error prone, as epatch will find a pristine directory before there is punting and commenting.
* kde4-meta.eclass: Depend on same version of kontactAndreas Sturmlechner2016-01-021-1/+1
| | | | | Since add_kdeapps_dep would otherwise set the min version to 4.14.3 which breaks 4.4.2015.06 with USE=kontact
* gnome2.eclass: make use of gnome2_giomodule_cache_update, bug #518422Gilles Dartiguelongue2016-01-021-0/+21
|
* gnome2-utils.eclass: add gnome2_giomodule_cache_update function, bug #518422Gilles Dartiguelongue2016-01-021-0/+23
|
* check-reqs.eclass: Enable EAPI 6 supportJustin Lecher2016-01-021-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Require units for CHECKREQS_ in EAPIs > 5Justin Lecher2016-01-021-3/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Sanitize MERGE_TYPE for EAPI < 4Justin Lecher2016-01-021-0/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Ban obsolete functions in newer EAPIsJustin Lecher2016-01-021-0/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Replace obsolete df option -m with -kJustin Lecher2016-01-021-12/+13
| | | | | | | Using KiB as base unit for calculation as linux and bsd only have -k as common option Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Fix typoJustin Lecher2016-01-021-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Mark interal function with @INTERNALJustin Lecher2016-01-021-0/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Use eqawarn() from eutils.eclassJustin Lecher2016-01-021-7/+7
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* check-reqs.eclass: Only inherit eclass onceJustin Lecher2016-01-021-0/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* java-vm-2.eclass: Only call nsplugin functions if necessaryJames Le Cuirot2016-01-011-2/+7
| | | | | …when install_mozilla_plugin has been called. All these functions will be removed soon so this is a transitional measure.
* eclass, mozconfig: Use --with-intl-apiSven Wegener2015-12-315-5/+5
| | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org> Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
* mysql-multilib-r1.eclass: Add missing REQUIRED_USE which caused a block on ↵Brian Evans2015-12-311-1/+1
| | | | | | ~arch packages Signed-off-by: Brian Evans <grknight@gentoo.org>
* Revert "eclass, mozconfig: Use --with-intl-api"Sven Wegener2015-12-319-9/+9
| | | | | | This change wasn't meant to go out. This reverts commit dcbc1e520d4bfa62381595f5b18eb034eff313d5.
* eclass, mozconfig: Use --with-intl-apiSven Wegener2015-12-319-9/+9
| | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* python-single-r1.eclass: Add python_gen_impl_dep, alike in python-r1Michał Górny2015-12-311-0/+58
|