Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mysql-multilib.eclass: Use has_version instead of built_with_use | 2015-10-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | mysql-multilib.eclass: Add systemd support for >=dev-db/mariadb-10.1.8 | 2015-10-20 | 1 | -1/+6 | |
| | | | | Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | mysql-multilib.eclass: Add LibreSSL support | 2015-10-20 | 1 | -8/+17 | |
| | | | | Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | Merge remote-tracking branch 'github/pr/264'. | 2015-10-19 | 3 | -175/+127 | |
|\ | |||||
| * | java-{mvn-src,osgi,pkg-simple}.eclass: Rewrite documentation to make it ↵ | 2015-10-19 | 3 | -175/+127 | |
| | | | | | | | | | | | | compliant with the new style. Fixes bug 476946. Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | | cmake-utils.eclass: die if ninja is enabled but not installed | 2015-10-18 | 1 | -0/+5 | |
| | | | | | | | | | | | | This could happen if ninja is manually enabled (eg. make.conf) but not installed Gentoo-bug: 561570 | ||||
* | | autotools.eclass: Merge "support AM_GNU_GETTEXT_REQUIRE_VERSION" | 2015-10-17 | 1 | -2/+2 | |
|\ \ | |/ |/| | | | | | Pull-Request: https://github.com/gentoo/gentoo/pull/163 Review: https://archives.gentoo.org/gentoo-dev/message/2ecced7c5f8dc93e49ff69abd00212eb | ||||
| * | autotools.eclass: support AM_GNU_GETTEXT_REQUIRE_VERSION | 2015-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | gettext 0.19.6 supports AM_GNU_GETTEXT_REQUIRE_VERSION in addition to AM_GNU_GETTEXT_VERSION. | ||||
* | | cmake-utils.eclass: Simplify. | 2015-10-15 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | The exported function list used to be variable due to new phase functions introduced in EAPI 2 and later. Since we no longer support earlier EAPIs, the exported function list is now static and the variable is no longer required. | ||||
* | | cmake-utils.eclass: make heredocs die | 2015-10-15 | 1 | -7/+7 | |
| | | |||||
* | | cmake-utils.eclass Set CMAKE_RC_COMPILER for Windows builds | 2015-10-15 | 1 | -1/+6 | |
| | | | | | | | | Gentoo-bug: 544662 | ||||
* | | kde4-base.eclass: Add 4.14.13 release SRC_URI | 2015-10-15 | 1 | -0/+3 | |
| | | |||||
* | | apache-2.eclass: Added libressl support (bug #562324) | 2015-10-14 | 1 | -2/+5 | |
| | | |||||
* | | toolchain-funcs.eclass: gen_usr_ldscript: disable for android targets | 2015-10-12 | 1 | -0/+1 | |
| | | | | | | | | | | Android systems are guaranteed to not have split filesystems, so disable ldscript logic for them. | ||||
* | | ros-catkin.eclass: Properly append VER_SUFFIX to S in non-live case. | 2015-10-11 | 1 | -1/+1 | |
| | | | | | | | | Some ROS packages append some suffix to their version, e.g. the ROS version they target, and the release tarballs have this string appended to their unpack directory too. | ||||
* | | games.eclass: use group 0 to fix building on BSD systems #562262 | 2015-10-11 | 1 | -2/+2 | |
| | | |||||
* | | python-utils-r1.eclass: python_export_utf8_locale: do not spew warnings when ↵ | 2015-10-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | `locale` is not available If the `locale` isn't available, there's nothing this func can do, so just return quickly and assume the system is sane. | ||||
* | | convert `mktemp` to `emktemp` from eutils | 2015-10-10 | 2 | -3/+3 | |
| | | |||||
* | | ros-catkin.eclass: Add PYTHON_DEPS for python-enabled packages. | 2015-10-09 | 1 | -1/+2 | |
| | | | | | | | | The dependency was indirect because dev-python/empy is already mandatory, but better make it explicit. Thanks to hasufel. | ||||
* | | kernel-2.eclass: deblobbed kernels are supported for security, bug #555878. | 2015-10-09 | 1 | -4/+7 | |
| | | |||||
* | | eclass: ros-catkin.eclass: Use cmake-utils_src_make instead of plain emake ↵ | 2015-10-09 | 1 | -2/+2 | |
|/ | | | | for src_test so that it works with ninja too. | ||||
* | fix broken headers in a few random files | 2015-10-05 | 11 | -71/+19 | |
| | |||||
* | python-utils-r1.eclass: Add support for python3.5 | 2015-10-04 | 1 | -2/+2 | |
| | |||||
* | java-utils-2.eclass: Fix this untested java-pkg_clean crap | 2015-10-03 | 1 | -3/+4 | |
| | |||||
* | toolchain.eclass: update link to gcc upgrade #562088 | 2015-10-03 | 1 | -1/+1 | |
| | |||||
* | toolchain.eclass: change SLOT to major version for gcc-5+ #555164 | 2015-10-02 | 1 | -1/+4 | |
| | |||||
* | toolchain-binutils.eclass: enable multislot for 2.24 versions since 2.25.1 ↵ | 2015-10-02 | 1 | -1/+1 | |
| | | | | is stable | ||||
* | eclass/java-utils-2: Allows a list of directories to be specified. | 2015-09-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | ||||
* | Merge remote-tracking branch 'remotes/github/pr/116'. | 2015-09-29 | 1 | -0/+9 | |
|\ | |||||
| * | eclass/java-utils-2: Added proposed function to remove *.class and *.jar ↵ | 2015-09-21 | 1 | -0/+9 | |
| | | | | | | | | files from sources. Long term should be called automatically all the time with optional override via JAVA_PKG_NO_CLEAN. | ||||
* | | autotools.eclass: run libtoolize with --ltdl automatically #534088 | 2015-09-29 | 1 | -2/+8 | |
| | | |||||
* | | eutils.eclass: Allow to configure base patch location for epatch_user | 2015-09-29 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | This is particularly useful for people who run alternative package managers and want to control their configuration. Reviewed-By: SpanKY <vapier@gentoo.org> Gentoo-Bug: 559698 Github-PR: https://github.com/gentoo/gentoo/pull/69 | ||||
* | | eclass: Raise minimal KDE Plasma and Frameworks versions. | 2015-09-27 | 1 | -2/+2 | |
| | | |||||
* | | eclass: Raise minimal QT version to 5.4.2 | 2015-09-27 | 1 | -1/+1 | |
| | | |||||
* | | toolchain{,-binutils}.eclass: use https for HOMEPAGE | 2015-09-26 | 2 | -2/+2 | |
| | | |||||
* | | eclass: gentoo.org has https per default | 2015-09-25 | 29 | -56/+56 | |
| | | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | | kde5-functions.eclass: Make gcc version check configurable | 2015-09-25 | 1 | -3/+10 | |
| | | |||||
* | | kde5.eclass: don't check gcc version for binary merges | 2015-09-25 | 1 | -2/+6 | |
| | | |||||
* | | qt5-build.eclass: initial support for Qt 5.6 and 5.7 (dev branch) | 2015-09-24 | 1 | -5/+4 | |
| | | | | | | | | Signed-off-by: Davide Pesavento <pesa@gentoo.org> | ||||
* | | kde4-base.eclass: relax blocker | 2015-09-25 | 1 | -1/+1 | |
| | | | | | | | | Gentoo-bug: 560698 | ||||
* | | Revert "Replace mask advice with sub-SLOT advice" | 2015-09-23 | 1 | -7/+11 | |
| | | | | | | | | This reverts commit 0634398fa7c920efbab0ef30cf26eebec755deba. | ||||
* | | Replace mask advice with sub-SLOT advice | 2015-09-23 | 1 | -11/+7 | |
| | | |||||
* | | added mozconfig.eclass for mozilla41 | 2015-09-22 | 1 | -0/+263 | |
| | | |||||
* | | chromium.eclass: Also fix ERROR variables | 2015-09-22 | 1 | -2/+2 | |
| | | |||||
* | | chromium.eclass: Fix kernel checks | 2015-09-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | As reported by Dennis Schridde, the chkconfig functions prepend CONFIG_ to the options, so we should not include it. Bug: https://bugs.gentoo.org/552576 | ||||
* | | eclass: Add ros-catkin.eclass. | 2015-09-22 | 1 | -0/+247 | |
| | | | | | | | | https://archives.gentoo.org/gentoo-dev/message/00ee6c70409456a6d0c1f20739f7741c | ||||
* | | haskell-cabal.eclass: don't require haddock on ghc-7.10 | 2015-09-21 | 1 | -2/+8 | |
| | | | | | | | | | | | | While at it update default Cabal stub Setup code. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | | eclass: ELT-patches: update as-needed patch for libtool-2.4.3+ #561006 | 2015-09-21 | 1 | -0/+38 | |
| | | |||||
* | | eclass: texlive-common.eclass: Fix long standing bug: Do not overwrite ↵ | 2015-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | existing symlinks. The bug has been here since the beginning but surprisingly enough, it was only noticed now in bug #560722. | ||||
* | | eclass: texlive-module.eclass: Do not sort execute directives to obtain same ↵ | 2015-09-21 | 1 | -1/+1 | |
|/ | | | | order as upstream one. |