summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAge
...
* confutils.eclass: Mark maintainer-neededMichał Górny2017-02-22
|
* depend.php.eclass: Remove @DEAD eclassMichał Górny2017-02-22
| | | | The eclass is @DEAD for a long time, and no longer used by any package.
* libtool.eclass: elibtoolize: add ppc64le handling #580792Leno Hou2017-02-21
| | | | | | | | | | | | | | | | | | 1) We faced unable read SONAME from ${lib} when emerge below packages platform pacakge elibtoolized ppc64le app-text/opensp no ppc64le dev-libs/expat yes ppc64le net-firewall/iptables yes ppc64le net-libs/libmnl no ppc64le sys-apps/acl yes ppc64le sys-apps/attr yes ppc64le sys-libs/gdbm yes ppc64le sys-process/procps no 2) The problem is due to the wrong $LD="ld -m elf64ppc" when link. This patch sets $LD="ld -m elf64lppc" in m4/libtool.m4 on ppc64le. URL: https://debbugs.gnu.org/23348
* python.eclass: Mark @DEAD for removalMichał Górny2017-02-21
|
* subversion.eclass: Fix error messages in subversion_bootstrap() and ↵Arfrever Frehtes Taifersar Arahesis2017-02-21
| | | | | | | subversion_src_prepare(). ${FUNCNAME[1]} is name of direct parent function, but name of current function (${FUNCNAME[0]} or ${FUNCNAME}) is needed here.
* flag-o-matic.eclass: Add -fno-stack-check to ALLOWED_FLAGSJoshua Kinard2017-02-20
| | | | | | | The -fno-stack-check flag is equivalent to -fstack-check=no, so support both in ALLOWED_FLAGS. Signed-off-by: Joshua Kinard <kumba@gentoo.org>
* eclass/oasis.eclass: Drop compat for non-split ocamlbuild now that ocaml ↵Alexis Ballier2017-02-20
| | | | versions including it are gone.
* sci-biology/emboss: Remove oldDavid Seifert2017-02-19
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3937
* emboss-r2.eclass: Make EAPI=6 only, simplifyDavid Seifert2017-02-19
| | | | Closes: https://github.com/gentoo/gentoo/pull/3937
* golang-base.eclass: raise go version to 1.7 for #607086William Hubbs2017-02-19
|
* python-single-r1.eclass: Always output use-cond in PYTHON_DEPSMichał Górny2017-02-19
| | | | | | | | Output a USE conditional in PYTHON_DEPS even when using only a single target. While this does not make a strict difference since the target flag is in REQUIRED_USE anyway, it results in more unified output and makes it easier to catch mistakes if someone plays with the eclass in the future.
* distutils.eclass: Mark @DEAD for removalMichał Górny2017-02-18
|
* python-single-r1.eclass: Remove EAPI=4 exceptionsMichał Górny2017-02-17
|
* distutils-r1.eclass: Reject EAPI=4 explicitlyMichał Górny2017-02-17
|
* python-r1.eclass: Wipe obsolete EAPI=4 exceptionsMichał Górny2017-02-17
|
* python-utils-r1.eclass: Require pypy{,3} >= 5, #609292Michał Górny2017-02-17
| | | | | Bump the dependency on PyPy to require relatively recent versions, to ease package maintenance.
* mozconfig-v6.45.eclass: remove gstreamer:0.10 capabilityIan Stakenvicius2017-02-15
|
* mozconfig.eclass: remove old/unused v5.31, v6.38, v6.42Ian Stakenvicius2017-02-15
|
* llvm.eclass: An eclass to handle dependencies on slotted LLVMMichał Górny2017-02-15
| | | | | | | | | | | | | | Introduce an eclass to support dependencies building against slotted LLVM. It provides a function to find the newest installed LLVM version that is not newer than the max supported slot, and a trivial pkg_setup() implementation that adds executable directory of this install to PATH. This ensures that: a) build systems will find the correct llvm-config and use it to use the correct version of LLVM, b) CMake's find_package() will find the correct LLVMConfig / ClangConfig files.
* flag-o-matic.eclass: Mark has_m64() as dead.Ulrich Müller2017-02-13
| | | | The function is not used by any ebuild.
* cargo.eclass: ensure man pages are installedDoug Goldstein2017-02-12
| | | | | | If man pages are shipped with a crate, let's install them. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* Revert "gnome2.eclass: we cannot rely on default phases involving emake ↵Mart Raudsepp2017-02-11
| | | | | | because they don't allow to pass extra variables, bug #606826" This reverts commit c84c8b8d0bccb14e20ed6d3336f0e6f80e7936a4.
* gnome2.eclass: we cannot rely on default phases involving emake because they ↵Pacho Ramos2017-02-11
| | | | don't allow to pass extra variables, bug #606826
* twisted-r1.eclass: Replace TEST_DIR eqawarn with fatal errorMichał Górny2017-02-11
|
* kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 for Plasma liveAndreas Sturmlechner2017-02-11
|
* multiprocess.eclass: makeopts_{jobs,loadavg}: fix implicit handling of ↵Mike Frysinger2017-02-09
| | | | | | | | $MAKEOPTS #608242 We missed quoting on ${MAKEOPTS} to set it as the first arg which meant we might load invalid values into the second arg which is the "infinite" scenario.
* eclass/ros-catkin.eclass: Set PYTHON_INSTALL_DIR when building python packages.Alexis Ballier2017-02-09
|
* flag-o-matic.eclass: whitelist -fstack-check #607710Mike Frysinger2017-02-09
|
* java-utils-2.eclass: use is not available in the global scope.Benda Xu2017-02-09
| | | | | Java ebuilds using EAPI<3 will not be correctly prefixified. We will deal with that by bumping EAPI per package.
* eclass/java-utils-2.eclass: support Prefix.Benda Xu2017-02-09
| | | | | | | Reintroduce fbdddd87ff9 with EAPI gatekeeping code. Credit: Martin Mokrejš Bug: 595002
* Revert "eclass/java-utils-2.eclass: support Prefix."James Le Cuirot2017-02-09
| | | | | This reverts commit fbdddd87ff997e74644c2d5feb56c2e2d915860b. It didn't take account of older EAPIs.
* eclass/java-utils-2.eclass: support Prefix.Benda Xu2017-02-09
| | | | | Credit: Martin Mokrejš Bug: 595002
* fox.eclass: Fix toolong DESCRIPTIONHarri Nieminen2017-02-07
| | | | Closes: https://github.com/gentoo/gentoo/pull/3866
* cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.6.3Johannes Huber2017-02-07
|
* cmake-utils.eclass: set CMAKE_SYSTEM_PROCESSOR, certain buildsystems rely on ↵Maciej Mrozowski2017-02-07
| | | | this for crosscompiling. Patch by aballier, bug 607904
* www-client/seamonkey: Fix build with libevent-2.1Lars Wendler2017-02-06
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* kde5-functions.eclass: Assume slot 5 for add_qt_dep unless definedAndreas Sturmlechner2017-02-05
| | | | | | So far we relied on ${SLOT} (4|5) to depend on the correct Qt slot, but this is not always the case. If an ebuild inherits kde5-functions and uses add_qt_dep then it is safe to assume it will depend on Qt5.
* kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to latest stableMichael Palimaka2017-02-05
|
* kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1Johannes Huber2017-02-05
| | | | Gentoo-bug: 605646
* www-client/firefox : Fix build with libevent-2.1Jory A. Pratt2017-02-04
|
* mail-client/thunderbird,www-client/firefox : update ESRJory A. Pratt2017-02-04
| | | | builds to compile with libevent-2.1
* toolchain.eclass: fix a typo in a commentMagnus Granberg2017-02-03
|
* toolchain.eclass: pax-mark java compiler #574808Magnus Granberg2017-02-02
|
* eclass/mysql-multilib-r1: Ignore building SELinux policies for mysqld_safe ↵Brian Evans2017-02-01
| | | | wrt #607928
* xorg-2.eclass: Use --disable-selective-werror.Matt Turner2017-01-31
| | | | Bug: https://bugs.gentoo.org/416069
* eclass/qt4-build-multilib.eclass: Remove use use sparc64-eclassMatthias Maier2017-01-30
| | | | | | | Commit 8f41e56990ce35c17f996307ffd192a529f4d740 "remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd" removed the sparc64-freebsd and x64-freebsd profiles, but forgot to remove the sparc64-freebsd use flag check in qt4-build-multilib.eclass.
* remove Interix keyword x86-interixFabian Groffen2017-01-30
|
* remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsdFabian Groffen2017-01-30
| | | | Note, these are the Prefix keywords, not Gentoo/BSD ones.
* remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsdFabian Groffen2017-01-30
|
* remove HPUX keywords ia64-hpux and hppa-hpuxFabian Groffen2017-01-30
|