summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Fix fortran-2.eclass for bash-3.2 compatibility, #461544Justin Lecher2013-03-132-4/+7
|
* rewrite to be -p1 patchMike Frysinger2013-03-121-2/+2
|
* epunt_cxx: support different versions of autotools since 2.64 changed the ↵Mike Frysinger2013-03-122-8/+24
| | | | signature #460992 by Michał Górny
* make_wrapper: optimize output slightly in common cases by omitting dead codeMike Frysinger2013-03-111-14/+18
|
* Make the log output redirection much simpler. Fix bash-3.2 compatibility.Michał Górny2013-03-102-15/+8
|
* Fix compatibility with bash-4.1 -- it does not support negative array ↵Michał Górny2013-03-102-3/+10
| | | | subscripts.
* multibuild_copy_sources: fix outputting variant name.Michał Górny2013-03-102-3/+6
|
* add sys-apps/gawk depChristoph Junghans2013-03-102-3/+7
|
* Bug #401733: nested configure scripts in MySQL generate unrecognized options ↵Robin H. Johnson2013-03-092-3/+9
| | | | false positives when toplevel configure passes downwards.
* Kernel sources and (gen)patches now use xz instead of bz2. Bug #421721.Tom Wijsman2013-03-092-36/+39
|
* add multilib-minimal.eclassJulian Ospald2013-03-092-1/+101
|
* Fix leechcraft.eclass to support new category, bug #460958.Maxim Koltsov2013-03-092-6/+9
|
* Disable epunt_cxx warning since epunt_cxx is broken nowadays.Michał Górny2013-03-092-5/+8
|
* Fix epunt_cxx not to subshell.Michał Górny2013-03-092-4/+7
|
* Clean up redundant USE flag check calls, replace them with a single call in ↵Michał Górny2013-03-092-10/+9
| | | | _python_obtain_impls().
* Introduce multilib_copy_sources.Michał Górny2013-03-092-2/+19
|
* Use multibuild_copy_sources for python_copy_sources.Michał Górny2013-03-092-23/+14
|
* Introduce multibuild_copy_sources as a generic source duplicating function.Michał Górny2013-03-092-2/+26
|
* Use doins instead of dodoc to install examples, due to PMS limitations. Bug ↵Michał Górny2013-03-092-6/+9
| | | | #460516.
* Do not load unconfined SELinux policy module when strict policy is setSven Vermeulen2013-03-092-2/+10
|
* Don't let apache install re-set all permissions on log-dir.Hanno Boeck2013-03-082-9/+7
|
* Add 2.7-jython.Tim Harder2013-03-072-3/+6
|
* Add jython2_7.Tim Harder2013-03-072-4/+7
|
* Suppress trailing whitespace in README.gentoo file, bug 460050 comment #7.Ulrich Müller2013-03-051-5/+6
|
* Force python 2* for USE=deblob as deblob script does not yet support ↵Mike Pagano2013-03-052-5/+9
| | | | python3. Thanks to Arfrever. See bug #458032
* eqmake4: override also QMAKE_LINK_C, used by packages with ↵Davide Pesavento2013-03-052-3/+8
| | | | "CONFIG+=use_c_linker". Fixes bug #460420.
* vdr-plugin-2.eclass, adapted to the new plugin makefile handling; cleanup ↵Joerg Bornkessel2013-03-052-81/+16
| | | | for unusede function 'delete_orphan_plugindb_file'; more unneeded source cleanup
* Introduce multilib_for_best_impl().Michał Górny2013-03-042-2/+17
|
* Convert to use multibuild.eclass.Michał Górny2013-03-042-28/+25
|
* Use multilib_for_best_variant() for the *_all() phases.Michał Górny2013-03-042-23/+9
|
* Introduce python_parallel_foreach_impl() and reuse it in distutils-r1.Michał Górny2013-03-043-57/+47
|
* Use multibuild.eclass in python-r1.Michał Górny2013-03-042-25/+39
|
* Add multibuild_for_best_variant.Michał Górny2013-03-042-2/+25
|
* Print only the "public" part of commands.Michał Górny2013-03-042-4/+18
|
* Move run_in_build_dir() to multibuild.eclass.Michał Górny2013-03-043-23/+27
|
* Introduce multibuild.eclass to handle building multiple variants of the same ↵Michał Górny2013-03-042-1/+183
| | | | package in a common manner.
* MySQL 5.6 needs to NOT have -fno-implicit-templates, also support epatch_user.Robin H. Johnson2013-03-042-4/+12
|
* Change formatting tool as discussed with Ulrich Müller in bug #460050, ↵Pacho Ramos2013-03-032-3/+7
| | | | thanks a lot to him for his help.
* Qt category move.Davide Pesavento2013-03-034-32/+36
|
* Remove blockers: portage is perfectly capable of handling our deps correctly ↵Davide Pesavento2013-03-022-41/+6
| | | | by itself nowadays.
* Improve the no-multilib fallback to respect ${ABI} set by multilib-portage.Michał Górny2013-03-022-6/+16
|
* Remove deprecation warnings wrt bug #452160. The code will not be removed ↵Michał Górny2013-03-022-15/+7
| | | | anymore since the eclass will be deprecated at some point.
* Run *_all() phases in best-impl sources, in an in-source build.Michał Górny2013-03-022-2/+16
|
* Override build locations and set PYTHONPATH in in-source builds, to increase ↵Michał Górny2013-03-022-10/+10
| | | | compatibility with out-of-source builds.
* In-source builds: append "build/" subdir to the BUILD_DIR variable. It can ↵Michał Górny2013-03-022-9/+10
| | | | be used alike in out-of-source builds now.
* Enable x32 ABI support.Michał Górny2013-02-272-2/+6
|
* Export src_prepare() explicitly rather than implicitly through inherits.Michał Górny2013-02-272-3/+10
|
* Update description.Michał Górny2013-02-272-5/+8
|
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-274-81/+67
|
* Run header checksumming function only if /usr/include exists (IOW: silence ↵Michał Górny2013-02-262-2/+7
| | | | the warning).