summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Also set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a re...Hans de Graaff2013-02-241-4/+5
* 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: U...Robin H. Johnson2013-02-133-4/+56
* 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 is...Michał Górny2013-02-102-2/+60
* 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 sou...Michał Górny2013-02-102-2/+10
* if KERNEL_DIR is pointing to the object output, figure out the source dir and...Mike Frysinger2013-02-101-2/+9
* 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 check...Mike Frysinger2013-02-101-22/+21
* 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 s...Michael Palimaka2013-02-072-35/+104
* 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 e...Pacho Ramos2013-02-042-24/+32
* Introduce python_get_library_path() to obtain the path to the Python library....Michał Górny2013-02-042-2/+49
* Introduce python_newscript(), to install scripts with renaming. Requested in ...Michał Górny2013-02-042-12/+42
* Remove remaining (obsolete) kdeprefix references. Needed so we dont run into ...Andreas Hüttel2013-02-022-28/+2
* Introduce a common multilib-build eclass to help building packages for multil...Michał Górny2013-02-013-81/+187
* Allow build of multiple plugins in different directories. Make variables more...Gilles Dartiguelongue2013-01-312-32/+49
* Add EAPI 5 sub-slot dependency on x11-base/xorg-server for packages which req...Chí-Thanh Christopher Nguyễn2013-01-312-3/+30
* 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
* 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), Maria...Robin H. Johnson2013-01-282-24/+14
* 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