summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Hard-code eclass to ruby18 for now since it does not support other versions ↵Hans de Graaff2009-07-161-5/+11
| | | | and will get confused.
* Remove special case for old version no longer in the tree.Hans de Graaff2009-07-161-8/+3
|
* Name module configuration files properly as per bug #277835. Thanks to ↵Mike Pagano2009-07-151-2/+2
| | | | MATSUU Takuto for the patch
* Apply patch to support multilib portage.Thanks to Tommy[D]Markos Chandras2009-07-131-18/+33
|
* typo - s/male/make/ ;)Jeremy Olexa2009-07-081-2/+2
|
* Import bzr.eclass from Bazaar overlay:Christian Faulhammer2009-07-081-62/+110
| | | | | | | | * Make it EAPI aware * Use lightweight checkout to save disk space, including migration path for previously fetched sources * Support sftp repositories * Do some code clean up * Rework documentation
* Call doins only for existing files (bug #250853).Arfrever Frehtes Taifersar Arahesis2009-07-071-4/+12
|
* fix test to actually work as expectedFabian Groffen2009-07-061-2/+2
|
* EXPORT_FUNCTIONS goes after inherit.Robin H. Johnson2009-07-061-3/+3
|
* IUSE defaults for mysql.eclass.Robin H. Johnson2009-07-061-22/+23
|
* Take mysql.eclass into the realm of EAPI2.Robin H. Johnson2009-07-061-5/+47
|
* Bug #212407: Allow for datadir that is changed by user to work better during ↵Robin H. Johnson2009-07-061-1/+41
| | | | pkg_config.
* Update for community features being merged back into the main mysql tree as ↵Robin H. Johnson2009-07-061-5/+23
| | | | of version 5.0.82.
* filter LANGUAGES env var #265283 by Miguel R. CaudevillaMike Frysinger2009-07-051-1/+3
|
* Increase the dependency on rubygems to rubygems 1.3.1. This has been the ↵Hans de Graaff2009-07-051-9/+3
| | | | stable version since January 2009, and we don't have older versions in the tree anymore. Two benefits: a) we can simplify the installation call again in this eclass, and b) we can be sure that "development" style dependencies of a gem will be ignored when installing it.
* fix SUEXEC_CALLER, bug #264261Benedikt Boehm2009-07-051-2/+2
|
* If we need to perform an optional kernel config check, and there are no ↵Robin H. Johnson2009-07-041-1/+7
| | | | configured kernel sources present, just warn the user rather than being totally silent.
* add USE=nptl to control TLS for uClibc targets #270767 by zabuzzmanMike Frysinger2009-07-031-3/+3
|
* Do not hardcode Qt version on display messageMarkos Chandras2009-06-281-2/+2
|
* Remove custom-cxxflags from qt4-build.eclassBen de Groot2009-06-271-19/+2
|
* Slight adjustment in SRC_URI for qtsoftware.comBen de Groot2009-06-271-6/+6
|
* removing traces of USE=zip-external for dev-lang/phpChristian Hoffmann2009-06-211-6/+3
|
* Change virtual/xemacs to app-editors/xemacs since the virtual has been removed.Hans de Graaff2009-06-212-4/+4
|
* drop tl 2007 install support as all ebuilds are gone nowAlexis Ballier2009-06-211-19/+2
|
* Adjust cmake-utils to awoid not deleting some stuff after merge. We place ↵Tomas Chvatal2009-06-171-1/+6
| | | | all stuff to workdir and above. See bug #273949 for details.
* Remove reference of X11R6 directory from eerror msg wrt #265911, first commentsSamuli Suominen2009-06-151-2/+2
|
* first argument is version, not the library nameFabian Groffen2009-06-141-3/+3
|
* Update with new instruction sets.Ryan Hill2009-06-091-2/+4
|
* Protoize is removed in 4.5. Bug #270558.Ryan Hill2009-06-091-4/+7
|
* add the generated formats to the list of directories to search while ↵Alexis Ballier2009-06-081-2/+2
| | | | building them
* Add build-only jar recording support.Alistair Bush2009-06-071-18/+49
|
* Added -platform parameter on configure. Fixes bug 270475Markos Chandras2009-06-061-7/+2
|
* Fix sed messing with Makefile timestamps, see bug #272161 .Angelo Arrifano2009-06-051-2/+3
|
* Adjust the kdedir check for optional/never required kde. Reported by yngwin.Tomas Chvatal2009-06-051-2/+9
|
* Fix variable test. Thx to salnx per forums for the fix.Tomas Chvatal2009-06-041-2/+2
|
* Adjust eclasses to support new handbook useflag, also keep backcompat with ↵Tomas Chvatal2009-06-043-27/+51
| | | | old doc handling (will be dropped). Depend on qt4.5 and add variable allowing to override this. Linugas handling update.
* Remove obsolete JAVA_PKG_VNEED support.Alistair Bush2009-06-021-85/+3
|
* update texts on ffi, these functions are actually not used anywhere (I know of)Fabian Groffen2009-06-011-9/+3
|
* Update linguas detection code to work as expected.Tomas Chvatal2009-05-311-1/+4
|
* Deprecate tetex-2.eclass since it is no longer used.Ulrich Müller2009-05-301-99/+2
|
* Use autopatcher from base eclassMarkos Chandras2009-05-291-3/+12
|
* Update sword-module deps, bug 261514Steve Dibb2009-05-291-3/+2
|
* Make qt-modules be on the same version. Thanks to Alex 'wired' AlexanderMarkos Chandras2009-05-291-2/+31
|
* update to kde4-meta eclass. This fixes paludis QA warnings for some kofficeRobert Piasek2009-05-291-3/+8
| | | | | | apps which didn't have openexr in IUSE. Signed-of by: Scarabeus
* Remove not needed warning about non-existent push. Fix CMAKE_BUILD_DIR ↵Tomas Chvatal2009-05-291-9/+11
| | | | variable if insource build specified as local variable in some src_ function only.
* Update kde4 eclasses from kde-testing. Mostly minor sinc. Introduce support ↵Tomas Chvatal2009-05-283-42/+75
| | | | for stable koffice2
* Add support for PYTHON_USE_WITH* variablesPetteri Räty2009-05-271-2/+77
|
* Add comment to CMAKE_BUILD_DIR variable. Describing what for it is.Tomas Chvatal2009-05-271-2/+7
|
* Add depend.apache_pkg_setup() and don't call use() in functions called in ↵Arfrever Frehtes Taifersar Arahesis2009-05-261-14/+37
| | | | "depend" phase (bug #268371).
* fix another think-o in append-flags unification #271141 by Sebastian LechteMike Frysinger2009-05-261-2/+2
|