Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a variable to explicit further required paths, useful for gems like ↵ | Diego Elio Pettenò | 2009-12-26 | 1 | -2/+13 |
| | | | | RedCloth. | ||||
* | Properly report the source copy phase. | Diego Elio Pettenò | 2009-12-25 | 1 | -2/+3 |
| | |||||
* | Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be ported | Jonathan Callen | 2009-12-25 | 1 | -39/+14 |
| | |||||
* | you never know what the future will bring (an IRIX port?) so don't rely on ↵ | Fabian Groffen | 2009-12-25 | 1 | -3/+2 |
| | | | | get_libdir always returning lib | ||||
* | Apply changes for prefix to qt4-build.eclass | Jonathan Callen | 2009-12-24 | 1 | -40/+233 |
| | |||||
* | dont need the binutils-config-1.9 sanity check anymore #297928 by Willard Dawson | Mike Frysinger | 2009-12-24 | 1 | -4/+1 |
| | |||||
* | Disallow using of ${python}, distutils_python_version() and ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-12-24 | 1 | -2/+51 |
| | | | | distutils_python_tkinter() in EAPI >=3. Add renaming of Python scripts containing versioned shebangs and generation of wrapper scripts. | ||||
* | Update EAPI checks. Add support for -2, -3, --only-ABI and --final-ABI ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-12-23 | 1 | -26/+283 |
| | | | | options of PYTHON(). Add python_set_active_version(). Add python_generate_wrapper_scripts(). | ||||
* | Fixes from kde overlay | Jonathan Callen | 2009-12-23 | 1 | -4/+4 |
| | |||||
* | Sync from kde-testing. Use NOCOLOR variable instead of some local one. | Tomas Chvatal | 2009-12-22 | 1 | -6/+2 |
| | |||||
* | Fix typo (qt4-build-edge -> qt4-build) | Jonathan Callen | 2009-12-22 | 1 | -3/+3 |
| | |||||
* | Remove cruft from qt4-build.eclass, in preparation for merging of prefix changes | Jonathan Callen | 2009-12-22 | 1 | -208/+73 |
| | |||||
* | Allow for multiple documentation directories. | Diego Elio Pettenò | 2009-12-21 | 1 | -4/+6 |
| | |||||
* | Remove usage of SANDBOX_DISABLED, per bug 107479 | Jonathan Callen | 2009-12-21 | 1 | -13/+4 |
| | |||||
* | Add a RAKE_FAKEGEM_BINWRAP variable. | Diego Elio Pettenò | 2009-12-20 | 1 | -1/+23 |
| | | | | | This way to just add command wrapping we won't be needing to define a function. This also defaults, the same as original rubygems, to all the binaries installed, but it can be tweaked. | ||||
* | when upgrading in same slot, run gcc-config earlier to make sure the profile ↵ | Mike Frysinger | 2009-12-20 | 1 | -1/+4 |
| | | | | is sane for fix_libtool_files to probe gcc | ||||
* | send gcc-config errors to /dev/null rather than trying to grep them out #290437 | Mike Frysinger | 2009-12-20 | 1 | -3/+2 |
| | |||||
* | use emake when generating info pages | Mike Frysinger | 2009-12-19 | 1 | -2/+2 |
| | |||||
* | Bug #297392 - Remove extra leading slash in epatch_user() output. | Zac Medico | 2009-12-19 | 1 | -2/+2 |
| | |||||
* | Bug #297255 - When converting $mycmakeargs to an array inside | Zac Medico | 2009-12-18 | 1 | -4/+8 |
| | | | | | enable_cmake-utils_src_configure(), use a local variable since <=portage-2.1.6.x does not support global arrays. | ||||
* | Use "rsync" instead of "bzr export", bug 280211. | Ulrich Müller | 2009-12-18 | 1 | -19/+23 |
| | | | | | Don't always refetch for non-lightweight checkouts, bug 296733. Some fixes of whitespace and comments. | ||||
* | Remove extra leftover braces from removed "|| die" | Jonathan Callen | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | Add support for git submodules. Per bug #269491. | Tomas Chvatal | 2009-12-16 | 1 | -40/+67 |
| | |||||
* | Change the binary wrapper code. | Diego Elio Pettenò | 2009-12-16 | 1 | -2/+3 |
| | | | | | | | | | | Instead of using the Gem code to find the gem itself (which only worked for gems whose library was named after the gem, and failed for spec and other packages), ask Gem for its system path (which will be dynamic depending on the Ruby implementation used) and affix the hardcoded relative path of the wrapper (which we know at merge time). Tested with rake, bluecloth, rspec, Ruby 1.8, 1.9 and JRuby. | ||||
* | Fix and extend documentation. | Diego Elio Pettenò | 2009-12-15 | 1 | -3/+14 |
| | |||||
* | Initial commit of qt4-r2.eclass | Dominik Kapusta | 2009-12-15 | 1 | -0/+273 |
| | |||||
* | Use the fakegem name and version vars for the source uri. | Diego Elio Pettenò | 2009-12-15 | 1 | -3/+3 |
| | |||||
* | Provide a default SRC_URI. | Diego Elio Pettenò | 2009-12-15 | 1 | -1/+3 |
| | |||||
* | Don't clear DATESTAMP and thus __GLIBCXX__, #296800 | Harald van Dijk | 2009-12-14 | 1 | -2/+1 |
| | |||||
* | Updates from kde overlay | Jonathan Callen | 2009-12-14 | 4 | -23/+33 |
| | |||||
* | Add ruby-fakegem.eclass | Alex Legler | 2009-12-14 | 1 | -0/+264 |
| | |||||
* | it's 2009 | Alex Legler | 2009-12-14 | 1 | -2/+2 |
| | |||||
* | Adding epatch_user to kernel-2 eclass | Mike Pagano | 2009-12-13 | 1 | -1/+4 |
| | |||||
* | Forgot the argument for the nice output of the QA check. | Robin H. Johnson | 2009-12-11 | 1 | -8/+8 |
| | |||||
* | Implement EHG_QUIET similar to EGIT_QUIET if you need more Mercurial output ↵ | Robin H. Johnson | 2009-12-11 | 1 | -4/+10 |
| | | | | to see why a clone or pull is doing or failing. | ||||
* | Add a QA warning if you call linux_chkconfig* and linux_config* was not called. | Robin H. Johnson | 2009-12-11 | 1 | -4/+32 |
| | |||||
* | Better legacy-mode support for linux-info until the migration is completed, ↵ | Robin H. Johnson | 2009-12-11 | 1 | -2/+2 |
| | | | | thanks to darkside_ for finding the issue. | ||||
* | use eshopts_{push,pop} helpers | Mike Frysinger | 2009-12-11 | 1 | -4/+3 |
| | |||||
* | add new eshopts_{push,pop} functions to simplify mucking with shell options | Mike Frysinger | 2009-12-11 | 1 | -6/+49 |
| | |||||
* | Silence an unneeded warning | Jonathan Callen | 2009-12-10 | 1 | -2/+3 |
| | |||||
* | Update cmake-utils.eclass and kde4-*.eclass from kde overlay | Jonathan Callen | 2009-12-10 | 4 | -74/+137 |
| | |||||
* | Fix paste typo. | Robin H. Johnson | 2009-12-10 | 1 | -2/+2 |
| | |||||
* | revert previous commit; we want gcj pc file for both native and cross ↵ | Mike Frysinger | 2009-12-09 | 1 | -9/+4 |
| | | | | toolchains so *other packages* can find & link against gcj | ||||
* | Unpack/compile support for xtradb. | Robin H. Johnson | 2009-12-09 | 1 | -4/+26 |
| | |||||
* | Only offer IUSE=pbxt/xtradb IF the patches are available for the version in ↵ | Robin H. Johnson | 2009-12-09 | 1 | -2/+4 |
| | | | | question. | ||||
* | Add in initial support for Percona XtraDB for the new 5.1 ebuilds. Again ↵ | Robin H. Johnson | 2009-12-09 | 1 | -3/+22 |
| | | | | thanks to jmbsvicetto (reformatted slightly). | ||||
* | Add eclass documentation and clean up EAPI version checks, thanks to ↵ | Robin H. Johnson | 2009-12-09 | 1 | -12/+73 |
| | | | | jmbsvicetto for the work. | ||||
* | tweak handling of default vars so that eclass-manpages can better pick ↵ | Mike Frysinger | 2009-12-09 | 1 | -13/+5 |
| | | | | things out | ||||
* | tweak default EBZR_STORE_DIR value to something eclass-manpages can easily parse | Mike Frysinger | 2009-12-09 | 1 | -3/+2 |
| | |||||
* | econf already dies; use base_src_compile instead of rolling our own (less ↵ | Michael Sterrett | 2009-12-09 | 1 | -5/+4 |
| | | | | featureful) one. |