Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add appropriate blockers for qt-bearer. | 2012-04-19 | 2 | -2/+7 | ||
| | ||||||
* | [eclass] Document some vars in openib | 2012-04-18 | 1 | -5/+10 | ||
| | ||||||
* | removed unneeded path install for /usr/local/share; fix i18n install bug, ↵ | 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 | 2012-04-18 | 1 | -1/+3 | ||
| | ||||||
* | [eclass] Update openib eclass | 2012-04-18 | 1 | -4/+31 | ||
| | ||||||
* | Port changes from MySQL overlay. Drops old mysql-community, mysql-cluster. ↵ | 2012-04-18 | 2 | -81/+31 | ||
| | | | | Fixes build of new PBXT, MariaDB and other bits. | |||||
* | fix typo pointed out by Arfrever | 2012-04-16 | 1 | -2/+2 | ||
| | ||||||
* | Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as ↵ | 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 | 2012-04-16 | 2 | -4/+7 | ||
| | ||||||
* | Use new makeopts_jobs helper from eutils.eclass. | 2012-04-15 | 4 | -14/+14 | ||
| | ||||||
* | add makeopts_jobs for extracting the -j# from MAKEOPTS | 2012-04-15 | 1 | -1/+16 | ||
| | ||||||
* | move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to ↵ | 2012-04-14 | 2 | -8/+13 | ||
| | | | | allow binary installation. Reported by tamiko. | |||||
* | fix -dynamic './setup configure' failures against newer libffi (bug #411789 ↵ | 2012-04-14 | 2 | -5/+12 | ||
| | | | | by Leonid Podolny) | |||||
* | simplify SLOT logic a bit by dropping CTARGET as we no longer need it -- we ↵ | 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 ↵ | 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 ↵ | 2012-04-08 | 2 | -3/+15 | ||
| | | | | theme uninstallation (bug #410495, thanks to Maxim Kammerer for reporting). | |||||
* | vdr-vdrmanager added for gettext handling | 2012-04-07 | 2 | -2/+6 | ||
| | ||||||
* | some plugins gives false positive results on gettext handling, add this ↵ | 2012-04-07 | 2 | -2/+9 | ||
| | | | | plugins here | |||||
* | Downgrade from elog to einfo to avoid flooding logs | 2012-04-06 | 1 | -5/+5 | ||
| | ||||||
* | fix by Christoph Junghans to decompress files into $PWD #408801 | 2012-04-05 | 1 | -2/+4 | ||
| | ||||||
* | Update from qt overlay, fixes #407523. | 2012-04-04 | 2 | -28/+77 | ||
| | ||||||
* | Use .xz also for 4.8.x with x>1. | 2012-04-04 | 3 | -5/+9 | ||
| | ||||||
* | Add function that makes it easier to properly install Python scripts that ↵ | 2012-04-03 | 2 | -2/+20 | ||
| | | | | get installed automatically by distutils. | |||||
* | Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469. | 2012-04-03 | 2 | -3/+6 | ||
| | ||||||
* | Add detection of collision-protect in FEATURES. | 2012-04-03 | 2 | -3/+18 | ||
| | ||||||
* | Reorder git-2.eclass maintainers to get bugs assigned to most active maintainer. | 2012-04-03 | 2 | -3/+7 | ||
| | ||||||
* | Use einfo instead of ewarn as discussed in ↵ | 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 ↵ | 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. | 2012-04-01 | 2 | -3/+6 | ||
| | ||||||
* | Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>. | 2012-03-30 | 2 | -4/+9 | ||
| | ||||||
* | installing broken links has been non fatal only for texlive prior to 2010, ↵ | 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 | 2012-03-29 | 2 | -3/+12 | ||
| | ||||||
* | Add more versions of pypy to the hardcoded mapping in python.eclass. | 2012-03-29 | 2 | -3/+9 | ||
| | ||||||
* | inherit cdrom eclass since we use cdrom_get_cds | 2012-03-28 | 1 | -3/+3 | ||
| | ||||||
* | Try to unbreak dependency generation. | 2012-03-28 | 2 | -5/+8 | ||
| | ||||||
* | Add support for disabling debug useflag usage for old oasis versions | 2012-03-27 | 1 | -6/+15 | ||
| | ||||||
* | Add OASIS_BUILD_TESTS variable to automatically enable tests at ↵ | 2012-03-27 | 1 | -1/+15 | ||
| | | | | src_configure, allowing to factorise some more code | |||||
* | add oasis.eclass | 2012-03-27 | 1 | -0/+97 | ||
| | ||||||
* | fix typo: dv -> dev | 2012-03-27 | 1 | -2/+2 | ||
| | ||||||
* | _python-distutils-ng_generate_depend was used only in one place, inline it. | 2012-03-26 | 2 | -24/+18 | ||
| | ||||||
* | Avoid ${impl::-3} parameter expansion, this is not supported by older bash ↵ | 2012-03-26 | 2 | -5/+10 | ||
| | | | | and caused issues with cache generation. | |||||
* | Small fixes: use +=, cleanup used variables, white space. | 2012-03-26 | 2 | -6/+12 | ||
| | ||||||
* | Include only valid values in REQUIRED_USE. | 2012-03-26 | 2 | -7/+11 | ||
| | ||||||
* | Add missing space to new python.eclass | 2012-03-26 | 2 | -3/+6 | ||
| | ||||||
* | Add python-distutils-ng.eclass: new eclass for installing Python, distutils ↵ | 2012-03-25 | 2 | -1/+405 | ||
| | | | | based packages. | |||||
* | Replace old py-compile trick by the one from python eclass. | 2012-03-25 | 2 | -9/+7 | ||
| | ||||||
* | Make opengl dependency soft in kde-workspace (except kwin) | 2012-03-24 | 2 | -2/+9 | ||
| | ||||||
* | Set IUSE=custom-cflags in the eclass so we can reference it in the die hook. | 2012-03-23 | 2 | -2/+9 | ||
| | ||||||
* | Convert SGML_TOINSTALL to a bash array. Add some documentation. | 2012-03-23 | 2 | -21/+43 | ||
| | ||||||
* | PMS says that postrm runs before postinst, so remove workaround in ↵ | 2012-03-23 | 2 | -10/+8 | ||
| | | | | sgml-catalog_pkg_postrm. Fix order of arguments in einfo message. |