summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michał Górny2014-05-264-125/+110
| | | | public API for all eclasses.
* 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 ↵Michał Górny2014-05-232-7/+11
| | | | rules and PATH separator.
* 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
| | | | is omitted in wrapper template.
* 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 ↵Michał Górny2014-05-232-4/+23
| | | | ABI values and USE flag names.
* Give an explanatory error when trying to fetch https:// with ↵Michał Górny2014-05-232-2/+15
| | | | dev-vcs/git[-curl]. Bug #510768.
* cabal_chdeps() now defaults to MY_PN (autogenerated by hackport) if exists, ↵Sergei Trofimovich2014-05-222-16/+22
| | | | then to PN
* store darcs cache in DISTDIRSergei Trofimovich2014-05-222-6/+9
|
* Eclass cleanup. Now requires >=EAPI-4 ebuilds. Fixed bugs #509922 and #503640Lars Wendler2014-05-222-29/+57
|
* Bug #499774, take 2.Ryan Hill2014-05-212-3/+7
|
* Revert libintl change. It turns out we need to depend on gettext anyways, soRyan Hill2014-05-212-3/+7
| | | | this change is pointless.
* Strip -mno-rtm and -mno-htm as libitm requires these for x86/x86_64 andRyan Hill2014-05-202-3/+8
| | | | ppc/s390 respectively if supported by the assembler (bug #506202).
* Depend on virtual/libintl rather than sys-devel/gettext (bug #499774).Ryan Hill2014-05-202-3/+6
|
* Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty string.Mike Gilbert2014-05-192-3/+7
|
* drop treelang as it only applies to <gcc-4.3 and no longer builds with ↵Mike Frysinger2014-05-181-10/+1
| | | | recent bison #510344
* mysql_fx.eclass: Fix a bug that prevented emerge --config to notice a ↵Brian Evans2014-05-182-2/+6
| | | | changed datadir.
* Accept files with already-rewritten shebangs in _python_rewrite_shebang. ↵Michał Górny2014-05-162-3/+10
| | | | Necessary for proper python_doscript().
* Allow parallel profiledbootstrap in newer versions (bug #508878 by Eric F.Ryan Hill2014-05-152-13/+16
| | | | Garioud). Clean up a bit.
* Sync mysql-v2 and mysql-cmake from the mysql overlayBrian Evans2014-05-153-40/+40
|
* Do not install wrapper headers when no ABI provides a particular header.Michał Górny2014-05-122-9/+12
|
* Remove last-rited eclasses.Michael Palimaka2014-05-123-277/+4
|
* Fail when package installs "share" subdirectory to PyPy prefix. This should ↵Michał Górny2014-05-112-2/+10
| | | | stop people from adding PyPy support to packages that do not work due to the bug in PyPy.
* Remove the coreutils dependency since the old copying code has been replaced ↵Michał Górny2014-05-102-4/+6
| | | | by a more portable function. Bug #509984.
* Use multilib-minimal for phase functions.Michał Górny2014-05-092-23/+40
|
* Remove i686-* renamed tools as well with USE=abi_x86_32.Michał Górny2014-05-092-3/+10
|
* Remove wrapped headers with USE=abi_x86_32.Michał Górny2014-05-092-2/+12
|
* Previous approach was wrongPacho Ramos2014-05-082-8/+5
|
* Don't remove wrappers in that dirPacho Ramos2014-05-072-3/+5
|
* ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and ↵Manuel Rüger2014-05-073-5/+11
| | | | ruby-fakegem.eclass. Removal in 30 days. See bug #479812.
* Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility ↵Michał Górny2014-05-072-2/+14
| | | | with current state of emul-linux. Fixes bug #509556.
* Move headers to a separate directory, bug #509556Pacho Ramos2014-05-062-3/+13
|
* optionaly => optionallyJeroen Roovers2014-05-062-9/+12
|
* Update VALA_MAX_API_VERSION (bug #509222, thanks to Arfrever) and modernize ↵Alexandre Rostovtsev2014-05-042-7/+11
| | | | VALA_MIN_API_VERSION too.
* Omit some obsolete version checksSergey Popov2014-05-032-14/+11
|
* Run multilib_src_configure() in parallel. Bug #485046.Michał Górny2014-05-023-12/+8
|
* add app-arch/plzip support (bug #509264)Christoph Junghans2014-05-012-5/+8
|
* Add missing @DESCRIPTIONJustin Lecher2014-05-012-2/+6
|
* Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages.Michał Górny2014-05-012-2/+35
|
* Update the doc and make it simpler.Michał Górny2014-04-302-16/+13
|
* Disable header wrapping on unsupported ABIs.Michał Górny2014-04-292-46/+62
|
* Reorder the operations in multilib_prepare_wrappers for easier reading.Michał Górny2014-04-292-29/+32
|
* Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better ↵Michał Górny2014-04-292-4/+23
| | | | compatibility with plain multilib.
* Disable wrappers for multilib portage only. Enable them in non-multilib ↵Michał Górny2014-04-292-4/+8
| | | | profiles for consistency.