summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* eumask_pop: error out if someone tries to pass args to usMike Frysinger2012-02-141-1/+2
|
* ESVN_UMASK: fix grammar and add useful documentationMike Frysinger2012-02-141-3/+7
|
* drop unpack_{makeself,pdv} since they are in unpacker.eclass nowMike Frysinger2012-02-141-212/+1
|
* Enable PyPy 1.8 support.Zac Medico2012-02-132-3/+7
| | | | | Merged from the progress overlay: http://code.google.com/p/gentoo-progress/source/detail?r=1785
* add auto-detection of makeself files with *.bin files #403451Mike Frysinger2012-02-131-2/+8
|
* require autoconf-2.68 since that is the latest stable now #403035Mike Frysinger2012-02-131-2/+2
|
* update comments to reflect reality of func namesMike Frysinger2012-02-131-3/+3
|
* Minor code style cleanup and quoting fixes.Davide Pesavento2012-02-132-24/+29
|
* Finally remove ${S} fallback, it was deprecated 3 months ago.Davide Pesavento2012-02-132-15/+5
|
* eqmake4: make CONFIG manipulation more robust by using gsub in the awk ↵Davide Pesavento2012-02-132-13/+18
| | | | script. Fixes bug #372719.
* always install stuff into /usr/share/phpMatti Bickel2012-02-122-16/+9
|
* fix building with fox:1.7Matti Bickel2012-02-122-2/+9
|
* Fix bug 301299 for gccMagnus Granberg2012-02-122-3/+12
|
* Provide a way to run eautoreconf without automake by using WANT_AUTOMAKE=none.Robin H. Johnson2012-02-122-3/+13
|
* Remove vdr_add_local_patch() and use epatch_user() from eutils instead. ↵Christian Ruppert2012-02-112-67/+45
| | | | Issue a error in case the old variable to pass user patches is still used. Also the example has been removed as it was actually a common ebuild example, nothing specific. Update descriptions.
* Delete declaration of unused variable.Ulrich Müller2012-02-112-4/+7
|
* Revert previous commit to python eclass, breaks any ebuild using ↵Thomas Sachau2012-02-102-3/+7
| | | | PYTHON_DEPEND=2.4 without any need or prior warning
* Removing python 2.4 support from python eclassPatrick Lauer2012-02-102-3/+6
|
* Make src_test() a noop for qt-multimedia (bug #332299).Davide Pesavento2012-02-092-2/+8
|
* Drop buggy code as discussed on qt@gentoo.org on 2012/02/02Markos Chandras2012-02-092-5/+5
|
* Use check on configuration file instead of has_version for EAPI0 ebuildsBernard Cafarelli2012-02-092-3/+6
|
* Force clang when using experimental libobjc2 supportBernard Cafarelli2012-02-082-3/+13
|
* Whitespace fixLars Wendler2012-02-072-3/+6
|
* Fixed eclass for usage with seamonkey (which has langpacks in beta releases)Lars Wendler2012-02-072-4/+11
|
* Added support for CABAL_EXTRA_BUILD_FLAGS and HCFLAGS magic variablesSergei Trofimovich2012-02-072-5/+20
| | | | | | | | | | | | | CABAL_EXTRA_BUILD_FLAGS allows user to pass arguments to ./setup build phase. For example you can get detailed build log this way: CABAL_EXTRA_BUILD_FLAGS=-v emerge something HCFLAGS is similar to CFLAGS / CXXFLAGS / FFLAGS in spirit. You can use it in make.conf or in one-shot merges to enable random ghc features: HCFLAGS="-O0 -Wall" emerge something-else
* automatically use unpacker eclass if it is availableMike Frysinger2012-02-061-2/+6
|
* Depend on an icon theme, fixes bug 341697Nirbheek Chauhan2012-02-062-3/+8
|
* Don't die if hg pull exits with status 1.Mike Gilbert2012-02-052-4/+9
|
* add support for makeself 2.1.6Mike Frysinger2012-02-051-2/+2
|
* pass original argument to portage `unpack` since our local $a is the full ↵Mike Frysinger2012-02-051-2/+2
| | | | path (including DISTDIR) which portage does not want
* avoid emktemp since that needs eutils.eclass, and add quoting to all ↵Mike Frysinger2012-02-051-11/+11
| | | | src/tmpfile usage
* initial unpacker eclassMike Frysinger2012-02-051-0/+366
|
* restore kernel.org mirrors for hjlu snapshotsMike Frysinger2012-02-051-9/+6
|
* Add mozlinguas.eclass to handle language packs for mozilla productsNirbheek Chauhan2012-02-042-1/+144
|
* Fix typo in recursive autoreconf.Michał Górny2012-02-042-3/+6
|
* Use checksums to determine whether files need autoreconf. Fixes bug #399641.Michał Górny2012-02-022-8/+14
|
* Introduce ESVN_UMASK variable to override default umask. Patch by Arfrever.Mike Gilbert2012-02-022-3/+20
|
* Initial EAPI4 support in qt4-build eclassMarkos Chandras2012-01-312-6/+9
|
* Revert previous commit, because cdrom.eclass sets PROPERTIES=interactive.Ulrich Müller2012-01-311-2/+217
|
* eutils.eclassUlrich Müller2012-01-311-5/+1
|
* Cdrom functions have been split out to dedicated cdrom.eclass. For theUlrich Müller2012-01-312-218/+7
| | | | time being, inherit cdrom; this can be removed once bug 398809 is fixed.
* Use ${P}-${PR} instead of ${PF} in epatch_user.Ulrich Müller2012-01-312-4/+7
|
* Avoid inheriting eutils from python.eclass.Mike Gilbert2012-01-302-4/+7
|
* Detect needless usage of python_convert_shebangs(). Patch by Arfrever.Mike Gilbert2012-01-302-4/+13
|
* Call glib-gettextize with --force in autotools-utils.eclassJustin Lecher2012-01-302-3/+6
|
* I copied python_clean_py-compile_files, not python_clean_installation_image.Mike Gilbert2012-01-221-2/+2
|
* Dont force CMAKE_BUILD_WITH_INSTALL_RPATH in APPLE prefix on request fromAndreas Hüttel2012-01-212-4/+8
| | | | prefix guys, bug 398437
* Force autoreconf on user patches only.Michał Górny2012-01-212-4/+8
|
* Copy python_clean_installation_image from Progress overlay. Thanks Arfrever. ↵Mike Gilbert2012-01-212-2/+42
| | | | Bug 396586.
* Added stdout echoing of most executed phase commands. Added stub for ↵Sergei Trofimovich2012-01-202-14/+33
| | | | CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay.