summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit broke kdepim installations for =! 4.6beta3, fixingTheo Chatzimichos2010-12-292-6/+5
|
* Add eclass support for kdepim 4.6beta3Theo Chatzimichos2010-12-293-3/+18
| | | | | This commit is useless for in tree eclasses, as this kdepim version will stay in overlay I'm just syncing tree and overlay eclasses
* Add eclass support for KDEPIM 4.4.9Theo Chatzimichos2010-12-292-5/+5
|
* Catch unpacking errors with die, fixes bug 338397Theo Chatzimichos2010-12-291-3/+3
| | | | Move kde overlay commits b0b8623840b2ac1bf8a29f869c1fbbe30ebdcc6c and f353c08c2b2d3ee444986458bca836b2922dad02 written by dilfridge
* Call 'git submodule sync' as well to support the case when submodule URL ↵Michał Górny2010-12-291-1/+3
| | | | changes.
* Disable PPL version checking to prevent bailing out with ppl-0.11.Ryan Hill2010-12-291-3/+6
|
* stop forcing -fPIC on amd64Jory Pratt2010-12-291-2/+2
|
* Try to install the normal upstream gemspec file from either the gem metadata ↵Hans de Graaff2010-12-281-19/+76
| | | | or the source gemspec file and use our own version only as a fallback.
* whitespace and typo fixJeremy Olexa2010-12-271-8/+8
|
* Add support for easy handling of orc dependencies in the eclass. This way ↵Mart Raudsepp2010-12-271-7/+49
| | | | the ebuild only needs to set EAPI=1 and GST_ORC=yes to get all the orc stuff handled, if said package builds things that have orc optimizations. The main purpose of this is to avoid the USE flag (and extraneous deps, though harmless, as indirectly orc will be needed anyway) in case the split plugin does not have any orc usage yet at all (many will never do, as they just wrap some external library without anything to really optimize). This code will become much simpler once older versions go away from tree and they do not need to be coped for. Also move EXPORT_FUNCTIONS handling around the new EAPI check block, in preparation of future EAPI-2+ support.
* Allow using of python_merge_intermediate_installation_images() multiple times.Arfrever Frehtes Taifersar Arahesis2010-12-261-1/+3
|
* Handle old gst-plugins-ugly split packages liboil dependencies correctly, ↵Mart Raudsepp2010-12-261-1/+9
| | | | preparing for the transition to orc in newer versions
* Add optionally printed deprecation warning for already deprecated using of ↵Arfrever Frehtes Taifersar Arahesis2010-12-241-37/+32
| | | | | | | distutils.eclass in older EAPIs. Deprecate DISTUTILS_DISABLE_VERSIONING_OF_PYTHON_SCRIPTS. Use python_merge_intermediate_installation_images() in distutils_src_install().
* Improve support for Jython.Arfrever Frehtes Taifersar Arahesis2010-12-241-79/+339
| | | | | Improve python_generate_wrapper_scripts(). Add python_merge_intermediate_installation_images().
* Added blockers for new php versions not supporting old pecl ebuildsOle Markus With2010-12-231-1/+3
|
* fix small typo in log messageBenedikt Boehm2010-12-221-2/+2
|
* Leaving ESVN_STORE_DIR after the subversion_src_unpack, so that subsequent ↵Justin Lecher2010-12-191-2/+4
| | | | commands act in not in ESVN_STORE_DIR
* Revert mistaken commit of new gemspec-related code, but keep new dependency ↵Hans de Graaff2010-12-181-25/+4
| | | | on dev-ruby/rubygems instead of virtual.
* Depend directly on dev-ruby/rubygems again since we no longer have ruby ↵Hans de Graaff2010-12-181-5/+26
| | | | targets providing rubygems themselves.
* Allow overriding of cmake binary.Tomas Chvatal2010-12-161-3/+8
|
* Use a subshell to properly catch the echo.Hans de Graaff2010-12-151-2/+2
|
* Make ruby-ng-gnome.eclass prefix-aware.Hans de Graaff2010-12-151-2/+6
|
* py.test script has been moved from dev-python/py to dev-python/pytest.Arfrever Frehtes Taifersar Arahesis2010-12-131-2/+2
|
* libtool-2.2.10 support for aixrtl (cmds-c,cmds-cxx) elt-patchesMichael Haubenwallner2010-12-092-0/+22
|
* Update gold configure for 2.21.51.0.2.Ryan Hill2010-12-091-3/+6
|
* Initial commit of waf-utils eclassGilles Dartiguelongue2010-12-071-0/+71
|
* add support for EAPI 3, importing changes from prefix overlay.Gilles Dartiguelongue2010-12-071-21/+32
|
* cosmetic fixes, use debug-print instead of einfo.Gilles Dartiguelongue2010-12-071-9/+11
|
* make sure we refer to $ROOT where neededGilles Dartiguelongue2010-12-071-12/+14
|
* replace usage of type -P by variablesGilles Dartiguelongue2010-12-071-3/+9
|
* list supported EAPI explicitelyGilles Dartiguelongue2010-12-071-2/+3
|
* add die statement to dodir and dodocGilles Dartiguelongue2010-12-071-3/+5
|
* add gsettings support to gnome eclasses, thanks to abcdGilles Dartiguelongue2010-12-072-2/+29
|
* Add support for KDEPIM 4.4.8 in kde eclassesTheo Chatzimichos2010-12-062-4/+4
|
* Update eclasses for kdeAlexey Shvetsov2010-12-023-86/+214
|
* Drop automake-1.4 dependency, as it's useless here.Diego Elio Pettenò2010-12-021-3/+2
| | | | | | The eclass uses autotools.eclass to rebuild autotools, and since it doesn't set WANT_AUTOMAKE, it'll always use the latest version; the dependency over automake-1.4 is, thus, totally bogus.
* switch myconf to `set` to handle spaces in argsMike Frysinger2010-12-011-21/+22
|
* add --enable-plugins when ld/configure supports itMike Frysinger2010-12-011-1/+4
|
* Sync from Emacs overlay (revision 1547).Ulrich Müller2010-11-291-21/+21
| | | | Order of functions rearranged. Whitespace change in site-gentoo.el.
* Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51Robin H. Johnson2010-11-281-1/+8
|
* Add warning about updating the deblob max version variable.Robin H. Johnson2010-11-281-2/+3
|
* Bump deblob max version to 36Mike Pagano2010-11-261-2/+2
|
* Restrict patching of dtd reference to ebuilds outside kde-properAndreas Hüttel2010-11-241-6/+8
|
* Add @DEFAULT_UNSET tags to variables to suppress warnings in eclass-manpages.Ulrich Müller2010-11-241-1/+3
|
* Sync eclasses from Emacs overlay (revision 1542).Ulrich Müller2010-11-232-19/+35
| | | | | | | | | | | elisp-common.eclass: Remove dead function elisp-comp; it has been deprecated more than two years ago in bug 235442. New function elisp-need-emacs, tests if the eselected Emacs version is at least the major version specified as argument. elisp.eclass: Use function elisp-need-emacs in elisp_pkg_setup.
* preserve_old_lib_notify: keep full path to lib in revdep-rebuild example ↵Mike Frysinger2010-11-221-2/+2
| | | | output to help with multilib setups #339134 by Bernardo Costa
* convert IUSE appending to the += operator, and pull out IUSE=vanilla for all ↵Mike Frysinger2010-11-211-16/+20
| | | | gcc packages
* make sure to explicitly pass --disable-libgomp when using a package that ↵Mike Frysinger2010-11-211-9/+13
| | | | lacks openmp support (like kgcc64) #341771 by Alex Buell
* Update for gnome-sharp-2.24.2.Pacho Ramos2010-11-181-1/+4
|
* Bug 343993: use ${S} for working directory.Krzysztof Pawlik2010-11-171-8/+9
|