summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug...Jorge Manuel B. S. Vicetto2012-01-066-122/+157
* add a helper for updating config.rpath files for projects that dont use gettextMike Frysinger2012-01-061-1/+20
* Fix use of dosym with directory destination.Michał Górny2012-01-052-4/+8
* Add AUTOTOOLS_AUTORECONF for bug #392073.Michał Górny2012-01-052-6/+103
* always run automake if the configure file calls AM_INIT_AUTOMAKE #397697 by M...Mike Frysinger2012-01-041-6/+4
* add tests for savedconfig.eclass:restore_config tooMike Frysinger2012-01-042-25/+76
* force mtime changes on config files so they get left behind when USE=savedcon...Mike Frysinger2012-01-041-1/+18
* fix thinko in $ED setup in save_configMike Frysinger2012-01-041-2/+2
* check EBUILD_PHASE all the time in restore_config to catch mis-use even when ...Mike Frysinger2012-01-041-3/+4
* collapse duplicate branches in save_config code paths to keep things simpleMike Frysinger2012-01-041-20/+18
* add tests for savedconfig.eclass:save_config()Mike Frysinger2012-01-042-0/+49
* add missing "local" markings for variablesMike Frysinger2012-01-041-5/+6
* New automake uses $(SHELL) py-compile, which fails if py-compile is a symlink...Nirbheek Chauhan2012-01-032-4/+10
* Correct which file was editedJustin Lecher2012-01-031-2/+2
* Add missing ChangeLog entryJustin Lecher2012-01-031-1/+5
* Convert make_desktop_entry() comment block to be eclass-manpages conform, #39...Justin Lecher2012-01-031-13/+16
* Pass -importdir to configure only for qt >= 4.7 (bug #396685).Davide Pesavento2012-01-012-5/+9
* Minor coding style cleanup.Davide Pesavento2012-01-011-18/+21
* Avoid including python.eclass more than once.Mike Gilbert2012-01-013-12/+30
* fix for missing i18n-to-gettext, up from vdr-1.7.22Jörg Bornkessel2011-12-311-2/+6
* Respect {C,CXX,LD}FLAGS during config.tests (bug #336618).Davide Pesavento2011-12-312-9/+15
* Make the output of qt4-build_src_unpack() more readable.Davide Pesavento2011-12-302-8/+14
* Fix URIs for longterm kernelsStratos Psomadakis2011-12-282-4/+7
* Fix regression with DOCS and non-default ${S}, bug #396227.Davide Pesavento2011-12-281-4/+3
* Clean up setup-allowed-flags().Ryan Hill2011-12-282-27/+28
* Remove UNSTABLE_FLAGS. Keyword status should not determine what flags are us...Ryan Hill2011-12-282-11/+8
* Handle UUID mismatch by deleting working copy and checking out it again. Patc...Jesus Rivero2011-12-272-3/+25
* Update copyright years in headersChristian Faulhammer2011-12-2773-168/+188
* Reimplement qt_use() more concisely, fix/clarify doc.Davide Pesavento2011-12-271-16/+5
* Bug #396089: Avoid automagic systemtap/dtrace in MySQL 5.5.Robin H. Johnson2011-12-273-3/+14
* Refactor USE=static cmake code.Robin H. Johnson2011-12-271-7/+2
* Only call doman on manpages in twisted_src_install. Credit to Arfrever.Mike Gilbert2011-12-272-3/+6
* Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have tarball...Mike Gilbert2011-12-272-4/+9
* Improve eclass doc.Davide Pesavento2011-12-261-6/+23
* Improve eclass doc.Davide Pesavento2011-12-261-31/+40
* Misc cleanups, add a few missing "|| die", fix description of some functions.Davide Pesavento2011-12-262-79/+62
* Delete obsolete sed on fvisibility.test, it's no longer needed in all version...Davide Pesavento2011-12-252-9/+6
* Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.Michał Górny2011-12-222-2/+8
* Cleanup and sort flags in standard_configure_options(), no functional changes.Davide Pesavento2011-12-211-33/+26
* Disable rpath for Qt 4.8 and later (bug #380415). Thanks to dilfridge for tes...Davide Pesavento2011-12-212-2/+9
* Remove obsolete workaround.Davide Pesavento2011-12-212-6/+5
* check for len and not the patch files themselvesMike Frysinger2011-12-211-2/+2
* elibtoolize: make sure header is included in logs too and not just the sub me...Mike Frysinger2011-12-211-3/+5
* restore BINUTILS_VER support a bit for releases (for msp430-binutils), and al...Mike Frysinger2011-12-211-11/+12
* Fix missing quotes on has_verison call.Robin H. Johnson2011-12-191-2/+2
* Bug #390691: Be careful about cp call to coreutils with --no-preserve option ...Robin H. Johnson2011-12-182-3/+13
* Reorder setting of REQUIRED_USE to stay near IUSE setting; also use ruby_get_...Diego Elio Pettenò2011-12-182-9/+9
* Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks (re...Andreas K. Hüttel2011-12-184-35/+38
* escape the brackets so that globbing doesnt kick in, or in the nullglob case,...Mike Frysinger2011-12-171-15/+9
* extend eshopts test coverageMike Frysinger2011-12-172-5/+43