summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* leechcraft.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* latex-package.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* kodi-addon.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* kernel-2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* java-vm-2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* gtk-sharp-module.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* gstreamer.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* golang-vcs.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* golang-vcs-snapshot.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* golang-build.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* golang-base.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* gnome2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* gnome2-utils.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* gnome-python-common-r1.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* git-r3.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* games.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* freedict.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* fortran-2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* epatch.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* emboss-r2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* elisp.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* eapi7-ver.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* distutils-r1.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* depend.apache.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* cuda.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* cmake-multilib.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* check-reqs.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* cargo.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* bzr.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* bash-completion-r1.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* base.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* base.eclass: Fix EAPI guards to cover EAPI 7 onwardsMichał Górny2018-08-151-2/+2
|
* autotools-utils.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* autotools-multilib.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* apache-2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* eutils.eclass: Ban path_existsMichał Górny2018-08-152-61/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/9517
* autotools-utils.eclass: Remove EAPI 2&3 supportMichał Górny2018-08-151-25/+4
|
* eutils.eclass: Disable eqawarn in EAPI 7.Ulrich Müller2018-08-151-13/+19
| | | | | The eqawarn command is part of EAPI 7, therefore the eclass should not override it. Also we cannot rely on its being a shell function.
* libretro-core.eclass: eclass for Libretro core ebuildsCraig Andrews2018-08-141-0/+196
|
* eclass/mozcoreconf-v6.eclass: adjust setting for building comm targetsIan Stakenvicius2018-08-141-2/+4
| | | | | | | Thunderbird and Seamonkey from v60 onwards are now built from the 'comm/mail' and 'comm/suite' application targets respectively, instead of the old 'mail' and 'suite'. This change is not backwards compatible with mozilla versions prior to v60.
* eapi 7 support, some minor cleanupsJörg Bornkessel2018-08-121-51/+16
|
* scsh.eclass: last-riteJoonas Niilola2018-08-111-0/+5
| | | | | Bug: https://bugs.gentoo.org/658284 Closes: https://github.com/gentoo/gentoo/pull/9507
* systemd.eclass: set BDEPEND for EAPI 7Mike Gilbert2018-08-091-2/+6
|
* desktop.eclass: Add missing ||die when writing to filesMichał Górny2018-08-091-3/+5
|
* desktop.eclass: domenu, remove unnecessary nested loopMichał Górny2018-08-091-5/+3
|
* desktop.eclass: domenu, fix potential overflow in exit statusMichał Górny2018-08-091-2/+2
| | | | | | | While increasing exit status for each failure may seem brilliant at first, it serves no purpose and has an overflow risk. For example, if domenu counted 256 failures, the exit status would be truncated to 0 (success).
* desktop.eclass: domenu, fix dying on non-existing filesMichał Górny2018-08-091-6/+4
| | | | | | | | | | | | | The weird logic in domenu had an explicit separate clause for unsuccessful return on non-existing files. This worked fine before EAPI 4 since '|| die' was mandatory. However, since 'doins' started dying on its own, developers have assumed the same for 'domenu' and stopped checking the exit status. As a result, missing files are now silently ignored. Change the logic to explicitly die when the file does not exist. To provide the best interoperability and avoid code duplication, just let 'doins' die on its own.
* kernel-2.eclass: add sys-devel/bison and sys-devel/flex to RDEPENDThomas Deutschmann2018-08-091-0/+2
| | | | | | | Since commit 033dba2ec06 [Link 1], kernel needs bison and flex. Link 1: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=033dba2ec06c47a9fe1b190bc3281058fb20738d Closes: https://bugs.gentoo.org/663020
* kernel-2.eclass: sort RDEPEND alphabeticallyThomas Deutschmann2018-08-091-2/+2
|
* cargo.eclass: reduce verbosity by defaultDirkjan Ochtman2018-08-081-1/+1
|