Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use word Updating rather than Installing as it is less confusing when being ↵ | Tomas Chvatal | 2011-08-04 | 1 | -2/+2 |
| | | | | executed in postrm phase. | ||||
* | Use --updaterev instead of --rev, thanks to Michał Górny ↵ | Krzysztof Pawlik | 2011-08-03 | 1 | -4/+4 |
| | | | | (mgorny@gentoo.org), see bug #367481. | ||||
* | Renamed x11-libs/Xaw3d to x11-libs/libXaw3d. | Matt Turner | 2011-08-02 | 1 | -2/+2 |
| | |||||
* | Implement support for multiple checkouts from one ebuild by cleaning up ↵ | Tomas Chvatal | 2011-07-30 | 1 | -16/+53 |
| | | | | environment. Also allow overriding unpacking of . This is required for live libreoffice ebuild. | ||||
* | Fix for Gentoo Prefix, bug 360939 | Jeremy Olexa | 2011-07-29 | 1 | -6/+13 |
| | |||||
* | Tweak plugins versioned list a bit more for 0.10.22 to avoid useless QA ↵ | Mart Raudsepp | 2011-07-29 | 1 | -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. Vicetto | 2011-07-29 | 1 | -8/+3 |
| | | | | issue - bug 375063. | ||||
* | systemd_dounit: fix for prefix | Zac Medico | 2011-07-28 | 1 | -2/+4 |
| | |||||
* | [eclass] Update eclass for KDE SC 4.7.0 | Alexey Shvetsov | 2011-07-27 | 1 | -6/+13 |
| | |||||
* | fix webapp-cleaner usage by eclass | Fabio Erculiani | 2011-07-27 | 1 | -2/+2 |
| | |||||
* | Don't assign EBZR_WC_PATH, nothing in the tree uses it. | Ulrich Müller | 2011-07-26 | 1 | -3/+2 |
| | |||||
* | if WEBAPP_OPTIONAL, do not source ETC_CONFIG if it doesn't exist | Fabio Erculiani | 2011-07-26 | 1 | -2/+7 |
| | |||||
* | Add EAPI 3 prefix compatibility. | Zac Medico | 2011-07-26 | 1 | -3/+4 |
| | |||||
* | Support all current EAPIs and use xz as compressor for upcoming releases. | Pacho Ramos | 2011-07-22 | 1 | -6/+22 |
| | |||||
* | Fixed a few bugs and added support for supplying custom ini files | Ole Markus With | 2011-07-22 | 1 | -2/+18 |
| | |||||
* | Provide ruby_implementations_depend() to facilitate ebuilds with ↵ | Hans de Graaff | 2011-07-22 | 1 | -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 installed | Ole Markus With | 2011-07-22 | 1 | -2/+1 |
| | |||||
* | Provide a convenience method to get a list of all ruby targets enabled by ↵ | Hans de Graaff | 2011-07-22 | 1 | -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 Graaff | 2011-07-22 | 1 | -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. Vicetto | 2011-07-21 | 1 | -2/+3 |
| | |||||
* | Added missing pkg* functions to EXPORT_FUNCTIONS - fixes bug 375765. | Jorge Manuel B. S. Vicetto | 2011-07-20 | 1 | -2/+2 |
| | |||||
* | [eclass/mysql-v2] Sync with overlay, exports pkg_config - bug 375705. | Jorge Manuel B. S. Vicetto | 2011-07-20 | 1 | -2/+2 |
| | |||||
* | epatch: use EPATCH_SOURCE as a [relative] search dir even when patches are ↵ | Mike Frysinger | 2011-07-20 | 1 | -1/+6 |
| | | | | specified on the command line | ||||
* | Add QA warning for deprecated * expansion in S. Use RUBY_S and EAPI=4 instead. | Hans de Graaff | 2011-07-19 | 1 | -1/+8 |
| | |||||
* | Add CMAKE_REMOVE_MODULES feature to force use of patched system cmake ↵ | Andreas K. Hüttel | 2011-07-18 | 1 | -1/+19 |
| | | | | modules where packages bring their own | ||||
* | Revert. | Ryan Hill | 2011-07-17 | 1 | -2/+2 |
| | |||||
* | Fix calling default_src_unpack in EAPI < 2. Use inlined default code instead. | Michał Górny | 2011-07-16 | 1 | -2/+6 |
| | |||||
* | Add RUBY_QA_ALLOWED_LIBS, bug 347433. | Hans de Graaff | 2011-07-16 | 1 | -1/+15 |
| | |||||
* | Bug #345659 - fix hardcoded /root/.gnome2 | Zac Medico | 2011-07-15 | 1 | -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. Vicetto | 2011-07-14 | 1 | -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. Johnson | 2011-07-13 | 3 | -23/+1076 |
| | |||||
* | Add mysql v2 eclass ready for newer mysql 5.1, and supporting mysql/mariadb ↵ | Robin H. Johnson | 2011-07-13 | 1 | -0/+732 |
| | | | | 5.5/5.6. Reviewed April 2011 on gentoo-dev mailing list. | ||||
* | Prepare for gst-plugins-bad-0.10.22 | Mart Raudsepp | 2011-07-13 | 1 | -2/+15 |
| | |||||
* | Prepare for gst-plugins-good-0.10.30 | Mart Raudsepp | 2011-07-13 | 1 | -1/+6 |
| | |||||
* | Altering vim patch logic to deal with monolithic patches (which include runtime | Jim Ramsay | 2011-07-13 | 1 | -4/+8 |
| | | | | file changes too) | ||||
* | Fixup a minor typo. | Jim Ramsay | 2011-07-13 | 1 | -3/+3 |
| | |||||
* | output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893 | Alexis Ballier | 2011-07-12 | 1 | -1/+2 |
| | |||||
* | Copy Portage's code for has -function to tests-common.sh. None of the ↵ | Samuli Suominen | 2011-07-12 | 1 | -2/+10 |
| | | | | eclasses use hasq anymore, so assuming this is safe. Feel free to yell at me if this breaks. | ||||
* | Close bug #374697 | Fabio Erculiani | 2011-07-12 | 1 | -2/+9 |
| | |||||
* | use -c rather than -S when testing flags so that we can check for assembler ↵ | Mike Frysinger | 2011-07-12 | 1 | -4/+4 |
| | | | | flags and not just compiler flags (which lets use check -Wa,--xxx flags #373743) | ||||
* | turn `ewarn` for dead flags into `die` | Mike Frysinger | 2011-07-12 | 1 | -70/+8 |
| | |||||
* | Revert last commit, as the old version was 1) making less assumptions about ↵ | Andreas K. Hüttel | 2011-07-11 | 1 | -4/+3 |
| | | | | gcc version numvers and 2) correct. | ||||
* | Detect the gcc version in a really saner conditional. | Tomas Chvatal | 2011-07-11 | 1 | -3/+4 |
| | |||||
* | Sync kde eclasses with kde overlay | Theo Chatzimichos | 2011-07-10 | 3 | -16/+24 |
| | |||||
* | Convert every instance of useq to use. | Samuli Suominen | 2011-07-08 | 4 | -11/+11 |
| | |||||
* | Convert every instance of hasq to has. | Samuli Suominen | 2011-07-08 | 23 | -75/+75 |
| | |||||
* | Fix handling of symlinks in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-07-08 | 1 | -5/+26 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Add initial support for PyPy. | Dirkjan Ochtman | 2011-07-08 | 1 | -25/+73 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Delete support for installation of Python packages for Python 3.0. | Dirkjan Ochtman | 2011-07-08 | 1 | -2/+2 |
| | | | | (Patch by Arfrever. Backported from python overlay.) | ||||
* | Add python_get_implementation_and_version(). | Dirkjan Ochtman | 2011-07-08 | 1 | -10/+59 |
| | | | | (Patch by Arfrever. Backported from python overlay.) |