summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Avoid reserved names for functions and variables, bug 516092.Ulrich Müller2014-07-1128-123/+133
|
* Support linking Python modules on aix, thanks to haubi.Michał Górny2014-07-082-2/+8
|
* Stop forcing -m0755 on EGIT3_STORE_DIR and parents, bug #516508.Michał Górny2014-07-072-3/+6
|
* elt/aixrtl: need semicolon after noop command to get subsequent variable setMichael Haubenwallner2014-07-0711-11/+19
|
* elt/aixrtl: use similar filename even for 2.4.2.418 diffsMichael Haubenwallner2014-07-073-1/+6
|
* elt/aixrtl: Use $lib for the real filename, to support soname hackery in libXaw.Michael Haubenwallner2014-07-0711-11/+19
|
* Add tests for _python_impl_supported.Michał Górny2014-07-062-8/+25
|
* python_gen_cond_dep: delay PYTHON_USEDEP substitution until one of the ↵Michał Górny2014-07-062-8/+14
| | | | implementations is actually enabled. Fixes bug #516520.
* Disable python2.6 support and clean up the related code.Michał Górny2014-07-062-32/+17
|
* Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev.Michał Górny2014-07-042-4/+7
|
* Whitespace.Ulrich Müller2014-07-045-13/+13
|
* Remove deprecated ruby.eclass and gems.eclass. Please use ruby-ng.eclass and ↵Manuel Rüger2014-07-042-408/+0
| | | | ruby-fakegem.eclass instead. See bug #479812
* Add some Prefix hosts to _MULTILIB_FLAGSFabian Groffen2014-07-032-5/+8
|
* Explain MULTILIB_COMPAT a bit more verbosely, and add a REQUIRED_USE for it.Michał Górny2014-07-032-4/+16
|
* Re-enable multilib flags for s390.Michał Górny2014-07-032-2/+7
|
* Fix missing reference to ${README_GENTOO_SUFFIX}Justin Lecher2014-07-021-2/+2
|
* Attempt to use a UTF-8 locale if one is available to avoid errors when ↵Mike Gilbert2014-06-293-3/+45
| | | | setup.py calls open() with no encoding.
* Fix handling empty MULTILIB_COMPAT.Michał Górny2014-06-292-3/+6
|
* Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg ↵Michał Górny2014-06-292-3/+10
| | | | Turner.
* Enable multilib flags for ppc. Since ppc profiles are not multilib at the ↵Michał Górny2014-06-282-2/+8
| | | | moment, this should not create any new issues.
* ChangeLogRobin H. Johnson2014-06-281-3/+6
|
* Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug ↵Sergei Trofimovich2014-06-272-4/+9
| | | | #515360 by Patrick Lauer).
* Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by ↵Sergei Trofimovich2014-06-272-3/+11
| | | | 'dev-haskell/cabal' to every configure-based haskell package. Don't unset LANG/LC_ALL/LC_MESSAGES anymore.
* Rename FILE_SUFFIX to README_GENTOO_SUFFIX in order to avoid variable clashesJustin Lecher2014-06-262-5/+9
|
* Allow to handle more README.gentoo files (#513190 by Justin Lecher)Pacho Ramos2014-06-242-4/+12
|
* Simplify documentation files handling by utilizing einstalldocs from eutils ↵Sergey Popov2014-06-232-12/+9
| | | | eclass
* Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug ↵Michał Górny2014-06-222-4/+14
| | | | #513664.
* unbreak distutils builds on DarwinFabian Groffen2014-06-211-3/+3
|
* Fix typo in submodule fetching, reported by Hans Vercammen.Michał Górny2014-06-202-3/+6
|
* Sync eclasses with mysql overlayBrian Evans2014-06-203-12/+36
|
* python_fix_shebang: properly unset local variables in loop iterations.Michał Górny2014-06-192-3/+6
|
* Always set up CC, CXX and friends for distutils builds, bug #513664. Thanks ↵Michał Górny2014-06-192-3/+14
| | | | to Arfrever for the explanation.
* Bump gstreamer deps to satisfy multilib.Michał Górny2014-06-192-7/+10
|
* Improve handling of corner cases in python_fix_shebang. Support --force and ↵Michał Górny2014-06-194-58/+182
| | | | --quiet options, bug #505354. Add tests.
* Sync with KDE overlay. Adapt to live ebuild versioning change. Remove ↵Michael Palimaka2014-06-143-72/+34
| | | | reference to long-removed package. Explicitly specify a slot. Update SRC_URI for kde-workspace 4.11.10. Add new function to comment add_subdirectory calls. Remove obsolete add_blocker function.
* Fix typo.Ryan Hill2014-06-141-3/+3
|
* Add -Og, -gdwarf-*, and -fabi=* to allowed flags (bug #512534, #512754).Ryan Hill2014-06-142-6/+10
| | | | Use a glob for -fstack-protector and friends.
* If you an empty argument to append-libs, you end up with a dangling -l ↵Robin H. Johnson2014-06-142-2/+11
| | | | without a library. Catch this in QA. Caught infra with a broken ncurses in net-dialup/xc with append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)"
* elibtoolize: Allow undefined symbols on AIX, needed by and work fine with ↵Michael Haubenwallner2014-06-123-16/+8
| | | | module libs.
* forgot to commit ChangeLog for: bump aixrtl ELT-patches for libtool-2.4.2.418Michael Haubenwallner2014-06-111-1/+6
|
* Update version number in example.Ulrich Müller2014-06-111-4/+4
|
* Add new, multilib-capable eclass for gstreamer plugins.Michał Górny2014-06-102-1/+268
|
* bump aixrtl ELT-patches for libtool-2.4.2.418Michael Haubenwallner2014-06-103-0/+32
|
* Work around lack of arch defines in swig, bug #509792.Michał Górny2014-06-082-2/+13
|
* Increase minimum Emacs version to 23, versions 21 and 22 have been removed.Ulrich Müller2014-06-072-6/+9
|
* start setting --with-pkgversion details in our builds so --version output ↵Mike Frysinger2014-06-071-1/+4
| | | | looks good
* fix IUSE sortingMike Frysinger2014-06-061-2/+2
|
* Sync mysql-v2.eclass from the mysql overlayBrian Evans2014-06-042-6/+9
|
* If we keep the flag list sorted by version there's no need for this functionRyan Hill2014-06-012-9/+12
| | | | to be recursive. This shaves a couple seconds off the worst-case runtime.
* Properly canonicalize relative submodule URIs, bug #501250.Michał Górny2014-06-013-11/+89
|