summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Avoid including python.eclass more than once.Mike Gilbert2012-01-013-12/+30
|
* fix for missing i18n-to-gettext, up from vdr-1.7.22Joerg 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 ↵Ryan Hill2011-12-282-11/+8
| | | | used. Move -Os to allowed flags as it's been stable since 4.0ish and drop -O0 because it breaks things a lot.
* Handle UUID mismatch by deleting working copy and checking out it again. ↵Jesus Rivero2011-12-272-3/+25
| | | | Patch by Arfrever.
* 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 ↵Mike Gilbert2011-12-272-4/+9
| | | | tarballs past 10.2.
* 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 ↵Davide Pesavento2011-12-252-9/+6
| | | | versions of Qt currently available in the tree.
* 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 ↵Davide Pesavento2011-12-212-2/+9
| | | | testing.
* 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 ↵Mike Frysinger2011-12-211-3/+5
| | | | messages which rely on the context #395489 by Martin von Gagern
* restore BINUTILS_VER support a bit for releases (for msp430-binutils), and ↵Mike Frysinger2011-12-211-11/+12
| | | | allow ebuilds to specify additional patches via ${PATCHES[@]}
* 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
| | | | that might not be available until later in an upgrade.
* Reorder setting of REQUIRED_USE to stay near IUSE setting; also use ↵Diego Elio Pettenò2011-12-182-9/+9
| | | | ruby_get_use_targets to set IUSE.
* Re-sync kde4 eclasses with kde overlay: remove libkworkspace target hacks ↵Andreas Hüttel2011-12-184-35/+38
| | | | (requires libkworkspace rebuild), force qt-4.7.4 for kde-4.8, properly treat kde-4.[789] version numbers, warn if the handbook useflag is added manually. Proofread by reavertm.
* escape the brackets so that globbing doesnt kick in, or in the nullglob ↵Mike Frysinger2011-12-171-15/+9
| | | | case, make the arg disappear #395025 by Maciej Mrozowski
* extend eshopts test coverageMike Frysinger2011-12-172-5/+43
|
* check return values of all push/pop callsMike Frysinger2011-12-171-3/+11
|
* keep die message updates in eshopts_{push,pop} to $FUNCNAMEMike Frysinger2011-12-171-7/+7
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-172-2/+11
|
* this eclass does not seem to use eutils.eclass, so drop the inheritMike Frysinger2011-12-171-3/+1
|
* Revert old eshopts_{pop,push} implementations until new ones pass unit ↵Maciej Mrozowski2011-12-172-11/+19
| | | | tests. Bug 395025.
* Add new unit test for bug 395025Maciej Mrozowski2011-12-171-0/+11
|
* small testsuite for estack push/pop and friendsMike Frysinger2011-12-161-0/+42
|
* add new generic stack helpers estack_{push,pop}, rebase eshopts_{push,pop} ↵Mike Frysinger2011-12-161-14/+78
| | | | on top of those, and then add new helpers for messing with the umask sanely
* Set importdir to be /usr/$(get_libdir)/qt4/imports instead of the ↵Jonathan Callen2011-12-162-4/+12
| | | | non-FHS-compliant /usr/imports
* --with-abi support for amd64 has not yet been merged into master #394823 by ↵Mike Frysinger2011-12-161-5/+4
| | | | Helmut Jarausch
* Add app-arch/xz-utils dependency to leechcraft.eclassMaxim Koltsov2011-12-162-2/+6
|
* simplify gcc_version_patch slightlyMike Frysinger2011-12-151-8/+6
|
* Update leechcraft eclass to new filename suffixMaxim Koltsov2011-12-152-4/+13
|
* replace `want_boundschecking` with `use_if_iuse boundschecking` since they ↵Mike Frysinger2011-12-151-20/+12
| | | | have the same backing logic, and merge the (now) single user of _want_stuff into want_pie so we can simplify that func in a follow up commit
* relocate tests to tests/ subdirMike Frysinger2011-12-152-27/+51
|
* relocate tests to tests/ subdirMike Frysinger2011-12-152-190/+198
|
* add some test status helpers to simplify management of i/o and exit statusMike Frysinger2011-12-155-16/+31
|
* import KV_to_int and friends since a few eclasses still want it ...Mike Frysinger2011-12-151-0/+41
|