summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Use word Updating rather than Installing as it is less confusing when being ↵Tomas Chvatal2011-08-041-2/+2
| | | | executed in postrm phase.
* Use --updaterev instead of --rev, thanks to Michał Górny ↵Krzysztof Pawlik2011-08-031-4/+4
| | | | (mgorny@gentoo.org), see bug #367481.
* Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.Matt Turner2011-08-021-2/+2
|
* Implement support for multiple checkouts from one ebuild by cleaning up ↵Tomas Chvatal2011-07-301-16/+53
| | | | environment. Also allow overriding unpacking of . This is required for live libreoffice ebuild.
* Fix for Gentoo Prefix, bug 360939Jeremy Olexa2011-07-291-6/+13
|
* Tweak plugins versioned list a bit more for 0.10.22 to avoid useless QA ↵Mart Raudsepp2011-07-291-3/+8
| | | | warnings - exif option gone again in 0.10.22 for testing purposes, automagic now for just a test
* [eclass/mysql_fx] Synced with overlay eclass - should fix new missing /mysql ↵Jorge Manuel B. S. Vicetto2011-07-291-8/+3
| | | | issue - bug 375063.
* systemd_dounit: fix for prefixZac Medico2011-07-281-2/+4
|
* [eclass] Update eclass for KDE SC 4.7.0Alexey Shvetsov2011-07-271-6/+13
|
* fix webapp-cleaner usage by eclassFabio Erculiani2011-07-271-2/+2
|
* Don't assign EBZR_WC_PATH, nothing in the tree uses it.Ulrich Müller2011-07-261-3/+2
|
* if WEBAPP_OPTIONAL, do not source ETC_CONFIG if it doesn't existFabio Erculiani2011-07-261-2/+7
|
* 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.)