Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 K. Hüttel | 2012-01-21 | 2 | -4/+8 |
| | | | | prefix guys, bug 398437 | ||||
* | Force autoreconf on user patches only. | Michał Górny | 2012-01-21 | 2 | -4/+8 |
| | |||||
* | Copy python_clean_installation_image from Progress overlay. Thanks Arfrever. ↵ | Mike Gilbert | 2012-01-21 | 2 | -2/+42 |
| | | | | Bug 396586. | ||||
* | Added stdout echoing of most executed phase commands. Added stub for ↵ | Sergei Trofimovich | 2012-01-20 | 2 | -14/+33 |
| | | | | CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay. | ||||
* | Add AM_CONFIG_HEADER check (for pixman autoreconf). | Michał Górny | 2012-01-19 | 2 | -3/+7 |
| | |||||
* | Strip .git from storedir; wrt bug #386845. | Michał Górny | 2012-01-19 | 2 | -4/+8 |
| | |||||
* | Added addpredict to php-ext-source-r2.eclass (bug #385403) | Matti Bickel | 2012-01-19 | 2 | -2/+8 |
| | |||||
* | remove dependency on dev-php/PEAR-PEAR-1.8.1 from php-pear-r1.eclass | Matti Bickel | 2012-01-18 | 2 | -4/+6 |
| | |||||
* | convert CDROM_DISABLE_PROPERTIES to CDROM_OPTIONAL and make IUSE=cdinstall a ↵ | Mike Frysinger | 2012-01-18 | 1 | -6/+10 |
| | | | | standard aspect | ||||
* | Add HARD_CFLAGS to CXXFLAGS on toolchain.eclass | Magnus Granberg | 2012-01-17 | 2 | -7/+17 |
| | |||||
* | Drop kdeenablefinal build feature. Fix source uri calc for KDE SC 4.7.97 aka | Johannes Huber | 2012-01-17 | 2 | -20/+8 |
| | | | | 4.8 RC2 caused by screwed up version number scheme by upstream. |