Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qmake-utils.eclass: Ban Qt4-support in EAPI >=7 | Andreas Sturmlechner | 2018-06-27 | 1 | -0/+6 |
| | |||||
* | qt4-r2.eclass: Mark DEAD | Andreas Sturmlechner | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | qt4-build-multilib.eclass: Mark DEAD | Andreas Sturmlechner | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | unpacker.eclass: disable path expansion while parsing SRC_URI #654960 | Mike Frysinger | 2018-06-25 | 1 | -1/+6 |
| | | | | Closes: https://bugs.gentoo.org/654960 | ||||
* | eclass/mysql-v2: use HTTPs, fix HOMEPAGE Link | Michael Mair-Keimberger | 2018-06-22 | 1 | -4/+4 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8778 | ||||
* | chromium-2.eclass: remove .pak.info files | Mike Gilbert | 2018-06-20 | 1 | -0/+2 |
| | |||||
* | eclass/ros-catkin.eclass: Use https for homepage and add ROS_REPO_URI too ↵ | Alexis Ballier | 2018-06-20 | 1 | -1/+1 |
| | | | | for a quicker link to the repo. | ||||
* | latex-package.eclass: Support EAPI 7. | Ulrich Müller | 2018-06-18 | 1 | -3/+6 |
| | |||||
* | kernel-2.eclass: | Mike Pagano | 2018-06-18 | 1 | -6/+8 |
| | | | | | Fix the unapplying of fbcondecor for sparc and include check for K_WANT_GENPATCHES. Closes bug #652152. | ||||
* | eclass/kernel-2: use HTTPs | Michael Mair-Keimberger | 2018-06-18 | 1 | -1/+1 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8881 | ||||
* | gtk-sharp-module.eclass: Last rite | Michał Górny | 2018-06-17 | 1 | -0/+7 |
| | | | | Bug: https://bugs.gentoo.org/653460 | ||||
* | go-mono.eclass: Last rite | Michał Górny | 2018-06-17 | 1 | -0/+7 |
| | | | | Bug: https://bugs.gentoo.org/653460 | ||||
* | apache-2.eclass: Added "gdbm" USE flag to IUSE. | Lars Wendler | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | apache-2.eclass: Add conditional dependency on sys-libs/gdbm | Lars Wendler | 2018-06-17 | 1 | -1/+2 |
| | |||||
* | postgres.eclass: Add "12" to the reversal list | Aaron W. Swenson | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | gnome2-utils.eclass: Fix the documentation for cache update functions | Michał Górny | 2018-06-13 | 1 | -5/+7 |
| | | | | | Fix the documentation for recently changed cache update functions that no longer rely on their _savelist() counterpart to indicate that. | ||||
* | udev.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+2 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | tmpfiles.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+2 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | systemd.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+8 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | python-utils-r1.eclass: Sanitize insopts/exeopts | Michał Górny | 2018-06-13 | 1 | -0/+3 |
| | | | | | | Sanitize insopts/exeopts when calling doins/doexe, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | python-r1.eclass: Sanitize exeopts | Michał Górny | 2018-06-13 | 1 | -0/+1 |
| | | | | | Sanitize exeopts when calling doexe, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | eutils.eclass: Sanitize exeopts | Michał Górny | 2018-06-13 | 1 | -0/+1 |
| | | | | | Sanitize exeopts when calling newexe, in order to avoid prior insopts calls accidentally affecting make_wrapper. | ||||
* | desktop.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+5 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | bash-completion-r1.eclass: Sanitize insopts | Michał Górny | 2018-06-13 | 1 | -0/+2 |
| | | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass. | ||||
* | git-r3.eclass: Unconditionally depend on dev-vcs/git[curl] for HTTPS | Michał Górny | 2018-06-13 | 1 | -27/+2 |
| | | | | | | | Since HTTPS is strongly preferred in git-r3 eclass, there is no point in optimizing it for non-HTTPS use. Therefore, unconditionally depend on dev-vcs/git[curl] rather than verbosely failing when HTTPS is used and the dependency is not satisfied. | ||||
* | git-r3.eclass: Ban EAPIs 0 through 3 | Michał Górny | 2018-06-13 | 1 | -1/+4 |
| | | | | | | The code already uses USE dependencies which are not valid for EAPIs 0 and 1. Furthermore, according to qa-reports the eclass is not used in any EAPI older than 4. | ||||
* | scons-utils.eclass: Provide proper Python API for EAPI 7 | Michał Górny | 2018-06-13 | 1 | -4/+60 |
| | | | | | | | | | | | | | | | | Provide a proper multi-impl Python support for scons-utils in EAPI 7, to account for new versions of dev-util/scons (3.0.1-r100+, to be committed) that support Python 3 and break SConstruct files using Python 2 constructs. Combining scons-utils with python-any-r1 and python-single-r1 is added retroactively for older EAPIs as well, with fallback to Python 2.7. The new (hard-to-use) API for python-r1 is specific to EAPI 7 since it requires adding explicit BDEPEND. The new use of the eclass is described on the wiki page, along with series of examples covering different use cases: https://wiki.gentoo.org/wiki/Project:Python/scons-utils_integration | ||||
* | Drop dead php-pear-r1 eclass | Brian Evans | 2018-06-11 | 1 | -122/+0 |
| | | | | Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | kde5-functions.eclass: Drop obsolete KDE Applications KF5-min | Andreas Sturmlechner | 2018-06-10 | 1 | -3/+0 |
| | |||||
* | kde5-functions: Raise KDE_APPS_MINIMAL=17.12.3 | Andreas Sturmlechner | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | kde5-functions: Raise PLASMA_MINIMAL=5.12.5, FRAMEWORKS_MINIMAL=5.46 | Andreas Sturmlechner | 2018-06-10 | 1 | -2/+2 |
| | |||||
* | kde5-functions.eclass: Define KDE Plasma/Applications min KF5 deps | Andreas Sturmlechner | 2018-06-10 | 1 | -2/+8 |
| | | | | To avoid unnecessary rebuilds. | ||||
* | kde5-functions.eclass: Update KDE Applications min deps | Andreas Sturmlechner | 2018-06-10 | 1 | -1/+2 |
| | |||||
* | kde5-functions.eclass: Drop obsolete KDE Frameworks 5.43.0 deps | Andreas Sturmlechner | 2018-06-10 | 1 | -1/+0 |
| | |||||
* | kde5-functions.eclass: Drop obsolete KDE Plasma 5.11.5 deps | Andreas Sturmlechner | 2018-06-10 | 1 | -1/+0 |
| | |||||
* | selinux-policy-2.eclass: fix policy load when cross compiling | Jason Zaman | 2018-06-09 | 1 | -16/+31 |
| | |||||
* | toolchain-glibc.eclass: remove git logic | Marty E. Plummer | 2018-06-08 | 1 | -10/+1 |
| | | | | | | | The git logic is handled in the live ebuild directly, and the only use of this eclass is in non-live ebuilds. In fact, the two newest non-live ebuilds do not make use of this eclass at all, and as far as I can see nowhere in the history of this file does it inherit git-2 at all. | ||||
* | toolchain-binutils.eclass: drop git-2 | Marty E. Plummer | 2018-06-08 | 1 | -16/+2 |
| | | | | | git-2.eclass is deprecated and the git logic is handled in the live ebuild itself. | ||||
* | eclass: remove intel-sdp.eclass | Matthias Maier | 2018-06-08 | 1 | -502/+0 |
| | |||||
* | gnome-games.eclass: Remove last-rited eclass | Michał Górny | 2018-06-08 | 1 | -118/+0 |
| | |||||
* | gnatbuild*.eclass: Remove last-rited eclasses | Michał Górny | 2018-06-08 | 2 | -1951/+0 |
| | |||||
* | readme.gentoo-r1.eclass: Support EAPI 7. | Ulrich Müller | 2018-06-08 | 1 | -1/+1 |
| | | | | | No changes appear to be necessary, other than updating the case statement. | ||||
* | readme.gentoo{,-r1}.eclass: Fix @BLURB. | Ulrich Müller | 2018-06-08 | 2 | -6/+4 |
| | | | | | Closes: https://bugs.gentoo.org/637858 Closes: https://bugs.gentoo.org/637860 | ||||
* | elisp.eclass: Depend on virtual/emacs on the build system. | Ulrich Müller | 2018-06-06 | 1 | -12/+12 |
| | | | | | | | For byte-compilation, Emacs is required to run on the native build system. Therefore BDEPEND on virtual/emacs in EAPI 7. Reorganise EAPI conditionals to be more compact. | ||||
* | cmake-utils.eclass: Override CMAKE_INSTALL_DOCDIR in EAPI 7 | Michał Górny | 2018-06-02 | 1 | -0/+6 |
| | | | | | | Pass the correct docdir for GNUInstallDirs in EAPIs starting with 7. We do not need add it retroactively to avoid breaking something accidentally. | ||||
* | elisp.eclass: Fix src_prepare() in EAPI 7. | Ulrich Müller | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | eclass: Remove remaining uses of epause and ebeep. | Ulrich Müller | 2018-05-31 | 5 | -10/+2 |
| | | | | These functions are long deprecated and only defined in EAPIs 0 to 2. | ||||
* | ant-tasks.eclass: use eapi7-ver. | Marty E. Plummer | 2018-05-30 | 1 | -5/+6 |
| | |||||
* | meson.eclass: add llvm-config to cross file binaries | Mike Gilbert | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | meson.eclass: use a cross file for non-default ABIs | Mike Gilbert | 2018-05-28 | 1 | -3/+3 |
| |