Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust eclasses to support new handbook useflag, also keep backcompat with ↵ | Tomas Chvatal | 2009-06-04 | 3 | -27/+51 |
| | | | | old doc handling (will be dropped). Depend on qt4.5 and add variable allowing to override this. Linugas handling update. | ||||
* | Remove obsolete JAVA_PKG_VNEED support. | Alistair Bush | 2009-06-02 | 1 | -85/+3 |
| | |||||
* | update texts on ffi, these functions are actually not used anywhere (I know of) | Fabian Groffen | 2009-06-01 | 1 | -9/+3 |
| | |||||
* | Update linguas detection code to work as expected. | Tomas Chvatal | 2009-05-31 | 1 | -1/+4 |
| | |||||
* | Deprecate tetex-2.eclass since it is no longer used. | Ulrich Müller | 2009-05-30 | 1 | -99/+2 |
| | |||||
* | Use autopatcher from base eclass | Markos Chandras | 2009-05-29 | 1 | -3/+12 |
| | |||||
* | Update sword-module deps, bug 261514 | Steve Dibb | 2009-05-29 | 1 | -3/+2 |
| | |||||
* | Make qt-modules be on the same version. Thanks to Alex 'wired' Alexander | Markos Chandras | 2009-05-29 | 1 | -2/+31 |
| | |||||
* | update to kde4-meta eclass. This fixes paludis QA warnings for some koffice | Robert Piasek | 2009-05-29 | 1 | -3/+8 |
| | | | | | | apps which didn't have openexr in IUSE. Signed-of by: Scarabeus | ||||
* | Remove not needed warning about non-existent push. Fix CMAKE_BUILD_DIR ↵ | Tomas Chvatal | 2009-05-29 | 1 | -9/+11 |
| | | | | variable if insource build specified as local variable in some src_ function only. | ||||
* | Update kde4 eclasses from kde-testing. Mostly minor sinc. Introduce support ↵ | Tomas Chvatal | 2009-05-28 | 3 | -42/+75 |
| | | | | for stable koffice2 | ||||
* | Add support for PYTHON_USE_WITH* variables | Petteri Räty | 2009-05-27 | 1 | -2/+77 |
| | |||||
* | Add comment to CMAKE_BUILD_DIR variable. Describing what for it is. | Tomas Chvatal | 2009-05-27 | 1 | -2/+7 |
| | |||||
* | Add depend.apache_pkg_setup() and don't call use() in functions called in ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-05-26 | 1 | -14/+37 |
| | | | | "depend" phase (bug #268371). | ||||
* | fix another think-o in append-flags unification #271141 by Sebastian Lechte | Mike Frysinger | 2009-05-26 | 1 | -2/+2 |
| | |||||
* | Remove comment line from example site-init file | Christian Faulhammer | 2009-05-25 | 1 | -3/+1 |
| | |||||
* | Add fix for bug #262105, sparc-only | Raúl Porcel | 2009-05-24 | 1 | -1/+2 |
| | |||||
* | gen_usr_ldscript: | Fabian Groffen | 2009-05-24 | 1 | -16/+103 |
| | | | | | | | | | | | | | | | | * remove old USERLAND=Darwin hack * add install_name adjusting case for Darwin * add symlink creating cases for IRIX, AIX and HPUX * likewise for Interix and Windows * add support for -a for all platforms * add EPREFIX for Prefix compatability (could use inherit prefix for definition of EPREFIX variable) tc-is-static-only: * added function, currently only returning true for FreeMiNT (no shared libraries) reviewed by vapier | ||||
* | typo fix: cpp->c for append-cflags | Michael Sterrett | 2009-05-24 | 1 | -2/+2 |
| | |||||
* | add a dedicated append-cflags function and define append-flags in terms of ↵ | Mike Frysinger | 2009-05-23 | 1 | -5/+14 |
| | | | | other append-*flags functions | ||||
* | rever previous change | Mike Frysinger | 2009-05-23 | 1 | -11/+2 |
| | |||||
* | do not strip -fno-omit-frame-pointer #270497 by Mart Raudsepp | Mike Frysinger | 2009-05-23 | 2 | -5/+14 |
| | |||||
* | Change the blocker from generic dev-ruby/rdoc to rdoc earlier than 2. | Diego Elio Pettenò | 2009-05-23 | 1 | -4/+4 |
| | | | | We're going to need an rdoc-2 one day. | ||||
* | I forgot to remove a temporary workaround | Markos Chandras | 2009-05-23 | 1 | -8/+1 |
| | |||||
* | Prepare eclasses for eclass-manpage package. Clean up qt4.eclass. Thanks to ↵ | Markos Chandras | 2009-05-22 | 2 | -31/+85 |
| | | | | mren and Davide for the help.Fixes bug 209626 | ||||
* | add support for bash arrays in PATCHES, grabbed from base.eclass, maybe this ↵ | Alexis Ballier | 2009-05-22 | 1 | -4/+10 |
| | | | | should be factorized, we'll see about that later | ||||
* | Use dosym in java_pkg-doso and fix few debug prints. Patch by Davide ↵ | Vlastimil Babka | 2009-05-19 | 1 | -8/+5 |
| | | | | Pesavento <davidepesa@gmail.com> in bug #251500. | ||||
* | Allow either gzipped or uncompressed patches in the tarball. | Jim Ramsay | 2009-05-18 | 1 | -5/+24 |
| | | | | | | | Also removed date-seeking regexp to find first and second lines of the patch since as of 7.2.167 the date format in all vim.org patches has changed. It is less work (while marginally less correct) to just look for lines that start with '***' and do not end with '****' (and "---" / "----" for the second line). | ||||
* | Replace the “latest” string with the correct version during the ↵ | Diego Elio Pettenò | 2009-05-18 | 1 | -3/+8 |
| | | | | | | | | | | | | autotools_run_tool. Instead of doing that during the main evaluation, wait for it, so that it's done at the very last moment; this solves bug #270010 properly, without forcing an older automake version. It should also be possible to move the latest handling into the wrappers and use them if the new version is present, but that's another problem. | ||||
* | Minor fix on CONFIG variable. Fixes bug 269631 | Markos Chandras | 2009-05-17 | 1 | -2/+2 |
| | |||||
* | add QMAKE_STRIP on qmake parameters. Fixes bug 269942 | Markos Chandras | 2009-05-17 | 1 | -1/+2 |
| | |||||
* | x should be declared local. Bug 264466. Thanks to Ulm for noticing and ↵ | Peter Alfredsen | 2009-05-17 | 1 | -1/+2 |
| | | | | cattleprodding me. | ||||
* | Restrict tests for gstreamer external plugins, they don't work with the ↵ | Olivier Crête | 2009-05-16 | 4 | -4/+8 |
| | | | | split ebuilds | ||||
* | gst-plugins-bad: Remove vcd from list of plugins with deps | Olivier Crête | 2009-05-16 | 1 | -2/+2 |
| | |||||
* | Pass --no-as-needed as well as --as-needed otherwise blacklisting will fail. ↵ | Diego Elio Pettenò | 2009-05-16 | 3 | -6/+6 |
| | | | | Closes bug #269933. | ||||
* | Assign qt3.eclass maintainership to qt@gentoo.org instead of inactive dev | Ben de Groot | 2009-05-15 | 1 | -2/+2 |
| | |||||
* | Remove no longer used kdeprefix check from koffice. thanks mr_bones_ for report | Tomas Chvatal | 2009-05-14 | 1 | -6/+4 |
| | |||||
* | Allow redefinition of git storage dir. Per jilec request on irc. I cant ↵ | Tomas Chvatal | 2009-05-14 | 1 | -2/+3 |
| | | | | think of any harm from this, so commiting. | ||||
* | update the x-modular eclass to what was in the X11 overlay : | Rémi Cardona | 2009-05-14 | 1 | -27/+53 |
| | | | | | | - EAPI=2 support - regroup all the "inherit" logic near the top - improved live git ebuild support | ||||
* | Fix typo | Christian Faulhammer | 2009-05-14 | 1 | -2/+2 |
| | |||||
* | Add export for kdedir when not working in kde-base. | Tomas Chvatal | 2009-05-13 | 1 | -6/+10 |
| | |||||
* | Make the search for external scripts smarter | Joe Sapp | 2009-05-13 | 1 | -2/+2 |
| | |||||
* | Might fix bug 261412 | Markos Chandras | 2009-05-12 | 1 | -1/+6 |
| | |||||
* | New KDE 3 eclasses, that support EAPI 2 kde3 ebuilds | Theo Chatzimichos | 2009-05-12 | 3 | -34/+86 |
| | | | | and they prefix kde3 misc apps in /usr/kde/3.5 by default | ||||
* | Use export XDG_CONFIG_HOME="${T}" to avoid sandbox violations | Markos Chandras | 2009-05-12 | 1 | -1/+3 |
| | |||||
* | Minor fix on eclass | Markos Chandras | 2009-05-12 | 1 | -4/+5 |
| | |||||
* | Parallel-make support was added in gnustep-make 2.2.0 | Bernard Cafarelli | 2009-05-11 | 1 | -4/+6 |
| | |||||
* | Add possibility of not including Subversion in DEPEND. | Arfrever Frehtes Taifersar Arahesis | 2009-05-10 | 1 | -12/+26 |
| | | | | Run 'svn upgrade' to automatically upgrade working copies. | ||||
* | binutils >= 2.18 is GPL-3 | Mark Loeser | 2009-05-10 | 1 | -3/+7 |
| | |||||
* | add USE=gold support #266282 and depend on binutils-config-1.9 for everyone | Mike Frysinger | 2009-05-09 | 1 | -8/+5 |
| |