| Commit message (Expand) | Author | Age | Files | Lines |
* | Add maintainer, description tags etc. | Christian Ruppert | 2012-01-15 | 2 | -8/+13 |
* | Quiet grep output. | Michał Górny | 2012-01-15 | 2 | -3/+6 |
* | eat leading space | Mike Frysinger | 2012-01-15 | 1 | -2/+2 |
* | Remove php5-2 from defauly USE_PHP | Ole Markus With | 2012-01-15 | 1 | -2/+2 |
* | Add EAPI 4 support | Christian Ruppert | 2012-01-15 | 2 | -6/+9 |
* | Improve the --docdir configure grep. | Michał Górny | 2012-01-15 | 2 | -3/+6 |
* | New variable CDROM_DISABLE_PROPERTIES. Set PROPERTIES only if this is unset. | Ulrich Müller | 2012-01-15 | 2 | -2/+15 |
* | Pass --docdir to configure only when supported. | Michał Górny | 2012-01-15 | 2 | -6/+13 |
* | Use path_exists() to ensure any file exists in docdir. | Michał Górny | 2012-01-14 | 2 | -3/+7 |
* | Replace the docdir-directory error with a warning. | Michał Górny | 2012-01-14 | 2 | -14/+15 |
* | Pass --force to eautopoint and few other pre-autoreconf funcs. | Michał Górny | 2012-01-14 | 2 | -5/+8 |
* | Autoreconfigure packages when user patches need it. | Michał Górny | 2012-01-14 | 2 | -2/+21 |
* | Disallow eautomake from calling eautoreconf unnecessarily. | Michał Górny | 2012-01-14 | 2 | -3/+6 |
* | Pass --docdir to configure, and install docs from it; wrt bug #350423. | Michał Górny | 2012-01-14 | 2 | -3/+26 |
* | Support installing default docs, similarly to EAPI4; wrt bug #397659. | Michał Górny | 2012-01-14 | 2 | -2/+14 |
* | test more flag funcs | Mike Frysinger | 2012-01-14 | 1 | -1/+19 |
* | unify duplicated lists of variable names and duplicated code blocks, and try ... | Mike Frysinger | 2012-01-14 | 1 | -88/+52 |
* | mark has_m32 as dead since no one uses it, and mark has_m64 as a warning unti... | Mike Frysinger | 2012-01-14 | 1 | -21/+4 |
* | delete dead funcs | Mike Frysinger | 2012-01-14 | 1 | -23/+1 |
* | Uncomment DEPEND for php-ext-source-r2.eclass, but w/o the SELFDEPEND that br... | Matti Bickel | 2012-01-13 | 2 | -9/+12 |
* | add tests for filter-flags | Mike Frysinger | 2012-01-13 | 1 | -5/+35 |
* | have filter-flags filter out LDFLAGS too #395619 | Mike Frysinger | 2012-01-13 | 1 | -7/+6 |
* | Don't set PROPERTIES=interactive, bug 398809. | Ulrich Müller | 2012-01-13 | 1 | -4/+2 |
* | Add ChangeLog entry for new cdrom.eclass. | Ulrich Müller | 2012-01-13 | 1 | -1/+4 |
* | Split out CD-ROM functions from eutils.eclass. | Ulrich Müller | 2012-01-13 | 1 | -0/+235 |
* | Set S= for java-virtuals as EAPI-4 doesn't permit the S-to-WORKDIR fallback a... | Ralph Sennhauser | 2012-01-13 | 2 | -3/+9 |
* | Remove DEPEND string from php-ext-source-r2 | Ole Markus With | 2012-01-13 | 1 | -7/+7 |
* | Fixed a dependency issue where php would be pulled in for e.g ming even witho... | Ole Markus With | 2012-01-12 | 1 | -2/+6 |
* | Added php to DEPEND (bug 398553) | Ole Markus With | 2012-01-11 | 1 | -1/+3 |
* | Restore incorrectly removed eclasses, wrong repo | Fabian Groffen | 2012-01-09 | 5 | -0/+3503 |
* | mysql eclasses from gx86 should be good to go now | Fabian Groffen | 2012-01-09 | 5 | -3503/+0 |
* | Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET | Justin Lecher | 2012-01-09 | 2 | -3/+6 |
* | [mysql.eclass] Allow use of EAPI 3 and 4. | Jorge Manuel B. S. Vicetto | 2012-01-08 | 1 | -2/+2 |
* | respect CPPFLAGS, and mark cc/ld as local | Mike Frysinger | 2012-01-08 | 1 | -4/+4 |
* | Install systemd units to /usr/lib. | Michał Górny | 2012-01-07 | 2 | -3/+10 |
* | [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug... | Jorge Manuel B. S. Vicetto | 2012-01-06 | 6 | -122/+157 |
* | add a helper for updating config.rpath files for projects that dont use gettext | Mike Frysinger | 2012-01-06 | 1 | -1/+20 |
* | Fix use of dosym with directory destination. | Michał Górny | 2012-01-05 | 2 | -4/+8 |
* | Add AUTOTOOLS_AUTORECONF for bug #392073. | Michał Górny | 2012-01-05 | 2 | -6/+103 |
* | always run automake if the configure file calls AM_INIT_AUTOMAKE #397697 by M... | Mike Frysinger | 2012-01-04 | 1 | -6/+4 |
* | add tests for savedconfig.eclass:restore_config too | Mike Frysinger | 2012-01-04 | 2 | -25/+76 |
* | force mtime changes on config files so they get left behind when USE=savedcon... | Mike Frysinger | 2012-01-04 | 1 | -1/+18 |
* | fix thinko in $ED setup in save_config | Mike Frysinger | 2012-01-04 | 1 | -2/+2 |
* | check EBUILD_PHASE all the time in restore_config to catch mis-use even when ... | Mike Frysinger | 2012-01-04 | 1 | -3/+4 |
* | collapse duplicate branches in save_config code paths to keep things simple | Mike Frysinger | 2012-01-04 | 1 | -20/+18 |
* | add tests for savedconfig.eclass:save_config() | Mike Frysinger | 2012-01-04 | 2 | -0/+49 |
* | add missing "local" markings for variables | Mike Frysinger | 2012-01-04 | 1 | -5/+6 |
* | New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink... | Nirbheek Chauhan | 2012-01-03 | 2 | -4/+10 |
* | Correct which file was edited | Justin Lecher | 2012-01-03 | 1 | -2/+2 |
* | Add missing ChangeLog entry | Justin Lecher | 2012-01-03 | 1 | -1/+5 |