summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Also set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a ↵Hans de Graaff2013-02-241-4/+5
| | | | regression manifested by bug 458506.
* Fix passing arguments to phases.Michał Górny2013-02-222-7/+10
|
* Support EXAMPLES to install examples in a consistent manner.Michał Górny2013-02-212-6/+34
|
* vdr-plugin.eclass, add eerror to get .eclass depricatedJoerg Bornkessel2013-02-182-3/+11
|
* Make it possible to bypass license check from ebuildsJustin Lecher2013-02-142-31/+47
|
* Drop KEYWORDS from eclass, #342185Justin Lecher2013-02-142-3/+5
|
* Bug #455462: Libtool cleanup; Bug #455016: mariadb mytop deps; Bug #448598: ↵Robin H. Johnson2013-02-133-4/+56
| | | | USE=pam support.
* Fix typo: extra apostrophe being shell syntax error.Michael Haubenwallner2013-02-122-2/+6
|
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-113-11/+21
|
* Temporarily disable egg_info since it causes problems with installing scripts.Michał Górny2013-02-102-7/+12
|
* Introduce cmake-utils wrapper eclass for multilib.Michał Górny2013-02-102-1/+60
|
* Move header checking function into multilib-build for wider reuse.Michał Górny2013-02-103-31/+46
|
* QA-warn if epunt_cxx does not find any checks to punt.Michał Górny2013-02-102-5/+14
|
* Introduce a function to install package for running tests, solving all the ↵Michał Górny2013-02-102-2/+60
| | | | issues with PyPy, setuptools and namespaces.
* Override egg-info write location in out-of-source builds.Michał Górny2013-02-102-2/+12
|
* Error out if "tests" package is installed. This is a common mistake and a ↵Michał Górny2013-02-102-2/+10
| | | | source of file collisions.
* if KERNEL_DIR is pointing to the object output, figure out the source dir ↵Mike Frysinger2013-02-101-2/+9
| | | | and setup KBUILD_OUTPUT automatically #454294 by Łukasz Stelmach
* delete empty depend varsMike Frysinger2013-02-101-4/+1
|
* use emake rather than make to extract variable values #373151 by Kevin PyleMike Frysinger2013-02-101-2/+4
|
* if KV_OUT_DIR is not set, do not let linux_config_src_exists implicitly ↵Mike Frysinger2013-02-101-22/+21
| | | | check /.config #382787 by bay
* add test using version from #404371Mike Frysinger2013-02-101-7/+8
|
* update snapshot location to use gcc.gnu.org #455152Mike Frysinger2013-02-091-7/+6
|
* update HOMEPAGE to use sourceware.org #455152Mike Frysinger2013-02-091-2/+2
|
* Document the src_unpack() function. Requested in bug #456160.Michał Górny2013-02-082-3/+12
|
* Bump CMake minimum version to latest stable.Michael Palimaka2013-02-082-3/+6
|
* Fixing confusing message in distutils.eclassPatrick Lauer2013-02-082-7/+13
|
* Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add ↵Michael Palimaka2013-02-072-35/+104
| | | | support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746.
* automatically add subslot deps on ocaml for eapis that support itAlexis Ballier2013-02-071-2/+3
|
* [eclass] Version bump KDE SC 4.10.0Alexey Shvetsov2013-02-075-42/+43
|
* Add a variable to stop autoformatting when not desired, use '-e' option for ↵Pacho Ramos2013-02-042-24/+32
| | | | echo in the autoformatting way to let people control it with sequences recognized by it (see man echo), fix it to work ok with prebuilt packages (#455030 by Brian Harring, Zac Medico and Fabio Erculiani)
* Introduce python_get_library_path() to obtain the path to the Python ↵Michał Górny2013-02-042-2/+49
| | | | library. Required by dev-python/shiboken.
* Introduce python_newscript(), to install scripts with renaming. Requested in ↵Michał Górny2013-02-042-12/+42
| | | | bug #454640.
* Remove remaining (obsolete) kdeprefix references. Needed so we dont run into ↵Andreas Hüttel2013-02-022-28/+2
| | | | trouble since "4.10"<"4.6" ...
* Introduce a common multilib-build eclass to help building packages for ↵Michał Górny2013-02-013-81/+187
| | | | multilib, and use the new ABI_X86 flags in it.
* Allow build of multiple plugins in different directories. Make variables ↵Gilles Dartiguelongue2013-01-312-32/+49
| | | | more easily override-able.
* Add EAPI 5 sub-slot dependency on x11-base/xorg-server for packages which ↵Chí-Thanh Christopher Nguyễn2013-01-312-3/+30
| | | | require rebuilding when the server is upgraded.
* Additional files also must be versioned as they change between versions.Tomas Chvatal2013-01-312-5/+8
|
* Use (-) USE-defaults to reduce issues from removing flags.Michał Górny2013-01-303-8/+12
|
* also warn about CONFIG_EXT{2,3,4}_FS_SECURITY options #454440Mike Frysinger2013-01-301-1/+2
|
* Disable pypy1.8 globally.Michał Górny2013-01-292-7/+10
|
* Rename udev_get_udevdir to plain get_udevdir which looks completely safe. No ↵Samuli Suominen2013-01-291-5/+14
| | | | clue why I didn't do this at the first place. Sorry about that.
* add high level over view of how to use this eclass for usersMike Frysinger2013-01-281-1/+17
|
* use -l to set the macro dir when using autoconf-2.13 #448986 by Ryan SleeviMike Frysinger2013-01-281-4/+9
|
* Sync mysql eclasses from gentoo-mysql tree. Fixes: PBXT nice (#374349), ↵Robin H. Johnson2013-01-282-24/+14
| | | | MariaDB desc (#453934), REQUIRED_USED (#441700).
* Remove all hidden files in the main tarball dir.Tim Harder2013-01-272-3/+6
|
* add a flag for setting the permission of the file when using capabilitiesMike Frysinger2013-01-271-2/+11
|
* initial file capabilities supportMike Frysinger2013-01-271-0/+162
|
* Fix output redirections in run_in_build_dir().Michał Górny2013-01-272-4/+7
|
* Support using distutils-r1 along with python-single-r1.Michał Górny2013-01-272-27/+94
|
* Support making dependency and phase function enforcement optional.Michał Górny2013-01-272-5/+24
|