Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix db_src_install_usrbinslot to proper SLOT again (#318367) and add a die | 2010-05-04 | 1 | -2/+3 | |
| | |||||
* | Bug #313637: Fix versioning of libdb_stl.a. Also clean up the eclass for ↵ | 2010-05-04 | 1 | -24/+28 | |
| | | | | quoting and a slight refactor. | ||||
* | Bug #275652: Install examples with USE=examples. | 2010-05-03 | 1 | -2/+16 | |
| | |||||
* | Bug #253312: implement parallel tests for sys-libs/db. | 2010-05-03 | 1 | -5/+17 | |
| | |||||
* | Bug #263797: Do not run the sys-libs/db testsuite as root. | 2010-05-03 | 1 | -1/+6 | |
| | |||||
* | Use PYTHON_USE_WITH_OPT to only pull in python when actually required. Bug ↵ | 2010-05-03 | 1 | -1/+2 | |
| | | | | #317939 | ||||
* | Fix typo. | 2010-05-02 | 1 | -2/+2 | |
| | |||||
* | Bug #318095: Improve K_SECURITY_UNSUPPORTED messages for deblobbing. Based a ↵ | 2010-05-02 | 1 | -4/+9 | |
| | | | | patch by Ulrich Müller <ulm@gentoo.org>. | ||||
* | Don't print errors during unpack because the directory does not exist yet. | 2010-05-01 | 1 | -2/+2 | |
| | |||||
* | Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSION | 2010-04-30 | 1 | -4/+4 | |
| | |||||
* | Allow changing the minimum required cmake version | 2010-04-30 | 1 | -2/+8 | |
| | |||||
* | Create a special handling of S variable for github-based packages. | 2010-04-30 | 1 | -2/+11 | |
| | | | | | | Since using GitHub is widely common for Ruby packages, especially those not packaging the tests within the gem, we would be reimplementing this so many times that it's worth special casing here. | ||||
* | Skip the src_configure of java-ant-2.eclass when java-pkg-opt-2 is inherited ↵ | 2010-04-29 | 1 | -1/+6 | |
| | | | | and java USE flag is disabled, to prevent bugs like #317673. | ||||
* | Support version globbing when checking dependencies, bug #315123. | 2010-04-28 | 1 | -2/+3 | |
| | |||||
* | Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve ↵ | 2010-04-27 | 1 | -30/+122 | |
| | | | | plugin handling. | ||||
* | Add EAPI-3/Prefix support, bug #312531 | 2010-04-26 | 1 | -6/+7 | |
| | |||||
* | Adding a ruby_rbconfig_value function to ruby-ng.eclass for easy access even ↵ | 2010-04-26 | 1 | -4/+11 | |
| | | | | to not regularly needed rbconfig data | ||||
* | Keep a mostly-internal variable of the latest version of the deblob tool ↵ | 2010-04-26 | 1 | -5/+11 | |
| | | | | releases by the upstream libre-sources guys, this saves us updating K_DEBLOB_AVAILABLE quite so often, but we need to remember to redigest sources ebuilds when we DO change the this variable instead. | ||||
* | Document the new deblob control variables, after renaming them to match the ↵ | 2010-04-26 | 1 | -7/+14 | |
| | | | | existing pattern. | ||||
* | Bug #266157: Deblob support for libre kernels. | 2010-04-26 | 1 | -3/+46 | |
| | |||||
* | Refactor debug-print-kernel2-variables to make it faster to add new stuff. | 2010-04-26 | 1 | -16/+6 | |
| | |||||
* | Add more variables to the debug output list when it does fire. | 2010-04-26 | 1 | -1/+4 | |
| | |||||
* | While working on the libre-sources bug, I noticed that some of the kernel ↵ | 2010-04-26 | 1 | -2/+9 | |
| | | | | sources ebuilds out there have OKV set, but NOT KV_*, leading kernel_is to always return false. Check all of the variables we need for safety instead. | ||||
* | Add support for hardfloat toolchains, acked by vapier | 2010-04-25 | 1 | -1/+2 | |
| | |||||
* | Add in lto use flag, and cleaning up of python scripts for gcc-4.5 | 2010-04-24 | 1 | -1/+16 | |
| | |||||
* | Add EROOT (EAPI3) support to vim-doc & vim-spell eclasses | 2010-04-23 | 2 | -5/+7 | |
| | |||||
* | Use hardfloat only if hardfloat is true | 2010-04-23 | 1 | -3/+3 | |
| | |||||
* | Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target ↵ | 2010-04-22 | 1 | -2/+15 | |
| | | | | doesn't support softfloat', acked by vapier, bug #315987 | ||||
* | Drop epatch_user, already executed by base eclass. Thx to sedzimir. | 2010-04-22 | 1 | -2/+1 | |
| | |||||
* | Add PERL_EXPORT_PHASE_FUNCTIONS and move perl-helper functions back to ↵ | 2010-04-22 | 2 | -132/+147 | |
| | | | | perl-module | ||||
* | Enable hardvfp if *eabi, if *hardfloat*, if gcc-4.5 and if arm, bug #315987, ↵ | 2010-04-20 | 1 | -1/+7 | |
| | | | | acked by vapier | ||||
* | Add new function font_cleanup_dirs, called in pkg_postrm, to clean up font ↵ | 2010-04-20 | 1 | -1/+36 | |
| | | | | directories that only contain generated files (bug #315369). Based on code taken from xorg-2.eclass. Note that due to portage caching pkg_postrm, currently installed font packages will not trigger this code until the second time they are reinstalled. | ||||
* | handle yet newer style of gold+bfd parallel installs configure option ↵ | 2010-04-19 | 1 | -2/+4 | |
| | | | | #315995 by Johannes Nixdorf | ||||
* | make_desktop_entry: use printf %b to make arg passing simpler since we only ↵ | 2010-04-19 | 1 | -2/+2 | |
| | | | | want to support embedded escape sequences | ||||
* | use mozconfig_use_enable where appropriate | 2010-04-18 | 1 | -11/+4 | |
| | |||||
* | Add perl-helper.eclass (#302183) and update perl-module.eclass per ↵ | 2010-04-17 | 2 | -96/+179 | |
| | | | | <http://archives.gentoo.org/gentoo-dev/msg_82ff2383bd5836dda541d0b2b4685ec8.xml>. Add support for EAPI=3 (#310513). Removes "AppleDouble encoded Macintosh files" (#268497) | ||||
* | Add quotes around variables that could contain spaces in paths. Fixes bug ↵ | 2010-04-17 | 1 | -5/+5 | |
| | | | | #315961. Thanks to Michał Górny <gentoo@mgorny.alt.pl>. | ||||
* | Apply interix *vim workaround to eclass, bug 310991 | 2010-04-15 | 1 | -2/+11 | |
| | |||||
* | Fix eqmake4 when passed args with spaces | 2010-04-15 | 1 | -4/+4 | |
| | |||||
* | drop spurious arg to popd #314493 | 2010-04-14 | 1 | -2/+2 | |
| | |||||
* | rewrite ELT_walk_patches to handle path name as well as locale issues ↵ | 2010-04-14 | 1 | -30/+25 | |
| | | | | pointed out by Michał Górny #314493 | ||||
* | Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated. | 2010-04-12 | 1 | -1/+2 | |
| | |||||
* | Display compiler and linker flags - a lousy compromise between excessive ↵ | 2010-04-10 | 1 | -12/+18 | |
| | | | | verbosity and hiding relevant information | ||||
* | Drop accessibility requirement on qt. Per bug #309677 | 2010-04-07 | 1 | -3/+3 | |
| | |||||
* | Due to portage's environment filtering, variables that start with BASH_ ↵ | 2010-04-07 | 2 | -10/+10 | |
| | | | | cannot be used. As such, s/BASH_COMPLETION_NAME/BASHCOMPLETION_NAME/g for bug 312671 | ||||
* | Use split-ebuild patches from one tarball | 2010-04-06 | 1 | -21/+23 | |
| | |||||
* | Add ruby_get_version() and ruby_get_implementation() convenience helper ↵ | 2010-04-05 | 1 | -1/+27 | |
| | | | | functions | ||||
* | Also remove x and opengl from the plugin list. None of the in-tree -bad ↵ | 2010-04-05 | 1 | -4/+2 | |
| | | | | package versions have these either. There are X plugins in -base and -good, and a separate opengl related tarball in existence for these things by now. | ||||
* | Remove old plugin entries that are not present in any -bad packages ↵ | 2010-04-05 | 1 | -17/+4 | |
| | | | | remaining in tree anymore. These are safe to remove, as this list is only used during package compilation, never during unmerge. This reduces the amount of QA warnings from unrecognized configure options and just cleans up the list for maintainability. Update comments accordingly. | ||||
* | Prepare for gst-plugins-bad-0.10.18 - has new flite split plugin and ivorbis ↵ | 2010-04-05 | 1 | -4/+4 | |
| | | | | removed |