summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Raise util-macros dependency.Chí-Thanh Christopher Nguyễn2012-05-042-3/+7
|
* drop support for freebsd5 and honour profile useflag for fbsd 8 and laterAlexis Ballier2012-05-041-11/+3
|
* Let distutils compile python modules, see bug #413957.Krzysztof Pawlik2012-05-042-51/+13
|
* add USE=cxx to control gold usageMike Frysinger2012-05-031-12/+14
|
* refine the xz usage to a newer versionMike Frysinger2012-05-031-2/+2
|
* Declare local S in _python-distutils-ng_run_for_impl.Mike Gilbert2012-05-032-4/+6
|
* Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe.Mike Gilbert2012-05-022-3/+6
|
* Rewrite scrollkeeper support as proposed in bug #301311.Gilles Dartiguelongue2012-05-023-23/+56
|
* dev-util/pkgconfig -> virtual/pkgconfigJeff Horelick2012-05-0218-49/+57
|
* dev-util/pkgconfig -> virtual/pkgconfigDavide Pesavento2012-05-022-3/+6
|
* Remove die from eclass, simply warn if user has collision-protect enabled.Krzysztof Pawlik2012-04-302-7/+10
|
* Correctly chdir to ${S}, see bug #411563.Krzysztof Pawlik2012-04-302-2/+8
|
* Fix infinite look if the catalog is corrupted.Diego Elio Pettenò2012-04-292-2/+6
|
* typo, added missing [ ] for testJörg Bornkessel2012-04-292-3/+6
|
* vdr-plugin-2.eclass added; include major fixes for obselet i18n handling, ↵Jörg Bornkessel2012-04-292-1/+588
| | | | Linguas support
* fix by David Leverton for PORTAGE_BZIP2_COMMAND/PORTAGE_BUNZIP2_COMMAND ↵Mike Frysinger2012-04-291-3/+3
| | | | fallbacks #413847
* Sync from Emacs overlay: Require GNU Emacs in elisp-need-emacs().Ulrich Müller2012-04-272-4/+11
|
* use .xz tarballs with newer hjlu releasesMike Frysinger2012-04-261-7/+14
|
* fix_includes: create relative symlinks for header directories, such that ↵Fabian Groffen2012-04-252-6/+27
| | | | further additions by ebuilds in src_install don't fail, such as in qt-script
* Oops didn't commit the dir supporting version. This replaces plain doins ↵Tomas Chvatal2012-04-242-9/+16
| | | | with proper newins command.
* Add myspell-r2.eclass which is just eclassdoced myspell.eclass with removed ↵Tomas Chvatal2012-04-242-1/+100
| | | | no-longer required stuff.
* reverted last changes in plugin_has_gettext functionJörg Bornkessel2012-04-232-6/+5
|
* ggz-client-libs doesn't know about noregistryMichael Sterrett2012-04-231-2/+4
|
* fix by Christoph Junghans to make unpack_deb work on AIX (prefix) systems ↵Mike Frysinger2012-04-211-3/+22
| | | | #408801
* epatch: split common opts out from what devs usually want to control, and ↵Mike Frysinger2012-04-201-6/+34
| | | | allow flags to be passed directly to epatch
* TypoPatrick Lauer2012-04-202-3/+6
|
* Extending eclass for apache 2.4Patrick Lauer2012-04-202-3/+23
|
* Overhaul *FLAGS handling in eqmake4() to fix bug 361303. Thanks to Michael ↵Davide Pesavento2012-04-192-8/+15
| | | | (kensington) for the patch.
* No ewarns even if tar misses some files on unpack, as that is so common it's ↵Andreas K. Hüttel2012-04-192-8/+7
| | | | pretty much useless.
* Added CABAL_FEATURES=test-suite by Alexander Vershilov. It enables building ↵Sergei Trofimovich2012-04-192-2/+15
| | | | of test suites introduced in Cabal-1.8
* Add appropriate blockers for qt-bearer.Davide Pesavento2012-04-192-2/+7
|
* [eclass] Document some vars in openibAlexey Shvetsov2012-04-181-5/+10
|
* removed unneeded path install for /usr/local/share; fix i18n install bug, ↵Jörg Bornkessel2012-04-182-9/+12
| | | | start with vdr-1.7.27 bug 411945, thanks to Marc Perrudin for this workaround
* [eclass] add docs variableAlexey Shvetsov2012-04-181-1/+3
|
* [eclass] Update openib eclassAlexey Shvetsov2012-04-181-4/+31
|
* Port changes from MySQL overlay. Drops old mysql-community, mysql-cluster. ↵Robin H. Johnson2012-04-182-81/+31
| | | | Fixes build of new PBXT, MariaDB and other bits.
* fix typo pointed out by ArfreverMike Frysinger2012-04-161-2/+2
|
* Whitespace cmake dep. Add build_rules to CMAKE_BUILD_DIR rather than to T as ↵Tomas Chvatal2012-04-162-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 #412159Samuli Suominen2012-04-162-4/+7
|
* Use new makeopts_jobs helper from eutils.eclass.Mike Frysinger2012-04-154-14/+14
|
* add makeopts_jobs for extracting the -j# from MAKEOPTSMike Frysinger2012-04-151-1/+16
|
* move 'dev-haskell/cabal' santy check out from 'pkg_*' to 'src_*' function to ↵Sergei Trofimovich2012-04-142-8/+13
| | | | allow binary installation. Reported by tamiko.
* fix -dynamic './setup configure' failures against newer libffi (bug #411789 ↵Sergei Trofimovich2012-04-142-5/+12
| | | | by Leonid Podolny)
* simplify SLOT logic a bit by dropping CTARGET as we no longer need it -- we ↵Mike Frysinger2012-04-141-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 Trofimovich2012-04-093-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 Rostovtsev2012-04-082-3/+15
| | | | theme uninstallation (bug #410495, thanks to Maxim Kammerer for reporting).
* vdr-vdrmanager added for gettext handlingJörg Bornkessel2012-04-072-2/+6
|
* some plugins gives false positive results on gettext handling, add this ↵Jörg Bornkessel2012-04-072-2/+9
| | | | plugins here
* Downgrade from elog to einfo to avoid flooding logsAnthony G. Basile2012-04-061-5/+5
|
* fix by Christoph Junghans to decompress files into $PWD #408801Mike Frysinger2012-04-051-2/+4
|