summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* add more BUILD_xxx helpers, and unify the variable lookup logic a bit more ↵Mike Frysinger2011-09-121-5/+37
| | | | in tc-getBUILD_PROG
* Rewrite eqawarn() to reuse PORTAGE_ELOG_CLASSES set by dev profile.Michał Górny2011-09-121-4/+5
|
* Use einfo to make .{la,a} removals more visible.Michał Górny2011-09-121-3/+3
|
* Michał Górny added as co-maintainer, bug #382709Maciej Mrozowski2011-09-121-1/+2
|
* Add xz-utils to DEPEND when == xz, bug #380521 by Alexandre Rostovtsev.Pacho Ramos2011-09-121-1/+7
|
* ewarn -> eqawarn to not stress users with our mistakes.Michał Górny2011-09-121-3/+6
|
* Issue deprecation warning for devs on use.Michał Górny2011-09-121-1/+5
|
* handle newer cxx behavior with gcc-4.7+, and newer libquadmath/fortran with ↵Mike Frysinger2011-09-121-1/+13
| | | | gcc-4.6+
* use += style with confgcc appendingMike Frysinger2011-09-111-63/+63
|
* support x86_64 multilib settings with gcc-4.7+ as they changed the style to ↵Mike Frysinger2011-09-111-10/+14
| | | | append the var rather than set it once
* Fix sandbox violations reported in bugs #371827 and #382465.Serkan Kaba2011-09-101-1/+5
|
* Remove 3.3 from support python ABIs for now.Dirkjan Ochtman2011-09-101-2/+2
|
* quote flags value in exportMike Frysinger2011-09-091-2/+2
|
* Add support for eapi 4Ole Markus With2011-09-091-2/+2
|
* Add EAPI check (just to be sure).Michał Górny2011-09-081-1/+6
|
* Deprecate in favor of -r1.Michał Górny2011-09-081-1/+13
|
* Introducing a new, simplified eclass for bash-completion.Michał Górny2011-09-081-0/+47
|
* [eclass] update kde4 eclassesAlexey Shvetsov2011-09-071-8/+8
|
* unify tc-getPROG and tc-getBUILD_CC implementations, and add new ↵Mike Frysinger2011-09-061-30/+27
| | | | tc-getBUILD_{CPP,CXX} helpers on top of that
* Update the wording in the failed case.Tomas Chvatal2011-09-061-2/+2
|
* initial commit of office-ext.eclass that will allow us to package ↵Tomas Chvatal2011-09-051-0/+149
| | | | {libre,open}office plugins via portage rather than per-user.
* Add the updated check-reqs eclass as per gentoo-dev discussion.Tomas Chvatal2011-09-051-123/+267
|
* Mark php-ext-pecl-r1 and php-ext-source-r1 eclasses as dead. Nothing in main ↵Tomas Chvatal2011-09-032-229/+8
| | | | tree use them anymore.
* Eclass documentation now supports @AUTHOR block.Ulrich Müller2011-09-021-6/+8
|
* Prefix support, thanks to sera and darkside.Vlastimil Babka2011-09-011-10/+26
|
* Add x11-libs/libxkbfile to global kde dependencies, bug 379747Andreas K. Hüttel2011-08-311-1/+2
|
* Sync eclasses from Emacs overlay (revision 1683).Ulrich Müller2011-08-302-16/+16
| | | | Change [ ] to [[ ]] throughout.
* trim useless trailing whitespaceMike Frysinger2011-08-2921-56/+54
|
* Raise required cmake version to current stable (and tree minimum), see also ↵Andreas K. Hüttel2011-08-271-3/+3
| | | | bug 379347
* Remove pointless trailing spaceNirbheek Chauhan2011-08-251-6/+6
|
* Use ${T} instead of ${S} for the gstreamer registryNirbheek Chauhan2011-08-251-2/+2
|
* Move GST_REGISTRY export to src_prepareArun Raghavan2011-08-241-4/+7
| | | | | We might end up calling gst functions anywhere (gupnp-dlna calls it in documentation generation, for example).
* Remove incorrect library path. Patch by Jonathan Callen <abcd@gentoo.org>. ↵Matt Turner2011-08-221-3/+2
| | | | Bugs 289947 and 358149.
* Iterate across patches since bundled application is only supported if the ↵Sven Vermeulen2011-08-221-2/+6
| | | | patches are non-incremental
* use `die` rather than invalid depend atoms since council ok-ed it some time agoMike Frysinger2011-08-221-3/+3
|
* add a WANT_LIBTOOL knob so people can disable the dep if they really know ↵Mike Frysinger2011-08-221-4/+18
| | | | what they are doing
* FIx maintainer field in leechcraft.eclassMaxim Koltsov2011-08-221-2/+2
|
* Add leechcraft.eclass, thanks to 0xd34df00dMaxim Koltsov2011-08-221-0/+57
|
* Doc fix: @MAINTAINER doesn't support paragraphs any more.Ulrich Müller2011-08-222-6/+4
|
* Move authors' list to new @AUTHOR block.Ulrich Müller2011-08-222-13/+13
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-2271-398/+374
|
* drop cld workaround now that things should be stable #379367 by Alessandro GuidoMike Frysinger2011-08-221-10/+1
|
* Add undocumented variable such that in case of test failures the test log isAndreas K. Hüttel2011-08-211-2/+16
| | | | inserted into the build log. On request from Diego.
* [eclass] Move virtual/yacc dependency so that it's not added to RDEPEND. ↵Jorge Manuel B. S. Vicetto2011-08-212-5/+10
| | | | Fixes bug 379937.
* move crashreporter rdepend to ebuild instead of eclassJory Pratt2011-08-201-3/+2
|
* When cmake tests fail, request that the full test log be attached to the bugAndreas K. Hüttel2011-08-201-2/+2
|
* mozconfig-3.eclass - crashreporter requires net-misc/curl supportJory Pratt2011-08-201-2/+3
|
* Followup to bug #378107: fix for EPREFIX.Jim Ramsay2011-08-201-2/+2
|
* [eclass] Added virtual/yacc dependency - fixes bug 376773.Jorge Manuel B. S. Vicetto2011-08-192-3/+5
|
* eclass updates to fix UNIPATCH_LIST_DEFAULT for kernels based on vanillaMike Pagano2011-08-191-5/+5
|