Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error message when copying source fails | Ole Markus With | 2012-02-16 | 1 | -2/+2 |
| | |||||
* | epatch: log all successful patches in ${T}/epatch.log so people can ↵ | Mike Frysinger | 2012-02-16 | 1 | -6/+17 |
| | | | | post-process the results if they so desire | ||||
* | move media-tv to virtual/linuxtv-dvb-headers, bug #403929 | Joerg Bornkessel | 2012-02-15 | 2 | -3/+6 |
| | |||||
* | eumask_pop: error out if someone tries to pass args to us | Mike Frysinger | 2012-02-14 | 1 | -1/+2 |
| | |||||
* | ESVN_UMASK: fix grammar and add useful documentation | Mike Frysinger | 2012-02-14 | 1 | -3/+7 |
| | |||||
* | drop unpack_{makeself,pdv} since they are in unpacker.eclass now | Mike Frysinger | 2012-02-14 | 1 | -212/+1 |
| | |||||
* | Enable PyPy 1.8 support. | Zac Medico | 2012-02-13 | 2 | -3/+7 |
| | | | | | Merged from the progress overlay: http://code.google.com/p/gentoo-progress/source/detail?r=1785 | ||||
* | add auto-detection of makeself files with *.bin files #403451 | Mike Frysinger | 2012-02-13 | 1 | -2/+8 |
| | |||||
* | require autoconf-2.68 since that is the latest stable now #403035 | Mike Frysinger | 2012-02-13 | 1 | -2/+2 |
| | |||||
* | update comments to reflect reality of func names | Mike Frysinger | 2012-02-13 | 1 | -3/+3 |
| | |||||
* | Minor code style cleanup and quoting fixes. | Davide Pesavento | 2012-02-13 | 2 | -24/+29 |
| | |||||
* | Finally remove ${S} fallback, it was deprecated 3 months ago. | Davide Pesavento | 2012-02-13 | 2 | -15/+5 |
| | |||||
* | eqmake4: make CONFIG manipulation more robust by using gsub in the awk ↵ | Davide Pesavento | 2012-02-13 | 2 | -13/+18 |
| | | | | script. Fixes bug #372719. | ||||
* | always install stuff into /usr/share/php | Matti Bickel | 2012-02-12 | 2 | -16/+9 |
| | |||||
* | fix building with fox:1.7 | Matti Bickel | 2012-02-12 | 2 | -2/+9 |
| | |||||
* | Fix bug 301299 for gcc | Magnus Granberg | 2012-02-12 | 2 | -3/+12 |
| | |||||
* | Provide a way to run eautoreconf without automake by using WANT_AUTOMAKE=none. | Robin H. Johnson | 2012-02-12 | 2 | -3/+13 |
| | |||||
* | Remove vdr_add_local_patch() and use epatch_user() from eutils instead. ↵ | Christian Ruppert | 2012-02-11 | 2 | -67/+45 |
| | | | | Issue a error in case the old variable to pass user patches is still used. Also the example has been removed as it was actually a common ebuild example, nothing specific. Update descriptions. | ||||
* | Delete declaration of unused variable. | Ulrich Müller | 2012-02-11 | 2 | -4/+7 |
| | |||||
* | Revert previous commit to python eclass, breaks any ebuild using ↵ | Thomas Sachau | 2012-02-10 | 2 | -3/+7 |
| | | | | PYTHON_DEPEND=2.4 without any need or prior warning | ||||
* | Removing python 2.4 support from python eclass | Patrick Lauer | 2012-02-10 | 2 | -3/+6 |
| | |||||
* | Make src_test() a noop for qt-multimedia (bug #332299). | Davide Pesavento | 2012-02-09 | 2 | -2/+8 |
| | |||||
* | Drop buggy code as discussed on qt@gentoo.org on 2012/02/02 | Markos Chandras | 2012-02-09 | 2 | -5/+5 |
| | |||||
* | Use check on configuration file instead of has_version for EAPI0 ebuilds | Bernard Cafarelli | 2012-02-09 | 2 | -3/+6 |
| | |||||
* | Force clang when using experimental libobjc2 support | Bernard Cafarelli | 2012-02-08 | 2 | -3/+13 |
| | |||||
* | Whitespace fix | Lars Wendler | 2012-02-07 | 2 | -3/+6 |
| | |||||
* | Fixed eclass for usage with seamonkey (which has langpacks in beta releases) | Lars Wendler | 2012-02-07 | 2 | -4/+11 |
| | |||||
* | Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variables | Sergei Trofimovich | 2012-02-07 | 2 | -5/+20 |
| | | | | | | | | | | | | | CABAL_EXTRA_BUILD_FLAGS allows user to pass arguments to ./setup build phase. For example you can get detailed build log this way: CABAL_EXTRA_BUILD_FLAGS=-v emerge something HCFLAGS is similar to CFLAGS / CXXFLAGS / FFLAGS in spirit. You can use it in make.conf or in one-shot merges to enable random ghc features: HCFLAGS="-O0 -Wall" emerge something-else | ||||
* | automatically use unpacker eclass if it is available | Mike Frysinger | 2012-02-06 | 1 | -2/+6 |
| | |||||
* | Depend on an icon theme, fixes bug 341697 | Nirbheek Chauhan | 2012-02-06 | 2 | -3/+8 |
| | |||||
* | Don't die if hg pull exits with status 1. | Mike Gilbert | 2012-02-05 | 2 | -4/+9 |
| | |||||
* | add support for makeself 2.1.6 | Mike Frysinger | 2012-02-05 | 1 | -2/+2 |
| | |||||
* | pass original argument to portage `unpack` since our local $a is the full ↵ | Mike Frysinger | 2012-02-05 | 1 | -2/+2 |
| | | | | path (including DISTDIR) which portage does not want | ||||
* | avoid emktemp since that needs eutils.eclass, and add quoting to all ↵ | Mike Frysinger | 2012-02-05 | 1 | -11/+11 |
| | | | | src/tmpfile usage | ||||
* | initial unpacker eclass | Mike Frysinger | 2012-02-05 | 1 | -0/+366 |
| | |||||
* | restore kernel.org mirrors for hjlu snapshots | Mike Frysinger | 2012-02-05 | 1 | -9/+6 |
| | |||||
* | Add mozlinguas.eclass to handle language packs for mozilla products | Nirbheek Chauhan | 2012-02-04 | 2 | -1/+144 |
| | |||||
* | Fix typo in recursive autoreconf. | Michał Górny | 2012-02-04 | 2 | -3/+6 |
| | |||||
* | Use checksums to determine whether files need autoreconf. Fixes bug #399641. | Michał Górny | 2012-02-02 | 2 | -8/+14 |
| | |||||
* | Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever. | Mike Gilbert | 2012-02-02 | 2 | -3/+20 |
| | |||||
* | Initial EAPI4 support in qt4-build eclass | Markos Chandras | 2012-01-31 | 2 | -6/+9 |
| | |||||
* | Revert previous commit, because cdrom.eclass sets PROPERTIES=interactive. | Ulrich Müller | 2012-01-31 | 1 | -2/+217 |
| | |||||
* | eutils.eclass | Ulrich Müller | 2012-01-31 | 1 | -5/+1 |
| | |||||
* | Cdrom functions have been split out to dedicated cdrom.eclass. For the | Ulrich Müller | 2012-01-31 | 2 | -218/+7 |
| | | | | time being, inherit cdrom; this can be removed once bug 398809 is fixed. | ||||
* | Use ${P}-${PR} instead of ${PF} in epatch_user. | Ulrich Müller | 2012-01-31 | 2 | -4/+7 |
| | |||||
* | Avoid inheriting eutils from python.eclass. | Mike Gilbert | 2012-01-30 | 2 | -4/+7 |
| | |||||
* | Detect needless usage of python_convert_shebangs(). Patch by Arfrever. | Mike Gilbert | 2012-01-30 | 2 | -4/+13 |
| | |||||
* | Call glib-gettextize with --force in autotools-utils.eclass | Justin Lecher | 2012-01-30 | 2 | -3/+6 |
| | |||||
* | I copied python_clean_py-compile_files, not python_clean_installation_image. | Mike Gilbert | 2012-01-22 | 1 | -2/+2 |
| | |||||
* | Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request from | Andreas Hüttel | 2012-01-21 | 2 | -4/+8 |
| | | | | prefix guys, bug 398437 |