Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chromium-2.eclass: add special handling for sr-ME | Mike Gilbert | 2016-09-06 | 1 | -1/+15 |
| | | | | Bug: https://bugs.gentoo.org/583762 | ||||
* | chromium-2.eclass: replace a few leftover refs to LINGUAS | Mike Gilbert | 2016-09-06 | 1 | -4/+4 |
| | |||||
* | multilib.eclass: get_exeext for mingw/cygwin exe suffix, #588330 | Michał Górny | 2016-09-03 | 1 | -0/+14 |
| | | | | | | | | | Add a get_exeext function that can be used to obtain executable program suffix specific to the platform, in line with get_libname and get_modname. It is necessary to correctly reference built programs on non-standard platforms where executables use some suffix (like .exe). Original author: Gerhard Bräunlich | ||||
* | haskell-cabal.eclass: unleash full parallelism of parallel ghc | Sergei Trofimovich | 2016-09-02 | 1 | -12/+8 |
| | | | | | | | | | | | | | | | | | | | I've explored scalability of 'ghc --make -j' a bit in https://ghc.haskell.org/trac/ghc/ticket/9221 Some takeaways: - never specify -j<N> with N > CPU. garbage collector threads waste kernel time running sched_yield() - GHC allocates A Lot: large nursery decreases GC interruptions. We fix it with '-A256M' - for large nursery enabling work-stealing makes GC finish faster on each collection cycle. We fix it with -qb0 While at it move HCFLAGS setup after parallel defaults. That allows user to override defaults with own HCFLAGS. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | eutils.eclass: Show death notice only when user patches were really applied | Thomas Deutschmann | 2016-08-31 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | As part of the user requested feature from [Gentoo-Bug #543878] eutils.eclass shows a warning regarding user applied patches in case of an error [Link 1]. However this warning will always be shown even if no user patch were applied at all (example: empty /etc/portage/<cat>/<pkg> directory). This commit adds a new global variable "EPATCH_N_APPLIED_PATCHES" which tracks the number of applied user patches. This allows us to only show the notice when user patches were really applied. Link: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.443&r2=1.444 Gentoo-Bug: https://bugs.gentoo.org/543878 | ||||
* | kde5.eclass: a step close to becoming Turing complete | Michael Palimaka | 2016-09-01 | 1 | -1/+2 |
| | |||||
* | kde5.eclass: Fix SRC_URI, kdevelop missing trailing .0 in first release | Andreas Sturmlechner | 2016-09-01 | 1 | -0/+32 |
| | | | | Add kdevelop-pg-qt SRC_URIs | ||||
* | kde5.eclass: Add KDE_TEST="forceoptional-recursive" handling | Andreas Sturmlechner | 2016-09-01 | 1 | -8/+14 |
| | | | | Prime example: dev-util/kdevplatform with 24 test* subdirs | ||||
* | kde5-functions.eclass: Make punt_bogus_dep detect !CMakeLists.txt | Andreas Sturmlechner | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | cmake-utils.eclass: Let cmake_comment_add_subdirectory take n arguments | Andreas Sturmlechner | 2016-09-01 | 1 | -4/+7 |
| | |||||
* | kde5.eclass: Remove obsolete KDE_PUNT_BOGUS_DEPS handling | Andreas Sturmlechner | 2016-09-01 | 1 | -19/+0 |
| | |||||
* | kde5.eclass: Fix doc install if LINGUAS is undefined | Andreas Sturmlechner | 2016-09-01 | 1 | -2/+4 |
| | |||||
* | kde5.eclass: Don't remove existing po/${PN}.pot file | Andreas Sturmlechner | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: Set HOMEPAGE for KMNAME=kdepim | Andreas Sturmlechner | 2016-09-01 | 1 | -0/+2 |
| | | | | | | Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28 | ||||
* | user.eclass: Removed superfluous "shift" call (bug #592176). | Lars Wendler | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | pax-utils.eclass: do not attempt to create/convert a PT_PAX_FLAGS program header | Anthony G. Basile | 2016-08-27 | 1 | -10/+8 |
| | | | | | | | | | | Support for the creation of PT_PAX_FLAGS program headers in ELF objects is being dropped in >=sys-devel/binutils-2.26.1. Running paxctl -C or -c either to create a PT_PAX_FLAGS header or to convert a PT_GNU_STACK header on such ELF objects results in broken executables. For backwards compatibility we continue to support PT_PAX_FLAGS markings with paxctl but remove these unsafe methods from the eclass. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=590422 | ||||
* | Bitcoin 0.13.0 | Luke Dashjr | 2016-08-25 | 1 | -2/+2 |
| | |||||
* | kernel-2.eclass: Add 'K_FROM_GIT' var to replace hardcoded reference to ↵ | Joshua Kinard | 2016-08-22 | 1 | -1/+4 |
| | | | | | | | | | | | sys-kernel/git-sources. This is to work around a possible bug in patch when attempting to patch kernel trees checked out from git that remove a symlink and replace it with a file of the same name. See Bug #507656. Signed-off-by: Joshua Kinard <kumba@gentoo.org> Acked-by: Mike Pagano <mpagano@gentoo.org> | ||||
* | phpconfutils.eclass: remove, bug #587826 | Pacho Ramos | 2016-08-21 | 1 | -0/+4 |
| | |||||
* | java-mvn-src.eclass: remove, bug #587824 | Pacho Ramos | 2016-08-21 | 1 | -0/+5 |
| | |||||
* | horde.eclass: remove, bug #587818 | Pacho Ramos | 2016-08-21 | 1 | -0/+5 |
| | |||||
* | gdesklets.eclass: remove, bug #587814 | Pacho Ramos | 2016-08-21 | 1 | -169/+0 |
| | |||||
* | mozilla-launcher.eclass: set for removal | Pacho Ramos | 2016-08-21 | 1 | -0/+5 |
| | |||||
* | common-lisp-commmon-{2,3}.eclass: set for removal | Pacho Ramos | 2016-08-21 | 2 | -0/+10 |
| | |||||
* | eclass/prefix: support run dir in hprefixify, bug #590326 | Fabian Groffen | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | chromium.eclass: add @DEAD | Mike Gilbert | 2016-08-15 | 1 | -0/+2 |
| | |||||
* | eclass: deprecate chromium.eclass | Mike Gilbert | 2016-08-14 | 1 | -1/+6 |
| | |||||
* | eclass: mate.eclass: Fix spacing for documentation | NP-Hardass | 2016-08-13 | 1 | -2/+4 |
| | |||||
* | eclass: Add mate{,-desktop.org}.eclass from project repo | NP-Hardass | 2016-08-12 | 2 | -0/+214 |
| | |||||
* | toolchain-funcs.eclass: add or1k tuple support #589682 | Siarhei Siamashka | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Fix SRC_URI for kde-l10n-15.12.3 | Andreas Sturmlechner | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | freebsd.eclass: move to maintainer-needed | Pacho Ramos | 2016-08-07 | 1 | -0/+3 |
| | |||||
* | bsdmk.eclass: move to maintainer-needed | Pacho Ramos | 2016-08-07 | 1 | -3/+1 |
| | |||||
* | subversion.eclass: support for EAPI 6 | Andrew Savchenko | 2016-08-06 | 1 | -2/+17 |
| | | | | | | | - add EAPI 6 support; - disable automatic support of future eclasses; - disable bootstrap and src_prepare in EAPI=6 (PATCHES can be used instead). | ||||
* | Cleanup due to bug #150215 | Pacho Ramos | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | Cleanup maintainer per bug #64843 | Pacho Ramos | 2016-08-06 | 1 | -1/+0 |
| | |||||
* | Cleanup maintainer per bug #22715 | Pacho Ramos | 2016-08-06 | 2 | -2/+1 |
| | |||||
* | cmake-utils.eclass: Expand suggestion related to functions banned EAPI 6 | Maciej Mrozowski | 2016-08-05 | 1 | -2/+2 |
| | | | | This reverts commit 14994bc4884b1d1eefe58f1c41e48f24eadf2d2b. | ||||
* | kde5-meta-pkg.eclass: Update copyright | Johannes Huber | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | kde5-meta-pkg.eclass: Respect KDE_BLOCK_SLOT4 | Johannes Huber | 2016-08-04 | 1 | -1/+3 |
| | |||||
* | mozcoreconf-v4.eclass: drop configure options for js-ultrasparc | Ian Stakenvicius | 2016-08-04 | 1 | -5/+0 |
| | | | | | Sparc support has stopped upstream long ago, and mozilla packages in gentoo have dropped the sparc keyword long ago as well. | ||||
* | mozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012 | Ian Stakenvicius | 2016-08-04 | 1 | -6/+0 |
| | | | | Bug: http://bugs.gentoo.org/590448 | ||||
* | www-client/firefox-48.0: fix dependencies | Ian Stakenvicius | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | Bug: http://bugs.gentoo.org/590424 Bug: http://bugs.gentoo.org/590426 Package-Manager: portage-2.2.28 | ||||
* | www-client/firefox: drop firefox-47 as it has been superceded by 48.0 | Ian Stakenvicius | 2016-08-03 | 1 | -422/+0 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | www-client/firefox: version bump to 48.0 with improved gtk+-3.20 support | Ian Stakenvicius | 2016-08-03 | 1 | -0/+412 |
| | | | | | | | | | | | - GTK3 support is much improved with using 3.20 and above. - A workaround patch exists that will address ld.bfd linker failures on xpcom - various security fixes (to be announced) Bug: http://bugs.gentoo.org/578326 Bug: http://bugs.gentoo.org/588906 Package-Manager: portage-2.2.28 | ||||
* | kde4-meta-pkg.eclass: Mark as dead | Johannes Huber | 2016-08-03 | 1 | -2/+3 |
| | |||||
* | kernel-2.eclass: add crosscompile_opts_headers-only to IUSE | Mike Gilbert | 2016-08-02 | 1 | -0/+1 |
| | | | | Fixes installation of cross headers for ebuilds using EAPI 5+. | ||||
* | java-vm-2.eclass: Add java-vm_install-env to replace set_java_env | James Le Cuirot | 2016-08-02 | 1 | -4/+45 |
| | | | | | | set_java_env is now deprecated. The new function is better because any variable in the environment file can be resolved and it even allows subshells for more dynamic content. | ||||
* | java-vm-2.eclass: Allow java-vm_revdep-mask to be called repeatedly | James Le Cuirot | 2016-08-02 | 1 | -2/+5 |
| | | | | | This is useful for multilib JVM ebuilds. revdep-rebuild currently supports multiple SEARCH_DIRS_MASK entries. | ||||
* | java-vm-2.eclass: Make get_system_arch ABI-aware | James Le Cuirot | 2016-08-02 | 1 | -6/+21 |
| | | | | The old version just sucked. Closes bug #159439. |