summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* app-eselect/eselect-opengl: Replace path_existsMichał Górny2018-08-151-3/+7
| | | | Replace path_exists call with nullglob-based filename expansion.
* www-apps/postfixadmin: Replace path_exists with inline logicMichał Górny2018-08-151-5/+7
| | | | | | Replace the call to path_exists with local filename expansion. While at it, also kill the ugly ls-abuse in favor of using the results of earlier expansion.
* sys-apps/openrc: Replace path_exists with inline bash testMichał Górny2018-08-151-1/+1
| | | | | path_exists was really meant to be used with wildcards (i.e. when plain bash tests can't work easily). Here it is really unnecessary.
* net-vpn/openvpn: Remove obsolete postinst warning about old pathsMichał Górny2018-08-154-20/+0
| | | | Suggested-by: Michael Orlitzky <mjo@gentoo.org>
* media-plugins/vdr-vdrmanager: Replace unnecessary path_exists callMichał Górny2018-08-151-1/+1
| | | | | | | | Replace the unnecessary path_exists calls with plain bash -f test. The path_exists function was only intended to be used when necessary to deal with wildcards. Closes: https://bugs.gentoo.org/662178
* media-plugins/vdr-live: Replace unnecessary path_exists callsMichał Górny2018-08-153-3/+3
| | | | | | | | Replace the unnecessary path_exists calls with plain bash -f test. The path_exists function was only intended to be used when necessary to deal with wildcards. Bug: https://bugs.gentoo.org/662178
* dev-util/sysdig: Bump to 0.23.1 (bugfixes)Michał Górny2018-08-152-0/+93
|
* media-libs/urt: Add USE=tools.Jeroen Roovers2018-08-152-2/+6
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* 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.
* media-libs/urt: Fix includes (bug #293578).Jeroen Roovers2018-08-152-1/+98
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/urt: Install a shared library.Jeroen Roovers2018-08-153-0/+295
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/urt: Clean up patches.Jeroen Roovers2018-08-155-56/+56
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-office/ledger: backport total value expression fix & add debug optionRobin H. Johnson2018-08-142-0/+128
| | | | | | | This bug bit the Foundation accounting efforts. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/nnn: Version bump (v1.9)Mikle Kolyada2018-08-152-0/+40
| | | | | | | | | | - Install the completion files unconditionally (tiny) - Fix the installation path for fish completion - Drop empty IUSE Closes: https://bugs.gentoo.org/655914 Closes: https://bugs.gentoo.org/663306 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-ruby/capybara: add 3.6.0Hans de Graaff2018-08-152-0/+57
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-db/redis: cleanup old ebuildsRobin H. Johnson2018-08-1413-964/+0
| | | | | | Bug: https://bugs.gentoo.org/631002 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/xmlsec: amd64 stable wrt bug #663584Mikle Kolyada2018-08-151-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/p11-kit: amd64 stable wrt bug #663598Mikle Kolyada2018-08-151-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-p2p/qbittorrent: install desktop fileNikos Chantziaras2018-08-151-1/+2
| | | | | | Closes: https://bugs.gentoo.org/663554 Package-Manager: Portage-2.3.46, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9570
* media-plugins/kodi-game-libretro-nestopia: Nestopia for KodiCraig Andrews2018-08-142-0/+49
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/libretro-nestopia: Nestopia libretro portCraig Andrews2018-08-144-0/+41
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10