| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PYTHON_USE_WITH_OPT to only pull in python when actually required. Bug #3... | Jim Ramsay | 2010-05-03 | 1 | -1/+2 |
* | Fix typo. | Ulrich Müller | 2010-05-02 | 1 | -2/+2 |
* | Bug #318095: Improve K_SECURITY_UNSUPPORTED messages for deblobbing. Based a ... | Robin H. Johnson | 2010-05-02 | 1 | -4/+9 |
* | Don't print errors during unpack because the directory does not exist yet. | Diego Elio Pettenò | 2010-05-01 | 1 | -2/+2 |
* | Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSION | Jonathan Callen | 2010-04-30 | 1 | -4/+4 |
* | Allow changing the minimum required cmake version | Jonathan Callen | 2010-04-30 | 1 | -2/+8 |
* | Create a special handling of S variable for github-based packages. | Diego Elio Pettenò | 2010-04-30 | 1 | -2/+11 |
* | Skip the src_configure of java-ant-2.eclass when java-pkg-opt-2 is inherited ... | Vlastimil Babka | 2010-04-29 | 1 | -1/+6 |
* | Support version globbing when checking dependencies, bug #315123. | Vlastimil Babka | 2010-04-28 | 1 | -2/+3 |
* | Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve plugi... | Robin H. Johnson | 2010-04-27 | 1 | -30/+122 |
* | Add EAPI-3/Prefix support, bug #312531 | Jonathan Callen | 2010-04-26 | 1 | -6/+7 |
* | Adding a ruby_rbconfig_value function to ruby-ng.eclass for easy access even ... | Alex Legler | 2010-04-26 | 1 | -4/+11 |
* | Keep a mostly-internal variable of the latest version of the deblob tool rele... | Robin H. Johnson | 2010-04-26 | 1 | -5/+11 |
* | Document the new deblob control variables, after renaming them to match the e... | Robin H. Johnson | 2010-04-26 | 1 | -7/+14 |
* | Bug #266157: Deblob support for libre kernels. | Robin H. Johnson | 2010-04-26 | 1 | -3/+46 |
* | Refactor debug-print-kernel2-variables to make it faster to add new stuff. | Robin H. Johnson | 2010-04-26 | 1 | -16/+6 |
* | Add more variables to the debug output list when it does fire. | Robin H. Johnson | 2010-04-26 | 1 | -1/+4 |
* | While working on the libre-sources bug, I noticed that some of the kernel sou... | Robin H. Johnson | 2010-04-26 | 1 | -2/+9 |
* | Add support for hardfloat toolchains, acked by vapier | Raúl Porcel | 2010-04-25 | 1 | -1/+2 |
* | Add in lto use flag, and cleaning up of python scripts for gcc-4.5 | Mark Loeser | 2010-04-24 | 1 | -1/+16 |
* | Add EROOT (EAPI3) support to vim-doc & vim-spell eclasses | Jeremy Olexa | 2010-04-23 | 2 | -5/+7 |
* | Use hardfloat only if hardfloat is true | Raúl Porcel | 2010-04-23 | 1 | -3/+3 |
* | Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target doesn... | Raúl Porcel | 2010-04-22 | 1 | -2/+15 |
* | Drop epatch_user, already executed by base eclass. Thx to sedzimir. | Tomas Chvatal | 2010-04-22 | 1 | -2/+1 |
* | Add PERL_EXPORT_PHASE_FUNCTIONS and move perl-helper functions back to perl-m... | Torsten Veller | 2010-04-22 | 2 | -132/+147 |
* | Enable hardvfp if *eabi, if *hardfloat*, if gcc-4.5 and if arm, bug #315987, ... | Raúl Porcel | 2010-04-20 | 1 | -1/+7 |
* | Add new function font_cleanup_dirs, called in pkg_postrm, to clean up font di... | Ryan Hill | 2010-04-20 | 1 | -1/+36 |
* | handle yet newer style of gold+bfd parallel installs configure option #315995... | Mike Frysinger | 2010-04-19 | 1 | -2/+4 |
* | make_desktop_entry: use printf %b to make arg passing simpler since we only w... | Mike Frysinger | 2010-04-19 | 1 | -2/+2 |
* | use mozconfig_use_enable where appropriate | Jory Pratt | 2010-04-18 | 1 | -11/+4 |
* | Add perl-helper.eclass (#302183) and update perl-module.eclass per <http://ar... | Torsten Veller | 2010-04-17 | 2 | -96/+179 |
* | Add quotes around variables that could contain spaces in paths. Fixes bug #31... | Petteri Räty | 2010-04-17 | 1 | -5/+5 |
* | Apply interix *vim workaround to eclass, bug 310991 | Jeremy Olexa | 2010-04-15 | 1 | -2/+11 |
* | Fix eqmake4 when passed args with spaces | Jonathan Callen | 2010-04-15 | 1 | -4/+4 |
* | drop spurious arg to popd #314493 | Mike Frysinger | 2010-04-14 | 1 | -2/+2 |
* | rewrite ELT_walk_patches to handle path name as well as locale issues pointed... | Mike Frysinger | 2010-04-14 | 1 | -30/+25 |
* | Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated. | Tomas Chvatal | 2010-04-12 | 1 | -1/+2 |
* | Display compiler and linker flags - a lousy compromise between excessive verb... | Maciej Mrozowski | 2010-04-10 | 1 | -12/+18 |
* | Drop accessibility requirement on qt. Per bug #309677 | Tomas Chvatal | 2010-04-07 | 1 | -3/+3 |
* | Due to portage's environment filtering, variables that start with BASH_ canno... | Jeremy Olexa | 2010-04-07 | 2 | -10/+10 |
* | Use split-ebuild patches from one tarball | Maciej Mrozowski | 2010-04-06 | 1 | -21/+23 |
* | Add ruby_get_version() and ruby_get_implementation() convenience helper funct... | Alex Legler | 2010-04-05 | 1 | -1/+27 |
* | Also remove x and opengl from the plugin list. None of the in-tree -bad packa... | Mart Raudsepp | 2010-04-05 | 1 | -4/+2 |
* | Remove old plugin entries that are not present in any -bad packages remaining... | Mart Raudsepp | 2010-04-05 | 1 | -17/+4 |
* | Prepare for gst-plugins-bad-0.10.18 - has new flite split plugin and ivorbis ... | Mart Raudsepp | 2010-04-05 | 1 | -4/+4 |
* | Fix the plugins list: stop automagically building zbar, cog and rsvg split pl... | Mart Raudsepp | 2010-04-05 | 1 | -7/+14 |
* | Add -0 to xargs since input is NULL delimited. Thanks to Dror for catching. | Ryan Hill | 2010-04-03 | 1 | -2/+2 |
* | Add deprecation notices to the old ruby eclasses. | Hans de Graaff | 2010-04-03 | 3 | -3/+15 |
* | Fully validate and clean up plugin list for current versions. Reorder them pe... | Mart Raudsepp | 2010-04-03 | 1 | -6/+10 |
* | ruby-ng.eclass: Add support for targets with different flag and executable na... | Alex Legler | 2010-04-02 | 1 | -2/+11 |