Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | epatch: split common opts out from what devs usually want to control, and ↵ | Mike Frysinger | 2012-04-20 | 1 | -6/+34 |
| | | | | allow flags to be passed directly to epatch | ||||
* | Typo | Patrick Lauer | 2012-04-20 | 2 | -3/+6 |
| | |||||
* | Extending eclass for apache 2.4 | Patrick Lauer | 2012-04-20 | 2 | -3/+23 |
| | |||||
* | Overhaul *FLAGS handling in eqmake4() to fix bug 361303. Thanks to Michael ↵ | Davide Pesavento | 2012-04-19 | 2 | -8/+15 |
| | | | | (kensington) for the patch. | ||||
* | No ewarns even if tar misses some files on unpack, as that is so common it's ↵ | Andreas Hüttel | 2012-04-19 | 2 | -8/+7 |
| | | | | pretty much useless. | ||||
* | Added CABAL_FEATURES=test-suite by Alexander Vershilov. It enables building ↵ | Sergei Trofimovich | 2012-04-19 | 2 | -2/+15 |
| | | | | of test suites introduced in Cabal-1.8 | ||||
* | Add appropriate blockers for qt-bearer. | Davide Pesavento | 2012-04-19 | 2 | -2/+7 |
| | |||||
* | [eclass] Document some vars in openib | Alexey Shvetsov | 2012-04-18 | 1 | -5/+10 |
| | |||||
* | removed unneeded path install for /usr/local/share; fix i18n install bug, ↵ | Joerg Bornkessel | 2012-04-18 | 2 | -9/+12 |
| | | | | start with vdr-1.7.27 bug 411945, thanks to Marc Perrudin for this workaround | ||||
* | [eclass] add docs variable | Alexey Shvetsov | 2012-04-18 | 1 | -1/+3 |
| | |||||
* | [eclass] Update openib eclass | Alexey Shvetsov | 2012-04-18 | 1 | -4/+31 |
| | |||||
* | Port changes from MySQL overlay. Drops old mysql-community, mysql-cluster. ↵ | Robin H. Johnson | 2012-04-18 | 2 | -81/+31 |
| | | | | Fixes build of new PBXT, MariaDB and other bits. | ||||
* | fix typo pointed out by Arfrever | Mike Frysinger | 2012-04-16 | 1 | -2/+2 |
| | |||||
* | Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as ↵ | Tomas Chvatal | 2012-04-16 | 2 | -6/+11 |
| | | | | they might vary for multiple abi builds. Create the CMAKE_BUILD_DIR right away when determined. | ||||
* | Unbreak waf-utils.eclass by restoring --jobs= argument wrt #412159 | Samuli Suominen | 2012-04-16 | 2 | -4/+7 |
| | |||||
* | Use new makeopts_jobs helper from eutils.eclass. | Mike Frysinger | 2012-04-15 | 4 | -14/+14 |
| | |||||
* | add makeopts_jobs for extracting the -j# from MAKEOPTS | Mike Frysinger | 2012-04-15 | 1 | -1/+16 |
| | |||||
* | move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to ↵ | Sergei Trofimovich | 2012-04-14 | 2 | -8/+13 |
| | | | | allow binary installation. Reported by tamiko. | ||||
* | fix -dynamic './setup configure' failures against newer libffi (bug #411789 ↵ | Sergei Trofimovich | 2012-04-14 | 2 | -5/+12 |
| | | | | by Leonid Podolny) | ||||
* | simplify SLOT logic a bit by dropping CTARGET as we no longer need it -- we ↵ | Mike Frysinger | 2012-04-14 | 1 | -4/+2 |
| | | | | have CATEGORY=cross-${CTARGET} to keep things unique | ||||
* | Remove outdated bits for <ghc-6.10 and <cabal-1.8. Switch from 'eerror' to ↵ | Sergei Trofimovich | 2012-04-09 | 3 | -238/+92 |
| | | | | 'eqawarn' as suggested by Paweł Hajdan, Jr. (http://www.gossamer-threads.com/lists/gentoo/dev/251259). Install empty '.conf' files for binaries to help 'haskell-updater' pick binaries built with onder haskell toolchain on ghc upgrade. | ||||
* | Punt stale icon-theme.cache files and empty icon theme directories after ↵ | Alexandre Rostovtsev | 2012-04-08 | 2 | -3/+15 |
| | | | | theme uninstallation (bug #410495, thanks to Maxim Kammerer for reporting). | ||||
* | vdr-vdrmanager added for gettext handling | Joerg Bornkessel | 2012-04-07 | 2 | -2/+6 |
| | |||||
* | some plugins gives false positive results on gettext handling, add this ↵ | Joerg Bornkessel | 2012-04-07 | 2 | -2/+9 |
| | | | | plugins here | ||||
* | Downgrade from elog to einfo to avoid flooding logs | Anthony G. Basile | 2012-04-06 | 1 | -5/+5 |
| | |||||
* | fix by Christoph Junghans to decompress files into $PWD #408801 | Mike Frysinger | 2012-04-05 | 1 | -2/+4 |
| | |||||
* | Update from qt overlay, fixes #407523. | Davide Pesavento | 2012-04-04 | 2 | -28/+77 |
| | |||||
* | Use .xz also for 4.8.x with x>1. | Johannes Huber | 2012-04-04 | 3 | -5/+9 |
| | |||||
* | Add function that makes it easier to properly install Python scripts that ↵ | Krzysztof Pawlik | 2012-04-03 | 2 | -2/+20 |
| | | | | get installed automatically by distutils. | ||||
* | Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469. | Krzysztof Pawlik | 2012-04-03 | 2 | -3/+6 |
| | |||||
* | Add detection of collision-protect in FEATURES. | Krzysztof Pawlik | 2012-04-03 | 2 | -3/+18 |
| | |||||
* | Reorder git-2.eclass maintainers to get bugs assigned to most active maintainer. | Pacho Ramos | 2012-04-03 | 2 | -3/+7 |
| | |||||
* | Use einfo instead of ewarn as discussed in ↵ | Pacho Ramos | 2012-04-02 | 2 | -3/+8 |
| | | | | http://archives.gentoo.org/gentoo-dev/msg_512b5e4049617666f6637618bd62857a.xml | ||||
* | Switch from ESCM_OFFLINE var to EVCS_OFFLINE (bug #410467 by Ulrich ↵ | Sergei Trofimovich | 2012-04-02 | 2 | -9/+13 |
| | | | | Müller). Don't skip _darcs/ when checkout to $WORKDIR. Add 'rsync' to DEPENDS. | ||||
* | ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471. | Mike Gilbert | 2012-04-01 | 2 | -3/+6 |
| | |||||
* | Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>. | Krzysztof Pawlik | 2012-03-30 | 2 | -4/+9 |
| | |||||
* | installing broken links has been non fatal only for texlive prior to 2010, ↵ | Alexis Ballier | 2012-03-30 | 1 | -4/+2 |
| | | | | which are now gone, remove the code for these versions and make it always fatal | ||||
* | Sanitizing directory permissions #398899 | Patrick Lauer | 2012-03-29 | 2 | -3/+12 |
| | |||||
* | Add more versions of pypy to the hardcoded mapping in python.eclass. | Marien Zwart | 2012-03-29 | 2 | -3/+9 |
| | |||||
* | inherit cdrom eclass since we use cdrom_get_cds | Mike Frysinger | 2012-03-28 | 1 | -3/+3 |
| | |||||
* | Try to unbreak dependency generation. | Marien Zwart | 2012-03-28 | 2 | -5/+8 |
| | |||||
* | Add support for disabling debug useflag usage for old oasis versions | Alexis Ballier | 2012-03-27 | 1 | -6/+15 |
| | |||||
* | Add OASIS_BUILD_TESTS variable to automatically enable tests at ↵ | Alexis Ballier | 2012-03-27 | 1 | -1/+15 |
| | | | | src_configure, allowing to factorise some more code | ||||
* | add oasis.eclass | Alexis Ballier | 2012-03-27 | 1 | -0/+97 |
| | |||||
* | fix typo: dv -> dev | Michael Sterrett | 2012-03-27 | 1 | -2/+2 |
| | |||||
* | _python-distutils-ng_generate_depend was used only in one place, inline it. | Krzysztof Pawlik | 2012-03-26 | 2 | -24/+18 |
| | |||||
* | Avoid ${impl::-3} parameter expansion, this is not supported by older bash ↵ | Krzysztof Pawlik | 2012-03-26 | 2 | -5/+10 |
| | | | | and caused issues with cache generation. | ||||
* | Small fixes: use +=, cleanup used variables, white space. | Krzysztof Pawlik | 2012-03-26 | 2 | -6/+12 |
| | |||||
* | Include only valid values in REQUIRED_USE. | Krzysztof Pawlik | 2012-03-26 | 2 | -7/+11 |
| | |||||
* | Add missing space to new python.eclass | Justin Lecher | 2012-03-26 | 2 | -3/+6 |
| |