summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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 K. 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
|
* Introduce run_in_build_dir() function as used by GNOME ebuilds.Michał Górny2013-01-272-2/+24
|
* Introduce python_doheader(), to install headers specific to a Python ↵Michał Górny2013-01-272-2/+35
| | | | implementation.
* reverted last changesJörg Bornkessel2013-01-272-6/+11
|
* Remove files before installing docs.Tim Harder2013-01-272-5/+8
|
* Also remove stray makefiles.Tim Harder2013-01-272-3/+6
|
* Remove unwanted files that may exist.Tim Harder2013-01-272-2/+8
|
* some fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdrJörg Bornkessel2013-01-272-8/+9
|
* Support removing SELinux modules of the defined policy storesSven Vermeulen2013-01-262-4/+35
|
* Set USE defaults to make sure IUSE_IMPLICIT does not fool us.Michał Górny2013-01-262-3/+6
|
* Require EAPI=5 to make sure everything works predictably.Michał Górny2013-01-262-3/+7
|
* Support running commands in parallel and use it to run configure scripts.Michał Górny2013-01-262-4/+44
|
* Introduce MULTILIB_USEDEP to enforce correct dependencies.Michał Górny2013-01-262-2/+17
|
* ELT-patches/aixrtl: Recreate from scratch: Drop need for ld-wrapper withMichael Haubenwallner2013-01-2532-105/+246
| | | | --soname support, unavailable during bootstrap. Ignore libtool before 1.5.0.
* Include FORCE_PRINT_ELOG variable to for printing of messages when desired. ↵Pacho Ramos2013-01-242-4/+20
| | | | Thanks to Tomáš Chvátal for his suggestions.
* handle more kernel versions like 3.7-trunk-amd64 and add a testsuite for itMike Frysinger2013-01-242-6/+44
|
* drop USE="bootstrap build" as it does very little and the existing logic ↵Mike Frysinger2013-01-241-12/+5
| | | | should handle things correctly #440224
* Only display vim plugin help elog messages for new installs.Tim Harder2013-01-242-32/+37
|
* Add dummy dir to avoid sandbox violations when emerging with ↵Justin Lecher2013-01-232-4/+8
| | | | FEATURES=-userpriv, #437512
* We are checking for return values not for outputJustin Lecher2013-01-231-2/+2
|
* Add support for license server, #447262Justin Lecher2013-01-232-2/+11
|
* add support for checking out via a date string (-D) by Thomas Rausch #443014Mike Frysinger2013-01-221-1/+12
|