summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Attempt to use a UTF-8 locale if one is available to avoid errors when setup....Mike Gilbert2014-06-293-3/+45
* 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
* Enable multilib flags for ppc. Since ppc profiles are not multilib at the mom...Michał Górny2014-06-282-2/+8
* ChangeLogRobin H. Johnson2014-06-281-3/+6
* Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug #5...Sergei Trofimovich2014-06-272-4/+9
* Disable QA warning on '--with-hc --with-hc-pkg --with-gcc' flags passed by 'd...Sergei Trofimovich2014-06-272-3/+11
* 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 e...Sergey Popov2014-06-232-12/+9
* Set LD{,CXX}SHARED properly for Darwin, reported by Fabian Groffen on bug #51...Michał Górny2014-06-222-4/+14
* 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 t...Michał Górny2014-06-192-3/+14
* 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
* Sync with KDE overlay. Adapt to live ebuild versioning change. Remove referen...Michael Palimaka2014-06-143-72/+34
* 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
* If you an empty argument to append-libs, you end up with a dangling -l withou...Robin H. Johnson2014-06-142-2/+11
* elibtoolize: Allow undefined symbols on AIX, needed by and work fine with mod...Michael Haubenwallner2014-06-123-16/+8
* 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 loo...Mike Frysinger2014-06-071-1/+4
* 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
* Properly canonicalize relative submodule URIs, bug #501250.Michał Górny2014-06-013-11/+89
* downgrade_arch_flags: simplify bash logic a bitMike Frysinger2014-06-011-88/+89
* Add systemd_{do,new}userunit.Michał Górny2014-05-312-3/+34
* Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682.Michał Górny2014-05-282-3/+6
* Add documentation for man page; add missing dieJustin Lecher2014-05-282-17/+38
* Convert gnome-python-common.eclass to use python-r1, and clean it up a lot.Michał Górny2014-05-262-1/+111
* Move python_fix_shebang into python-utils-r1, therefore making it a part of p...Michał Górny2014-05-264-125/+110
* elisp-site-regen: Die on errors.Ulrich Müller2014-05-242-19/+18
* elisp-site-regen: Look for site-init files only in site-gentoo.d subdirectory.Ulrich Müller2014-05-242-17/+9
* Change ABI-flag separator from ":" to "." to avoid issues with Makefile rules...Michał Górny2014-05-232-7/+11
* Add remaining potential multilib arches to header wrapping template.Michał Górny2014-05-232-2/+23
* Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI ...Michał Górny2014-05-232-35/+23
* Deprecate multilib_for_best_abi() to decrease confusion.Michał Górny2014-05-232-2/+8
* Export MULTILIB_ABI_FLAG for ebuild/eclass use. Bug #509478.Michał Górny2014-05-232-7/+30
* Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ABI...Michał Górny2014-05-232-4/+23
* Give an explanatory error when trying to fetch https:// with dev-vcs/git[-cur...Michał Górny2014-05-232-2/+15
* cabal_chdeps() now defaults to MY_PN (autogenerated by hackport) if exists, t...Sergei Trofimovich2014-05-222-16/+22