summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add trailing slash to HOMEPAGE link (#292268)Torsten Veller2009-11-101-2/+2
|
* Enable RPATH in Qt4 and Qt4 apps, fix bug 180872.Dror Levin2009-11-102-4/+3
|
* Fix cross-compilation with distcc for qt ebuilds - bug #282984Dominik Kapusta2009-11-091-1/+7
|
* Append -mminimal-toc for qt ebuilds on ppc64 - bug #261632Dominik Kapusta2009-11-091-1/+7
|
* Add kate back to the plugin list while fixing compilation with ↵Mart Raudsepp2009-11-091-3/+12
| | | | --disable-kate for split plugins
* Temporarily remove kate from the list again, as it is causing build errors ↵Mart Raudsepp2009-11-091-2/+2
| | | | due to bad configure.ac
* Add missing kate plugin to the list, so that it will not be built ↵Mart Raudsepp2009-11-091-8/+10
| | | | unintentionally when media-libs/libkate is present. Alphabetize the plugin listing.
* Add support for rewriting bootclasspath in build.xml and ↵Vlastimil Babka2009-11-082-2/+65
| | | | JAVA_PKG_WANT_BOOTCLASSPATH variable.
* Link against media-libs/gst-plugins-base provided system libgstcdda for ↵Mart Raudsepp2009-11-061-1/+3
| | | | split plugins instead of then not-built internal one, just like is done for all the others. Solution for bug #291038
* Handle distribute_setup module in distutils_src_prepare().Arfrever Frehtes Taifersar Arahesis2009-11-061-3/+12
|
* update plugins list for 0.22 versionsDoug Goldstein2009-11-021-1/+6
|
* Fix last instance of deprange()Jonathan Callen2009-11-011-12/+3
|
* Drop the old deprange code, no longer used (if needed, use EAPI-1 SLOT deps)Jonathan Callen2009-11-011-252/+1
|
* Mark eclass as deprecated, rest of functionality will be removed after 10 NovJonathan Callen2009-11-011-45/+7
|
* These eclasses have been deprecated for a long time, scheduled for removal ↵Jonathan Callen2009-11-013-144/+19
| | | | in 2011
* Existence of fonts.alias files prevented removal of otherwise empty font ↵Ryan Hill2009-10-311-2/+2
| | | | directories. Bug #249190 by Martin Väth.
* update MYTHTV_REPO to only contain the path to the specific branch and not ↵Doug Goldstein2009-10-311-5/+5
| | | | the product as well
* fix CHOST match for arm-boxes, thanks Markus Meier in bug #291289Fabian Groffen2009-10-311-2/+2
|
* invert read logic pointed out by Arfrever Frehtes Taifersar Arahesis #289168#4Mike Frysinger2009-10-301-2/+2
|
* Support installation for multiple versions of Python.Arfrever Frehtes Taifersar Arahesis2009-10-301-46/+60
|
* declare some vars local and check the path is readable #289168Mike Frysinger2009-10-301-3/+8
|
* Properly support the CABAL_FEATURES="nocabaldep" if user doesn't have ↵Lennart Kolmodin2009-10-281-1/+17
| | | | dev-haskell/cabal
* Use correct variable name. Effectively reverts abcd's change.Tomas Chvatal2009-10-281-4/+4
|
* Add back-compat code for CMAKE_REQUIREDJonathan Callen2009-10-281-2/+2
|
* Use correct variableJonathan Callen2009-10-281-3/+3
|
* add missing spaceMichael Sterrett2009-10-271-2/+2
|
* Fix variable name.Tomas Chvatal2009-10-271-2/+2
|
* Use correct docdir placement. Per bug #290622.Tomas Chvatal2009-10-271-1/+2
|
* Fix wrong function call name. Last minute renames--Tomas Chvatal2009-10-271-5/+5
|
* Fix undefined variable warning.Tomas Chvatal2009-10-271-2/+4
|
* Sync cmake-utils and kde eclasses with kde-testing overlays.Tomas Chvatal2009-10-274-193/+219
| | | | | | | Renamed WANT_CMAKE -> CMAKE_REQUIRED in kde eclasses fixed koffice2.0 support in kde eclasses Added WANT_CMAKE into cmake-utils eclass, where it brings possibility to depend on cmake only when some useflag is required. Used with WANT_CMAKE="variable", where variable is the useflag (its autoadded to IUSE too.)
* Allow changing the USE flag for the dependencyJonathan Callen2009-10-211-7/+12
|
* Took Darkside's advice on preventing a double run of econf for EAPI=2, plusJim Ramsay2009-10-211-4/+12
| | | | scarabeus' tip on not accepting unknown EAPIs.
* Preserve usage of USE=build in the PDEPEND change.Robin H. Johnson2009-10-201-2/+2
|
* Bug #283845 - Move virtual/dev-manager to PDEPEND to break circular deps.Zac Medico2009-10-201-3/+3
|
* Fix typo in eclassdoc. Thx to Boris Petersen for spotting and patch :]Tomas Chvatal2009-10-201-2/+2
|
* Fix typo, thanks to zx2c4 for spotting issueJonathan Callen2009-10-191-2/+2
|
* Switch virtualx.eclass to use the "test" USE flag by default (bug 157998)Jonathan Callen2009-10-191-13/+41
|
* Don't strip leading slash from libdir path.Ryan Hill2009-10-191-2/+2
|
* move euser argument to the end, to conform to more implementations of ↵Fabian Groffen2009-10-181-3/+5
| | | | useradd, bug #271081
* get la path list from $D rather than / as pointed out by Ryan Hill #283761#10Mike Frysinger2009-10-181-2/+2
|
* A couple more small cleanups:Jim Ramsay2009-10-171-5/+11
| | | | | - Only check 'use python' if IUSE has python in in (Fixes QA warning) - Look for gentoo/patches-all and a new vim-core specific gentoo/patches-core
* Big long-overdue cleanup:Jim Ramsay2009-10-171-287/+170
| | | | | | | | | | | - Removed all code that had anything to do with <vim-7 since all version 6 has been out of the tree for over a year now. - Reorganized IUSE and all [RP]DEPEND variables to be less spread-out - Moved in all current IUSE and [RP]DEPEND from app-editors/[g]vim[-core] - Make dev-util/ctags dependent on USE=minimal for app-editors/vim (Bug #261025) - Don't call update_vim_symlinks() for app-editors/vim-core (Bug #252724)
* Add dependency on python[threads] (Bug #228099)Jim Ramsay2009-10-171-9/+39
| | | | This includes some EAPI-aware code (finally)
* getting ready for Qt 4.6Alex Alexander2009-10-161-9/+28
|
* export XDG_CONFIG_HOME to temp. directory for sandboxSamuli Suominen2009-10-161-1/+3
|
* add support for release candidate versionsDoug Goldstein2009-10-161-5/+5
|
* Fix kde-meta.eclass to work with EAPI-2Jonathan Callen2009-10-151-1/+7
|
* The bashcomp message for vim-core should mention 'xxd' not 'vim-core'Jim Ramsay2009-10-141-1/+5
| | | | Fixes bug #278056
* add support for _rc versions by Bruno Tsubouchi Yporti #288701 and tweak ↵Mike Frysinger2009-10-121-3/+5
| | | | checking of GCC_PV in general