summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* Add EAPI 3 prefix compatibility.Zac Medico2011-07-261-3/+4
|
* Support all current EAPIs and use xz as compressor for upcoming releases.Pacho Ramos2011-07-221-6/+22
|
* Fixed a few bugs and added support for supplying custom ini filesOle Markus With2011-07-221-2/+18
|
* Provide ruby_implementations_depend() to facilitate ebuilds with ↵Hans de Graaff2011-07-221-10/+35
| | | | RUBY_OPTIONAL=yes. Also use it internally to avoid duplication of code. Patch by Nathan Phillip Brink in bug 373139.
* Fixed a bug causing bogus ini files to be installedOle Markus With2011-07-221-2/+1
|
* Provide a convenience method to get a list of all ruby targets enabled by ↵Hans de Graaff2011-07-221-1/+12
| | | | the user. Useful in RUBY_OPTIONAL=yes ebuilds to provide custom handling of ruby. Patch by Matthew Schultz in bug 373227.
* Leverage the REQUIRED_USE mechanism to determine at dependency resolution ↵Hans de Graaff2011-07-221-1/+16
| | | | time if this ebuild can satisfy RUBY_TARGETS. Patch by Matthew Schultz in bug 373227.
* [eclass/mysql-v2] Add my local space as an alternative SRC_URI.Jorge Manuel B. S. Vicetto2011-07-211-2/+3
|
* Added missing pkg* functions to EXPORT_FUNCTIONS - fixes bug 375765.Jorge Manuel B. S. Vicetto2011-07-201-2/+2
|
* [eclass/mysql-v2] Sync with overlay, exports pkg_config - bug 375705.Jorge Manuel B. S. Vicetto2011-07-201-2/+2
|
* epatch: use EPATCH_SOURCE as a [relative] search dir even when patches are ↵Mike Frysinger2011-07-201-1/+6
| | | | specified on the command line
* Add QA warning for deprecated * expansion in S. Use RUBY_S and EAPI=4 instead.Hans de Graaff2011-07-191-1/+8
|
* Add CMAKE_REMOVE_MODULES feature to force use of patched system cmake ↵Andreas K. Hüttel2011-07-181-1/+19
| | | | modules where packages bring their own
* Revert.Ryan Hill2011-07-171-2/+2
|
* Fix calling default_src_unpack in EAPI < 2. Use inlined default code instead.Michał Górny2011-07-161-2/+6
|
* Add RUBY_QA_ALLOWED_LIBS, bug 347433.Hans de Graaff2011-07-161-1/+15
|
* Bug #345659 - fix hardcoded /root/.gnome2Zac Medico2011-07-151-3/+3
| | | | | | This uses a special $(unset HOME; echo ~) trick to query the home directory that gnome-vfs uses from the password database, as suggested by Jonathan Callen <abcd@gentoo.org> in bug 345659, comment #24.
* Synced with mysql_fx from the mysql overlay.Jorge Manuel B. S. Vicetto2011-07-141-3/+8
| | | | Set includedir and libdir appropriately for mariadb and mysql - fixes bug 375063.
* Part 2 of MySQL eclass revamp: the split cmake/autotools support.Robin H. Johnson2011-07-133-23/+1076
|
* Add mysql v2 eclass ready for newer mysql 5.1, and supporting mysql/mariadb ↵Robin H. Johnson2011-07-131-0/+732
| | | | 5.5/5.6. Reviewed April 2011 on gentoo-dev mailing list.
* Prepare for gst-plugins-bad-0.10.22Mart Raudsepp2011-07-131-2/+15
|
* Prepare for gst-plugins-good-0.10.30Mart Raudsepp2011-07-131-1/+6
|
* Altering vim patch logic to deal with monolithic patches (which include runtimeJim Ramsay2011-07-131-4/+8
| | | | file changes too)
* Fixup a minor typo.Jim Ramsay2011-07-131-3/+3
|
* output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893Alexis Ballier2011-07-121-1/+2
|
* Copy Portage's code for has -function to tests-common.sh. None of the ↵Samuli Suominen2011-07-121-2/+10
| | | | eclasses use hasq anymore, so assuming this is safe. Feel free to yell at me if this breaks.
* Close bug #374697Fabio Erculiani2011-07-121-2/+9
|
* use -c rather than -S when testing flags so that we can check for assembler ↵Mike Frysinger2011-07-121-4/+4
| | | | flags and not just compiler flags (which lets use check -Wa,--xxx flags #373743)
* turn `ewarn` for dead flags into `die`Mike Frysinger2011-07-121-70/+8
|
* Revert last commit, as the old version was 1) making less assumptions about ↵Andreas K. Hüttel2011-07-111-4/+3
| | | | gcc version numvers and 2) correct.
* Detect the gcc version in a really saner conditional.Tomas Chvatal2011-07-111-3/+4
|
* Sync kde eclasses with kde overlayTheo Chatzimichos2011-07-103-16/+24
|
* Convert every instance of useq to use.Samuli Suominen2011-07-084-11/+11
|
* Convert every instance of hasq to has.Samuli Suominen2011-07-0823-75/+75
|
* Fix handling of symlinks in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-07-081-5/+26
| | | | (Patch by Arfrever. Backported from python overlay.)
* Add initial support for PyPy.Dirkjan Ochtman2011-07-081-25/+73
| | | | (Patch by Arfrever. Backported from python overlay.)
* Delete support for installation of Python packages for Python 3.0.Dirkjan Ochtman2011-07-081-2/+2
| | | | (Patch by Arfrever. Backported from python overlay.)
* Add python_get_implementation_and_version().Dirkjan Ochtman2011-07-081-10/+59
| | | | (Patch by Arfrever. Backported from python overlay.)
* Include paths to wrapper scripts in error messages in wrapper scripts generatedDirkjan Ochtman2011-07-081-8/+8
| | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.)
* Fix handling of ROOT in wrapper scripts generated byDirkjan Ochtman2011-07-081-5/+9
| | | | | python_generate_wrapper_scripts(). (Patch by Arfrever. Backported from python overlay.)
* Allow to use _python_package_supporting_installation_for_multiple_python_abis()Dirkjan Ochtman2011-07-081-17/+13
| | | | | in global scope and define it earlier. (Patch by Arfrever. Backported from python overlay.)
* Add _PYTHON_ABI_PATTERN_REGEX.Dirkjan Ochtman2011-07-081-2/+4
| | | | (Patch by Arfrever. Backported from python overlay.)
* Log syntax errors / warnings in python_mod_optimize().Dirkjan Ochtman2011-07-081-6/+20
| | | | (Patch by Arfrever. Backported from python overlay.)
* Support -l / --language option in python_get_version().Dirkjan Ochtman2011-07-081-28/+58
| | | | (Patch by Arfrever. Backported from python overlay.)
* Restrict gawk4, bug 374315Maciej Mrozowski2011-07-071-1/+3
|
* Updates to versionator.eclassJonathan Callen2011-07-071-161/+277
| | | | | | | Add self to maintainers. Add full support for comparing all version specifications allowed by PMS. Clean up variable usage -- hopefully should make it a little faster (by using explicit integer variables).
* Only check for gcc version in kde4-base.eclass if we actually compile somethingAndreas K. Hüttel2011-07-061-4/+6
|
* fix system-libvpx location for Gentoo Prefix, bug 369491Jeremy Olexa2011-07-061-2/+2
|
* be a bit more restrictive on how to math libl so that it doesnt match liblzmaAlexis Ballier2011-07-061-2/+2
|
* rename libcursesw to libncursesw tooAlexis Ballier2011-07-051-1/+4
|