summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Change @USAGE style.Michał Górny2013-09-112-8/+11
* Deprecate systemd_to_myeconfargs(). It's redundant and unnecessarily confusing.Michał Górny2013-09-112-6/+13
* Use subshells instead of "local INSDESTTREE" for doins/newins since that conf...Michał Górny2013-09-112-14/+22
* Unbreak the eclass after 2.1-r1 p.mask by adjusting the return logic.Samuli Suominen2013-09-101-4/+4
* Add new enough coreutils dep wrt bug #484454.Michał Górny2013-09-102-2/+7
* Introduce smart switching between "git fetch" and "git fetch --depth 1" to sa...Michał Górny2013-09-092-5/+101
* Inherit git-r3 unconditionally to avoid metadata variancy. The eclass is prop...Michał Górny2013-09-082-5/+9
* Fix PYTHON_SITEDIR for Jython.Michał Górny2013-09-082-3/+6
* Do not export PYTHON_INCLUDEDIR on Jython, since it does not install headers.Michał Górny2013-09-082-5/+8
* Introduce tests for python-utils-r1.Michał Górny2013-09-081-0/+65
* added multilib_*_wrappers calls to cmake-multilib.eclassIan Stakenvicius2013-09-062-2/+10
* Do not pass --depth when updating a branch, it trrigers issues in git. Instea...Michał Górny2013-09-052-15/+27
* Support using git-r3 backend in git-2.Michał Górny2013-09-052-13/+69
* Introduce the new git eclass.Michał Górny2013-09-052-1/+586
* Added support for experimental genpatches.Tom Wijsman2013-09-052-13/+50
* Per extensive discussion with zmedico about removing the need for package.pro...Jason A. Donenfeld2013-09-051-3/+2
* Disable Python 2.5, 3.1 and PyPy 1.9 in the eclass.Michał Górny2013-09-052-7/+10
* filter-mfpmath: handle "both" and "387+sse" forms #349172 by Kacper KowalikMike Frysinger2013-09-051-2/+4
* elisp-common.eclass: Add proper @CODE tags in comments.Ulrich Müller2013-09-042-17/+36
* Add gdk-pixbuf cache handling functions.Gilles Dartiguelongue2013-09-033-4/+64
* Default to svn, avoid breaking existing live ebuildsThomas Sachau2013-08-311-13/+11
* Add git support for live packages using enlightenment.eclassThomas Sachau2013-08-312-10/+29
* Introduce python_is_python3() to replace the common checks.Michał Górny2013-08-282-6/+23
* Made ant-tasks.eclass support newer versions of the 1.9 branch.Tom Wijsman2013-08-282-4/+7
* Add live build support. Bug #458570 by Yuta SATOHAlexis Ballier2013-08-281-3/+43
* pegged virtual/jpeg at slot 0 in mozconfig-3.eclassIan Stakenvicius2013-08-281-3/+3
* deploy E_ECONF as an array replacement of the MY_ECONF stringMike Frysinger2013-08-281-3/+8
* Enable EAPI=4 on python-r1.Michał Górny2013-08-272-6/+8
* Don't add subslots to JAVA_PKG_NAME (bug #482270 by chutzpah).Tim Harder2013-08-272-4/+7
* Fix bug #415805, unset MOZCONFIGJory Pratt2013-08-262-2/+7
* Mark _copy-egg-info as internal.Michał Górny2013-08-252-2/+6
* Copy bundled egg-info files for reuse in python_compile(). This solves issues...Michał Górny2013-08-252-2/+19
* Namespace, clean up and describe _disable_ez_setup.Michał Górny2013-08-252-7/+18
* Fix indentation and trailing whitespaces.Gilles Dartiguelongue2013-08-252-9/+12
* Punt unused if and else wrt bug 462926, Comment #16 and upSamuli Suominen2013-08-241-7/+5
* Use EAPI5 in distutils-r1 tests.Michał Górny2013-08-221-1/+1
* Improve automagic dependency reduction, fixing bug #481996.Michael Palimaka2013-08-212-2/+8
* remove unnecessary quotes in previous commit of wxwidgets.eclassBenda XU2013-08-161-5/+5
* Prefix support for wxwidgets, bug #481093Benda XU2013-08-162-7/+10
* Fixes for KDE 4.11 and other small improvements.Michael Palimaka2013-08-153-19/+15
* Remove dependencies and actions that are now handled in individual ebuilds.Michael Palimaka2013-08-153-56/+8
* Remove old, unused code.Michael Palimaka2013-08-154-100/+14
* Remove EAPI 3 support.Michael Palimaka2013-08-153-23/+15
* Ref bug number.Ryan Hill2013-08-151-2/+2
* alpha not only needs -Wl,--norelax for 4.6 to build itself, but also for itRyan Hill2013-08-152-6/+10
* Filter -fgraphite-identity on gcc 4.7 (bug 417105).Davide Pesavento2013-08-132-9/+17
* Remove workarounds for very old and unsupported gcc-3 versions. Warn if tryin...Davide Pesavento2013-08-132-17/+8
* Add compatibility to latest cuda compiler; respect LDFLAGSJustin Lecher2013-08-112-5/+11
* Don't call EXPORT_FUNCTONS if CHROMIUM_EXPORT_PHASES is set to 'no'.Mike Gilbert2013-08-112-4/+9
* Clean up gcc_do_filter_flags a bit more. Drop ppc64 workaround for 3.2/3.3Ryan Hill2013-08-102-46/+53