summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add a variable to explicit further required paths, useful for gems like ↵Diego Elio Pettenò2009-12-261-2/+13
| | | | RedCloth.
* Properly report the source copy phase.Diego Elio Pettenò2009-12-251-2/+3
|
* Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be portedJonathan Callen2009-12-251-39/+14
|
* you never know what the future will bring (an IRIX port?) so don't rely on ↵Fabian Groffen2009-12-251-3/+2
| | | | get_libdir always returning lib
* Apply changes for prefix to qt4-build.eclassJonathan Callen2009-12-241-40/+233
|
* dont need the binutils-config-1.9 sanity check anymore #297928 by Willard DawsonMike Frysinger2009-12-241-4/+1
|
* Disallow using of ${python}, distutils_python_version() and ↵Arfrever Frehtes Taifersar Arahesis2009-12-241-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 Arahesis2009-12-231-26/+283
| | | | options of PYTHON(). Add python_set_active_version(). Add python_generate_wrapper_scripts().
* Fixes from kde overlayJonathan Callen2009-12-231-4/+4
|
* Sync from kde-testing. Use NOCOLOR variable instead of some local one.Tomas Chvatal2009-12-221-6/+2
|
* Fix typo (qt4-build-edge -> qt4-build)Jonathan Callen2009-12-221-3/+3
|
* Remove cruft from qt4-build.eclass, in preparation for merging of prefix changesJonathan Callen2009-12-221-208/+73
|
* Allow for multiple documentation directories.Diego Elio Pettenò2009-12-211-4/+6
|
* Remove usage of SANDBOX_DISABLED, per bug 107479Jonathan Callen2009-12-211-13/+4
|
* Add a RAKE_FAKEGEM_BINWRAP variable.Diego Elio Pettenò2009-12-201-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 Frysinger2009-12-201-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 #290437Mike Frysinger2009-12-201-3/+2
|
* use emake when generating info pagesMike Frysinger2009-12-191-2/+2
|
* Bug #297392 - Remove extra leading slash in epatch_user() output.Zac Medico2009-12-191-2/+2
|
* Bug #297255 - When converting $mycmakeargs to an array insideZac Medico2009-12-181-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üller2009-12-181-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 Callen2009-12-161-2/+2
|
* Add support for git submodules. Per bug #269491.Tomas Chvatal2009-12-161-40/+67
|
* Change the binary wrapper code.Diego Elio Pettenò2009-12-161-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-151-3/+14
|
* Initial commit of qt4-r2.eclassDominik Kapusta2009-12-151-0/+273
|
* Use the fakegem name and version vars for the source uri.Diego Elio Pettenò2009-12-151-3/+3
|
* Provide a default SRC_URI.Diego Elio Pettenò2009-12-151-1/+3
|
* Don't clear DATESTAMP and thus __GLIBCXX__, #296800Harald van Dijk2009-12-141-2/+1
|
* Updates from kde overlayJonathan Callen2009-12-144-23/+33
|
* Add ruby-fakegem.eclassAlex Legler2009-12-141-0/+264
|
* it's 2009Alex Legler2009-12-141-2/+2
|
* Adding epatch_user to kernel-2 eclassMike Pagano2009-12-131-1/+4
|
* Forgot the argument for the nice output of the QA check.Robin H. Johnson2009-12-111-8/+8
|
* Implement EHG_QUIET similar to EGIT_QUIET if you need more Mercurial output ↵Robin H. Johnson2009-12-111-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. Johnson2009-12-111-4/+32
|
* Better legacy-mode support for linux-info until the migration is completed, ↵Robin H. Johnson2009-12-111-2/+2
| | | | thanks to darkside_ for finding the issue.
* use eshopts_{push,pop} helpersMike Frysinger2009-12-111-4/+3
|
* add new eshopts_{push,pop} functions to simplify mucking with shell optionsMike Frysinger2009-12-111-6/+49
|
* Silence an unneeded warningJonathan Callen2009-12-101-2/+3
|
* Update cmake-utils.eclass and kde4-*.eclass from kde overlayJonathan Callen2009-12-104-74/+137
|
* Fix paste typo.Robin H. Johnson2009-12-101-2/+2
|
* revert previous commit; we want gcj pc file for both native and cross ↵Mike Frysinger2009-12-091-9/+4
| | | | toolchains so *other packages* can find & link against gcj
* Unpack/compile support for xtradb.Robin H. Johnson2009-12-091-4/+26
|
* Only offer IUSE=pbxt/xtradb IF the patches are available for the version in ↵Robin H. Johnson2009-12-091-2/+4
| | | | question.
* Add in initial support for Percona XtraDB for the new 5.1 ebuilds. Again ↵Robin H. Johnson2009-12-091-3/+22
| | | | thanks to jmbsvicetto (reformatted slightly).
* Add eclass documentation and clean up EAPI version checks, thanks to ↵Robin H. Johnson2009-12-091-12/+73
| | | | jmbsvicetto for the work.
* tweak handling of default vars so that eclass-manpages can better pick ↵Mike Frysinger2009-12-091-13/+5
| | | | things out
* tweak default EBZR_STORE_DIR value to something eclass-manpages can easily parseMike Frysinger2009-12-091-3/+2
|
* econf already dies; use base_src_compile instead of rolling our own (less ↵Michael Sterrett2009-12-091-5/+4
| | | | featureful) one.